From: Nicolas Goaziou <n.goaziou@gmail.com>
To: Thorsten Jolitz <tjolitz@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: How to deal with 'contents' in (derived) exporter backend
Date: Tue, 05 Nov 2013 21:21:46 +0100 [thread overview]
Message-ID: <878ux2d2g5.fsf@gmail.com> (raw)
In-Reply-To: <87r4awjqmf.fsf@gmail.com> (Thorsten Jolitz's message of "Mon, 04 Nov 2013 13:30:48 +0100")
Hello,
Thorsten Jolitz <tjolitz@gmail.com> writes:
> But when I use something like this in the headline transcode function
>
> #+begin_src emacs-lisp
> (format "(headline %S %s) "
> [... return headline string ...]
> contents)
> #+end_src
>
> I get the parse-tree structure as output instead of elements/object
> in their original Org text syntax as expected:
>
> #+begin_src emacs-lisp
> (org-data nil "(headline (title-string \"A1\" alt-title-string \"A1\"
> category \"tmp5\" level 1 priority nil tags nil todo-keyword nil
> quotedp nil archivedp nil commentedp nil footnote-secion-p nil)
> (section (#(\"Text *A1* \" 0 5 (:parent (paragraph (:begin 6 :end 16
> :contents-begin 6 :contents-end 16 :post-blank 0 :post-affiliated 6
> :parent (section (:begin 6 :end 16 :contents-begin 6 :contents-end 16
> :post-blank 0 :parent (headline (:raw-value \"A1\" :begin 1 :end 32
> :pre-blank 0 :contents-begin 6 :contents-end 32 :level 1 :priority nil
> :tags [...]
> #+end_src
You don't get the parse-tree structure, you get Org syntax within
a propertized string. Try (org-no-properties contents) instead.
Regards,
--
Nicolas Goaziou
next prev parent reply other threads:[~2013-11-05 20:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-04 12:30 How to deal with 'contents' in (derived) exporter backend Thorsten Jolitz
2013-11-05 20:21 ` Nicolas Goaziou [this message]
2013-11-06 14:36 ` Thorsten Jolitz
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=878ux2d2g5.fsf@gmail.com \
--to=n.goaziou@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=tjolitz@gmail.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public 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).