From: Nick Dokos <nicholas.dokos@hp.com> To: emacs-orgmode@gnu.org Cc: nicholas.dokos@hp.com Subject: [PATCH] contrib/lisp/org-export-generic.el Date: Wed, 16 Mar 2011 00:31:59 -0400 [thread overview] Message-ID: <8870.1300249919@alphaville.dokosmarshall.org> (raw) Wes Hardaker's generic exported in contrib/lisp needs a small changed to make it compatible with the :for-backend generic parameter introduced in commit ed6d6760268a18ff5c49f4d98b433f6cf9500e1e. diff --git a/contrib/lisp/org-export-generic.el b/contrib/lisp/org-export-generic.el index f518dd1..9abaffd 100644 --- a/contrib/lisp/org-export-generic.el +++ b/contrib/lisp/org-export-generic.el @@ -620,7 +620,7 @@ underlined headlines. The default is 3." (lines (org-split-string (org-export-preprocess-string region - :for-ascii t + :for-backend 'ascii :skip-before-1st-heading (plist-get opt-plist :skip-before-1st-heading) :drawers (plist-get export-plist :drawers-export)
next reply other threads:[~2011-03-16 4:32 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2011-03-16 4:31 Nick Dokos [this message] 2011-03-17 7:19 ` [Accepted] contrib/lisp/org-export-generic.el Bastien Guerry 2011-03-17 7:19 ` [PATCH] contrib/lisp/org-export-generic.el Bastien
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: https://www.orgmode.org/ * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=8870.1300249919@alphaville.dokosmarshall.org \ --to=nicholas.dokos@hp.com \ --cc=emacs-orgmode@gnu.org \ --subject='Re: [PATCH] contrib/lisp/org-export-generic.el' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Code repositories for project(s) associated with this inbox: https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).