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 Mailing List <emacs-orgmode@gnu.org>
Subject: Re: using info in a filter
Date: Wed, 30 Mar 2016 16:02:05 +0200	[thread overview]
Message-ID: <878u103vz6.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <m28u12bpjr.fsf@Johns-MacBook-Air.local> (John Kitchin's message of "Mon, 28 Mar 2016 11:16:56 -0400")

Hello,

John Kitchin <jkitchin@andrew.cmu.edu> writes:

> How does one use the info in a filter?
>
> e.g.
>
> in (defun my-block-filter (data backend info))
>
> data is the transcoded block string, and I want to add something to it
> based on say the type of block, name and header of the corresponding
> block. Is it possible to get to that from the info? Or is this a case
> where it is easier to make a custom backend with a function like:
>
> (defun sb-format (sb contents info)) that builds up the output string?

Purpose for INFO in filters is to give access to export options. You
cannot have easily access to the element being exported.

Another option is to use a parse tree filter, or as you suggest,
a custom back-end.

Regards,

-- 
Nicolas Goaziou

  reply	other threads:[~2016-03-30 14:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-28 15:16 using info in a filter John Kitchin
2016-03-30 14:02 ` Nicolas Goaziou [this message]
2016-03-30 18:33   ` 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=878u103vz6.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).