Use ~org-journal~

master
Jacopo De Simoi 6 years ago
parent b037729eb4
commit 87fcaa42bf
  1. 9
      global.org

@ -1383,6 +1383,15 @@
#+BEGIN_SRC emacs-lisp
; (setq server-name (kde-current-activity-name))
#+END_SRC
*** Journal
Setup ~org-journal~
#+BEGIN_SRC emacs-lisp
(require 'org-journal)
(setq org-journal-dir "~/org/journal"
org-journal-file-type 'weekly
org-journal-file-format "%Y%m%d.org")
#+END_SRC
* Specialties
** beacon
=beacon= is a package that helps finding the point when switching

Loading…
Cancel
Save