* getting item information in an export filter?
@ 2020-02-03 14:15 John Kitchin
2020-02-03 16:05 ` Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: John Kitchin @ 2020-02-03 14:15 UTC (permalink / raw)
To: org-mode-email
[-- Attachment #1: Type: text/plain, Size: 791 bytes --]
In
https://emacs.stackexchange.com/questions/55231/org-mode-export-html-add-name-attirbute-to-checkbox-input
there was a question about modifying a checkbox export. I wrote an answer
using a custom translate function in a derived backend, where I could get
the name of the parent list pretty easily.
It seems like that should also be possible in a filter, but I don't
understand how to find the parent list in that case. I think it is buried
in the info.
Is there a general way to get to the org-element information for something
in an export filter function?
John
-----------------------------------
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu
[-- Attachment #2: Type: text/html, Size: 1300 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: getting item information in an export filter?
2020-02-03 14:15 getting item information in an export filter? John Kitchin
@ 2020-02-03 16:05 ` Nicolas Goaziou
2020-02-03 21:13 ` John Kitchin
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2020-02-03 16:05 UTC (permalink / raw)
To: John Kitchin; +Cc: org-mode-email
Hello,
John Kitchin <jkitchin@andrew.cmu.edu> writes:
> In
> https://emacs.stackexchange.com/questions/55231/org-mode-export-html-add-name-attirbute-to-checkbox-input
>
> there was a question about modifying a checkbox export. I wrote an answer
> using a custom translate function in a derived backend, where I could get
> the name of the parent list pretty easily.
>
> It seems like that should also be possible in a filter, but I don't
> understand how to find the parent list in that case. I think it is buried
> in the info.
>
> Is there a general way to get to the org-element information for something
> in an export filter function?
No, there's no simple way to access the element. Filters, with a few
exceptions, are meant to operate on strings, not on the parse tree. They
are usual meant as a simple way to transform the output. I.e., they are
intentionally dumbed down.
You could however, use the parse-tree filter to modify the parse tree
before export.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: getting item information in an export filter?
2020-02-03 16:05 ` Nicolas Goaziou
@ 2020-02-03 21:13 ` John Kitchin
0 siblings, 0 replies; 3+ messages in thread
From: John Kitchin @ 2020-02-03 21:13 UTC (permalink / raw)
To: John Kitchin, org-mode-email
[-- Attachment #1: Type: text/plain, Size: 1388 bytes --]
Thanks Nicolas!
John
-----------------------------------
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu
On Mon, Feb 3, 2020 at 11:26 AM Nicolas Goaziou <mail@nicolasgoaziou.fr>
wrote:
> Hello,
>
> John Kitchin <jkitchin@andrew.cmu.edu> writes:
>
> > In
> >
> https://emacs.stackexchange.com/questions/55231/org-mode-export-html-add-name-attirbute-to-checkbox-input
> >
> > there was a question about modifying a checkbox export. I wrote an answer
> > using a custom translate function in a derived backend, where I could get
> > the name of the parent list pretty easily.
> >
> > It seems like that should also be possible in a filter, but I don't
> > understand how to find the parent list in that case. I think it is buried
> > in the info.
> >
> > Is there a general way to get to the org-element information for
> something
> > in an export filter function?
>
> No, there's no simple way to access the element. Filters, with a few
> exceptions, are meant to operate on strings, not on the parse tree. They
> are usual meant as a simple way to transform the output. I.e., they are
> intentionally dumbed down.
>
> You could however, use the parse-tree filter to modify the parse tree
> before export.
>
> Regards,
>
> --
> Nicolas Goaziou
>
[-- Attachment #2: Type: text/html, Size: 2320 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-02-03 21:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-03 14:15 getting item information in an export filter? John Kitchin
2020-02-03 16:05 ` Nicolas Goaziou
2020-02-03 21:13 ` John Kitchin
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.