From 749ca33524ab0d0f96bb71e32bd0cc08070880d9 Mon Sep 17 00:00:00 2001 From: Robert P. Goldman Date: Sun, 9 May 2010 10:20:15 -0500 Subject: [PATCH 2/7] Make newline-handling more flexible (per WH), declare keywords. Followed Wes Hardaker's suggestion to make the translation of newlines more flexible --- instead of making a boolean for special translation of blank lines, I added the ability to specify the translation. Also added a macro for declaring generic translation keywords with type information and documentation. Hope this will make the generic translator easier to use. --- contrib/lisp/org-export-generic.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/contrib/lisp/org-export-generic.el b/contrib/lisp/org-export-generic.el index 23ecf9a..0933f19 100644 --- a/contrib/lisp/org-export-generic.el +++ b/contrib/lisp/org-export-generic.el @@ -465,7 +465,7 @@ newlines are interpreted as significant \(e.g., as indicating preformatted text\). A common non-nil value for this keyword is \"\\n\". Should typically be combined with a value for :body-line-format that does NOT end with a newline." - :type string)) + :type string) -- 1.7.1