From 37abd340b23d37328c34bf524f4c80f7b1ce9b0e Mon Sep 17 00:00:00 2001 From: David Maus Date: Thu, 9 Sep 2010 17:46:42 +0200 Subject: [PATCH] Allow selective property inheritance in property macro * org-exp.el (org-infile-export-plist): Allow selective property inheritance in property macro. --- lisp/org-exp.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 64ad454..28157a8 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -771,7 +771,7 @@ modified) list.") ;; Add macro definitions (setq p (plist-put p :macro-date "(eval (format-time-string \"$1\"))")) (setq p (plist-put p :macro-time "(eval (format-time-string \"$1\"))")) - (setq p (plist-put p :macro-property "(eval (org-entry-get nil \"$1\"))")) + (setq p (plist-put p :macro-property "(eval (org-entry-get nil \"$1\" 'selective))")) (setq p (plist-put p :macro-modification-time (and (buffer-file-name) -- 1.7.1