From ae34f0beb33f871a36364c7f1c44f6af2bcb1cc2 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Wed, 21 Jan 2009 17:56:48 +0100 Subject: [PATCH] Export: Include "<" in the options template. `C-c C-e t' inserts a template with options. Ian Barton reported that this template was not complete, the timestamp switch "<" was missing. --- lisp/ChangeLog | 3 +++ lisp/org-exp.el | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 983dfcd1d..cbcf93979 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2009-01-21 Carsten Dominik + * org-exp.el (org-get-current-options): Include the option for + publishing time stamps. + * org.el (org-toggle-heading): Renamed from `org-toggel-region-headings'. No longer needs a region defined, but will use it if there is one. diff --git a/lisp/org-exp.el b/lisp/org-exp.el index fe9bc6544..bd4d7faf8 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -2975,7 +2975,8 @@ Does include HTML export options as well as TODO and CATEGORY stuff." #+EMAIL: %s #+DATE: %s #+LANGUAGE: %s -#+OPTIONS: H:%d num:%s toc:%s \\n:%s @:%s ::%s |:%s ^:%s -:%s f:%s *:%s TeX:%s LaTeX:%s skip:%s d:%s todo:%s pri:%s tags:%s +#+OPTIONS: H:%d num:%s toc:%s \\n:%s @:%s ::%s |:%s ^:%s -:%s f:%s *:%s <:%s +#+OPTIONS: TeX:%s LaTeX:%s skip:%s d:%s todo:%s pri:%s tags:%s %s #+EXPORT_SELECT_TAGS: %s #+EXPORT_EXCLUDE_TAGS: %s @@ -3006,6 +3007,7 @@ Does include HTML export options as well as TODO and CATEGORY stuff." org-export-with-special-strings org-export-with-footnotes org-export-with-emphasize + org-export-with-timestamps org-export-with-TeX-macros org-export-with-LaTeX-fragments org-export-skip-text-before-1st-heading