Add some functions for refiling journal entries
This commit is contained in:
parent
fa406691ea
commit
776c570371
2 changed files with 28 additions and 0 deletions
|
@ -797,6 +797,14 @@ Set up habit display.
|
|||
(add-to-list 'org-modules 'org-habit t)
|
||||
(setq org-habit-show-all-today t)
|
||||
#+END_SRC
|
||||
|
||||
*** Refile
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(when (string-equal system-type "gnu/linux")
|
||||
;; (setq org-refile-targets `((,(directory-files-recursively "~/Documents/drive/org/journal/" "\\.org$") :maxlevel . 1)))
|
||||
(setq org-refile-use-outline-path 'file))
|
||||
#+END_SRC
|
||||
** =paren=
|
||||
|
||||
Highlights matching bracket.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue