public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: "'William Lupton' via pandoc-discuss" <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Re: pandoc-include filter
Date: Mon, 14 Aug 2023 16:54:54 +0100	[thread overview]
Message-ID: <CAEe_xxgQROX50pS0cU4bN-KtqXgVr=2-kfMrdiwAJbqsgU8-cA@mail.gmail.com> (raw)
In-Reply-To: <a9928d39-a1de-4e7c-bba0-caf3f445a61fn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 4081 bytes --]

From the docs:

*"The pandoc-options option is a list to specify the pandoc options when
recursively processing included files."*

I guess the filter must invoke pandoc in this case, and these are the
options that it passes to it?

On Sat, 12 Aug 2023 at 21:35, Guido Milanese <guido.milanese-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:

> Thank you. My defaults file was in the wrong place indeed. However, it
> seems to me that this instruction in the header of input files, as
> suggested in the pandoc-include manual:
>
> pandoc-options:
>   - filter=pandoc-include
>
> remains useless; without an explicit call either in the defaults file or
> in command line nothing happens. I also tried to locate some documentation
> about "pandoc-options" in the manual (most recent edition, 2 days ago) but
> to no success. In R markdown there is a "pandoc_options" (with underscore),
> but I can't make sense of it in Pandoc-markdown.
>
> Thanks again!
>
> Il giorno venerdì 11 agosto 2023 alle 11:45:57 UTC+2 William Lupton ha
> scritto:
>
>> Try removing the '--':
>>
>> filters:
>>   -  pandoc-include
>>
>> But you should have got an error, so I'm wondering whether you were
>> successfully including the defaults file (note that, unless you've set your
>> data directory to $HOME, it won't be searched for in $HOME/defaults). For
>> testing, I suggest putting it in the current directory.
>>
>> On Fri, 11 Aug 2023 at 09:51, Guido Milanese <guido.m...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
>> wrote:
>>
>>> I have successfully installed pandoc-include (
>>> https://pypi.org/project/pandoc-include/) and I run it calling the
>>> filter as usual:
>>>
>>> pandoc —filter=pandoc-include test.md -o test.pdf
>>>
>>> The filter is a python—panflute filter.
>>>
>>> The pandoc-include documentation suggests to add this item to the
>>> document header:
>>>
>>> pandoc-options:
>>>   - --filter=pandoc-include
>>>
>>> but it seems ineffective, since an explicit call of the filter in the
>>> command line is necessary.
>>>
>>> I also added to ${HOME}/defaults/defaults file this line:
>>>
>>> filters:
>>>   -  --pandoc-include
>>>
>>> but again nothing happens.
>>> I’m sure I’m missing some basic step, and I am grateful in advance for
>>> your kind help.
>>>
>>> guido (northern Italy)
>>> Disclaimer: I have already asked the same question in the pandoc-include
>>> discussione group.
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "pandoc-discuss" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to pandoc-discus...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/pandoc-discuss/7de5029a-c8b8-4f17-bf76-fdf1abd522b0n%40googlegroups.com
>>> <https://groups.google.com/d/msgid/pandoc-discuss/7de5029a-c8b8-4f17-bf76-fdf1abd522b0n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/pandoc-discuss/a9928d39-a1de-4e7c-bba0-caf3f445a61fn%40googlegroups.com
> <https://groups.google.com/d/msgid/pandoc-discuss/a9928d39-a1de-4e7c-bba0-caf3f445a61fn%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CAEe_xxgQROX50pS0cU4bN-KtqXgVr%3D2-kfMrdiwAJbqsgU8-cA%40mail.gmail.com.

[-- Attachment #2: Type: text/html, Size: 6091 bytes --]

      parent reply	other threads:[~2023-08-14 15:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-11  8:51 Guido Milanese
     [not found] ` <7de5029a-c8b8-4f17-bf76-fdf1abd522b0n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-08-11  9:45   ` 'William Lupton' via pandoc-discuss
     [not found]     ` <CAEe_xxj=p_V2ikAMXaq1bu-xFjMHUzAvdm1-2SuAg33UM8LmSA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2023-08-12 20:35       ` Guido Milanese
     [not found]         ` <a9928d39-a1de-4e7c-bba0-caf3f445a61fn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-08-14 15:54           ` 'William Lupton' via pandoc-discuss [this message]

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAEe_xxgQROX50pS0cU4bN-KtqXgVr=2-kfMrdiwAJbqsgU8-cA@mail.gmail.com' \
    --to=pandoc-discuss-/jypxa39uh5tlh3mbocffw@public.gmane.org \
    /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.
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 NNTP newsgroup(s).