|
|
|
@ -1382,6 +1382,15 @@ |
|
|
|
set the server name to be the name of the current activity |
|
|
|
set the server name to be the name of the current activity |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
; (setq server-name (kde-current-activity-name)) |
|
|
|
; (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 |
|
|
|
#+END_SRC |
|
|
|
* Specialties |
|
|
|
* Specialties |
|
|
|
** beacon |
|
|
|
** beacon |
|
|
|
|