From c8fdb461d07a802b094827f82ea9b06e685ccebb Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Sun, 1 Mar 2009 16:48:16 +0100 Subject: [PATCH] Docs: minor improvements --- doc/org.texi | 1 + lisp/org.el | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/org.texi b/doc/org.texi index 0a7a8449a..59c34a46c 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -4238,6 +4238,7 @@ ALLTAGS @r{All tags, including inherited ones.} PRIORITY @r{The priority of the entry, a string with a single letter.} DEADLINE @r{The deadline time string, without the angular brackets.} SCHEDULED @r{The scheduling time stamp, without the angular brackets.} +CLOSED @r{When was this entry closed?} TIMESTAMP @r{The first keyword-less time stamp in the entry.} TIMESTAMP_IA @r{The first inactive time stamp in the entry.} CLOCKSUM @r{The sum of CLOCK intervals in the subtree. @code{org-clock-sum}} diff --git a/lisp/org.el b/lisp/org.el index 1ae78cd51..cb5ded436 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -2653,6 +2653,7 @@ Text starting and ending with a special character will be emphasized, for example *bold*, _underlined_ and /italic/. This variable sets the marker characters, the face to be used by font-lock for highlighting in Org-mode Emacs buffers, and the HTML tags to be used for this. +For LaTeX export, see the variable `org-export-latex-emphasis-alist'. Use customize to modify this, or restart Emacs after changing it." :group 'org-font-lock :set 'org-set-emph-re -- 2.11.4.GIT