[emacs] Configure org-journal for work

This commit is contained in:
Correl Roush 2020-07-11 00:09:42 -04:00
parent e9afff366c
commit 06945fd7df
2 changed files with 11 additions and 0 deletions

View file

@ -705,6 +705,16 @@ Load shared code snippets to be used in org documents.
(use-package! ox-tufte
:after ox)
#+end_src
** Journal
#+begin_src emacs-lisp
(use-package org-journal
:if (f-dir? "~/org-aweber")
:custom
(org-journal-date-prefix "#+title: ")
(org-journal-file-format "%Y-%m-%d.org")
(org-journal-dir "~/org-aweber")
(org-journal-date-format "%A, %d %B %Y"))
#+end_src
* Eshell
** Change directory in the context of a remote host
#+begin_src emacs-lisp

View file

@ -135,6 +135,7 @@
+dragndrop ; file drag & drop support
+hugo ; use Emacs for hugo blogging
+ipython ; ipython support for babel
+journal ; a simple personal diary / journal
+pandoc ; pandoc integration into org's exporter
;;+pomodoro ; be fruitful with the tomato technique
+present ; using Emacs for presentations