Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Commit

Permalink
Directorio de ESS por default. Ajustes al template de Roam
Browse files Browse the repository at this point in the history
  • Loading branch information
nanounanue committed Apr 21, 2020
1 parent 92780e7 commit 5512087
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions emacs/emacs-org-mode.org
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
:mode
("\\.org\\'" . org-mode)
("\\.txt\\'" . org-mode)
("\\.setup\\'" . org-mode)
(".*/[0-9]*$" . org-mode)
:bind
("C-c l" . org-store-link)
Expand Down Expand Up @@ -65,8 +66,8 @@


:custom-face
(variable-pitch ((t (:family "EtBembo" :height 1.1 :weight normal))))
(fixed-pitch ((t (:family "Ubuntu Mono" :slant normal :weight normal :height 1.0 :width normal))))
;;(variable-pitch ((t (:family "EtBembo" :height 1.1 :weight normal))))
;;(fixed-pitch ((t (:family "Ubuntu Mono" :slant normal :weight normal :height 1.0 :width normal))))
(org-indent ((t (:inherit (org-hide fixed-pitch)))))

:config
Expand Down Expand Up @@ -1384,6 +1385,7 @@ Not for real use, just here for demonstration purposes."
:head "#+SETUPFILE:./hugo.setup
,#+HUGO_SECTION: zettels
,#+HUGO_SLUG: ${slug}
,#+STARTUP: latexpreview
,#+TITLE: ${title}\n"
:unnarrowed t)
("p" "private" plain (function org-roam-capture--get-point)
Expand All @@ -1398,6 +1400,7 @@ Not for real use, just here for demonstration purposes."
:head "#+SETUPFILE:./hugo.setup
,#+ROAM_KEY: ${ref}
,#+HUGO_SLUG: ${slug}
,#+STARTUP: latexpreview
,#+TITLE: ${title}
- source :: ${ref}"
:unnarrowed t))))
Expand Down
3 changes: 2 additions & 1 deletion emacs/emacs-programming.org
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@ Descargarlo desde [[https://racket-lang.org/download/][aquí]]
(add-hook 'ess-R-post-run-hook 'ess-execute-screen-options)
(define-key inferior-ess-mode-map "\C-cw" 'ess-execute-screen-options)
; Add path to Stata to Emacs' exec-path so that Stata can be found

(setq ess-directory nil)
(setq ess-ask-for-ess-directory nil)
)
#+END_SRC

Expand Down

0 comments on commit 5512087

Please sign in to comment.