From e05c4511afe7acbb1bdc80b6d74ebdf4cc7b9af2 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 3 Aug 2009 02:38:09 +0800 Subject: [PATCH] org.el (org-adapt-indentation): Slightly improve the docstring. Make it clear that "a line starting a column 0" means a line starting with some text at column 0. --- lisp/ChangeLog | 2 ++ lisp/org.el | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7f22932ed..7d452ea08 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2009-08-02 Bastien Guerry + * org.el (org-adapt-indentation): Slightly improve the docstring. + * org-exp.el (org-export-as-org): Use file-source.org format instead of file.org-source. diff --git a/lisp/org.el b/lisp/org.el index ff8506b18..222841e9a 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -688,7 +688,8 @@ lines to the buffer: When this is set and the *entire* text in an entry is indented, the indentation is increased by one space in a demotion command, and decreased by one in a promotion command. If any line in the entry -body starts at column 0, indentation is not changed at all. +body starts with some text at column 0, indentation is not changed +at all. This variable also influences how property drawers and planning information is inserted. When t, these lines drawers will be inserted -- 2.11.4.GIT