summaryrefslogtreecommitdiffhomepage
path: root/custom
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-08-01 02:41:36 +0100
committerjao <jao@gnu.org>2025-08-01 02:41:36 +0100
commit8f96eda3d6e90254ae14ea6e338336661e4ee2fb (patch)
treeade253362f7705622f1d75f9d7448d99c1bdd89b /custom
parent26cf6f8158146414b2d474528f6172a45231cced (diff)
downloadelibs-8f96eda3d6e90254ae14ea6e338336661e4ee2fb.tar.gz
elibs-8f96eda3d6e90254ae14ea6e338336661e4ee2fb.tar.bz2
ox-org
Diffstat (limited to 'custom')
-rw-r--r--custom/jao-custom-org.el5
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"))