|
|
@ -115,7 +115,6 @@ |
|
|
|
("work_remote" |
|
|
|
(progn |
|
|
|
(defvar MY--PATH_ORG_FILES "p:/Eigene Dateien/Notizen/") |
|
|
|
(defvar MY--PATH-ORG-JOURNAL "p:/Eigene Dateien/Notizen/Journal/") |
|
|
|
(defvar MY--PATH_START "p:/Eigene Dateien/Notizen/")))) |
|
|
|
|
|
|
|
(setq bookmark-default-file (concat MY--PATH_USER_LOCAL "bookmarks")) |
|
|
@ -465,12 +464,13 @@ Vorerst deaktiviert, Nutzen evtl. nicht vorhanden |
|
|
|
[[https://github.com/bastibe/org-journal][Source]] |
|
|
|
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
(unless (string-equal me/whoami "work-remote") |
|
|
|
(use-package org-journal |
|
|
|
:ensure t |
|
|
|
:defer t |
|
|
|
:custom |
|
|
|
(org-journal-dir MY--PATH_ORG_JOURNAl) |
|
|
|
(org-journal-enable-agenda-integration t)) |
|
|
|
:config |
|
|
|
(setq org-journal-dir MY--PATH_ORG_JOURNAL |
|
|
|
org-journal-enable-agenda-integration t))) |
|
|
|
#+END_SRC |
|
|
|
* ivy / counsel / swiper |
|
|
|
:PROPERTIES: |
|
|
|