mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-22 03:00:05 +00:00
[emacs] Configure org-journal for work
This commit is contained in:
parent
e9afff366c
commit
06945fd7df
2 changed files with 11 additions and 0 deletions
|
@ -705,6 +705,16 @@ Load shared code snippets to be used in org documents.
|
||||||
(use-package! ox-tufte
|
(use-package! ox-tufte
|
||||||
:after ox)
|
:after ox)
|
||||||
#+end_src
|
#+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
|
* Eshell
|
||||||
** Change directory in the context of a remote host
|
** Change directory in the context of a remote host
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
|
@ -135,6 +135,7 @@
|
||||||
+dragndrop ; file drag & drop support
|
+dragndrop ; file drag & drop support
|
||||||
+hugo ; use Emacs for hugo blogging
|
+hugo ; use Emacs for hugo blogging
|
||||||
+ipython ; ipython support for babel
|
+ipython ; ipython support for babel
|
||||||
|
+journal ; a simple personal diary / journal
|
||||||
+pandoc ; pandoc integration into org's exporter
|
+pandoc ; pandoc integration into org's exporter
|
||||||
;;+pomodoro ; be fruitful with the tomato technique
|
;;+pomodoro ; be fruitful with the tomato technique
|
||||||
+present ; using Emacs for presentations
|
+present ; using Emacs for presentations
|
||||||
|
|
Loading…
Reference in a new issue