public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: "'Jan Ulrich Hasecke' via pandoc-discuss" <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Re: filename variable
Date: Mon, 25 Jul 2022 14:33:01 +0200	[thread overview]
Message-ID: <e0252aa7-3e87-6381-a1a9-4f67acf7fbce@mailbox.org> (raw)
In-Reply-To: <CAEe_xxjZ8wNK068AP-gtieFKk+5iD1b4BLJ7iS6WuG8o-667tA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

Am 25.07.22 um 10:43 schrieb William Lupton:
> function Pandoc(pandoc)
>    pandoc.meta.output_file = PANDOC_STATE.output_file
>    return pandoc
> end

Thanks a lot.

I tried to strip the extension like this:

function Pandoc(pandoc)
   pandoc.meta.output_file = PANDOC_STATE.output_file:sub(0, - 5)
   return pandoc
end

But this only works with a three character extension.

I guess it should be easy to strip everything after the colon with 
regexp, if one is not a regexp illiterate like me.

juh

-- 
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/e0252aa7-3e87-6381-a1a9-4f67acf7fbce%40mailbox.org.


  parent reply	other threads:[~2022-07-25 12:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-25  8:10 'juh' via pandoc-discuss
2022-07-25  8:43 ` William Lupton
     [not found]   ` <CAEe_xxjZ8wNK068AP-gtieFKk+5iD1b4BLJ7iS6WuG8o-667tA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2022-07-25 12:33     ` 'Jan Ulrich Hasecke' via pandoc-discuss [this message]
     [not found]       ` <e0252aa7-3e87-6381-a1a9-4f67acf7fbce-cl+VPiYnx/1AfugRpC6u6w@public.gmane.org>
2022-07-25 12:55         ` William Lupton
     [not found]           ` <CAEe_xxjdkVBoGTUXRPUgnGXEYAf0JZbAabEWjr=wNGq6joD4wg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2022-07-25 12:57             ` William Lupton
     [not found]               ` <CAEe_xxgM8dPsst5ceKWDfhb0BrR4gNVHC+=ZFTatRHtqrfiG3Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2022-07-25 15:05                 ` 'Jan Ulrich Hasecke' via pandoc-discuss
2022-07-25 15:56 ` John MacFarlane
     [not found]   ` <BC4CAE33-E18F-405C-A6E5-C13D04542B3C-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2022-07-25 16:43     ` William Lupton

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=e0252aa7-3e87-6381-a1a9-4f67acf7fbce@mailbox.org \
    --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).