Skip to content

Commit

Permalink
Disables properties export
Browse files Browse the repository at this point in the history
  • Loading branch information
apmiller108 committed Jan 9, 2025
1 parent 52a9b73 commit c509556
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion publish.org
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:END:
#+title: publish.org
#+date: 2021-05-06 21:24 PM
#+updated: 2024-11-18 09:51 AM
#+updated: 2025-01-09 11:34 AM
#+filetags: :org_mode:org_roam:emacs:

* Overview
Expand Down Expand Up @@ -170,6 +170,8 @@
I'm not going to bother explaining all these since they're thoroughly
explained with ~describe-variable~

See also https://orgmode.org/manual/Export-Settings.html

#+begin_src elisp +n :results silent
(setq org-publish-use-timestamps-flag t
org-publish-timestamp-directory "./.org-cache/"
Expand All @@ -179,6 +181,7 @@
org-export-with-sub-superscripts nil
org-export-with-tags 'not-in-toc
org-export-date-timestamp-format "Y-%m-%d %H:%M %p"
org-export-with-properties nil
org-id-locations-file-relative t
org-id-locations-file "./.org-id-locations"
org-id-track-globally t)
Expand Down

0 comments on commit c509556

Please sign in to comment.