diff options
author | jao <jao@gnu.org> | 2025-08-01 02:41:36 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-08-01 02:41:36 +0100 |
commit | 8f96eda3d6e90254ae14ea6e338336661e4ee2fb (patch) | |
tree | ade253362f7705622f1d75f9d7448d99c1bdd89b | |
parent | 26cf6f8158146414b2d474528f6172a45231cced (diff) | |
download | elibs-8f96eda3d6e90254ae14ea6e338336661e4ee2fb.tar.gz elibs-8f96eda3d6e90254ae14ea6e338336661e4ee2fb.tar.bz2 |
ox-org
-rw-r--r-- | custom/jao-custom-org.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/custom/jao-custom-org.el b/custom/jao-custom-org.el index 4d2e622..1792e2c 100644 --- a/custom/jao-custom-org.el +++ b/custom/jao-custom-org.el @@ -99,7 +99,7 @@ "* TODO %?\n %i%a" :prepend t) ("r" "REPLY" entry (file+headline "inbox.org" "Todo") - "* REPLY %:subject%?\n %t\n %i%a" :prepend t) + "* REPLY %a\n %t\n %?" :prepend t) ("a" "Appointment" entry (file+olp "inbox.org" "Appointments") "* %^T %?\n %a" :time-prompt t) @@ -160,6 +160,9 @@ (require 'ox-latex) +;;; Export (org) +(require 'ox-org) + ;;; Export (minted and pandoc) (setq org-latex-listings 'minted org-latex-packages-alist '(("" "minted")) |