emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: John Kitchin <jkitchin@andrew.cmu.edu>
Cc: org-mode-email <emacs-orgmode@gnu.org>
Subject: Re: getting item information in an export filter?
Date: Mon, 03 Feb 2020 17:05:07 +0100	[thread overview]
Message-ID: <87mu9z8xn0.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <CAJ51ETorF5EndQSA9HSAcCva7UCiKrN12HeJTk3XHTBzC=fWVw@mail.gmail.com> (John Kitchin's message of "Mon, 3 Feb 2020 09:15:43 -0500")

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

  reply	other threads:[~2020-02-03 16:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-03 14:15 getting item information in an export filter? John Kitchin
2020-02-03 16:05 ` Nicolas Goaziou [this message]
2020-02-03 21:13   ` John Kitchin

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=87mu9z8xn0.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=emacs-orgmode@gnu.org \
    --cc=jkitchin@andrew.cmu.edu \
    /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).