emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Parsing property drawers in subtree scope exports


From: Kaushal Modi
Subject: [O] Parsing property drawers in subtree scope exports
Date: Sat, 01 Jul 2017 06:58:20 +0000

Hello,

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?

Thanks.
--

Kaushal Modi


reply via email to

[Prev in Thread] Current Thread [Next in Thread]