emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Kaushal Modi <kaushal.modi@gmail.com>
Cc: emacs-org list <emacs-orgmode@gnu.org>
Subject: Re: Parsing property drawers in subtree scope exports
Date: Sat, 01 Jul 2017 09:48:50 +0200	[thread overview]
Message-ID: <87y3s84mxp.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <CAFyQvY2i0fip4Mc96Y+5YmyiXedKGm4ZMRYXyKAnziYumKkEWw@mail.gmail.com> (Kaushal Modi's message of "Sat, 01 Jul 2017 06:58:20 +0000")

Hello,

Kaushal Modi <kaushal.modi@gmail.com> writes:

> I have this test Org file:
>
> =====
> * Title
> :PROPERTIES:
> :FOO: 123
> :END:
> Something
> =====
>
> I am working on an exporter back-end, and I need to get the value of the
> :FOO property
> - During *subtree* export (C-c C-e C-s ..)
> - In the body filter fn. So I have only info and body at my access.
>
> I looked at ox-html.el for hints but that didn't help. In there too, the
> CUSTOM_ID property drawer (picked one example I knew) is not parsed during
> subtreep export.
>
> How can I do this?

It depends. 

You can write it :EXPORT_FOO: and define it in the back-end options.
Otherwise, you simply need to retrieve it and store it before calling
`org-export-to-file' or whatever.

Regards,

-- 
Nicolas Goaziou

  reply	other threads:[~2017-07-01  7:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-01  6:58 Parsing property drawers in subtree scope exports Kaushal Modi
2017-07-01  7:48 ` Nicolas Goaziou [this message]
2017-07-01 13:09   ` Kaushal Modi
2017-07-01 16:08     ` Nicolas Goaziou
2017-07-06 17:08       ` Kaushal Modi
2017-07-06 17:19         ` Nicolas Goaziou

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=87y3s84mxp.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=emacs-orgmode@gnu.org \
    --cc=kaushal.modi@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).