public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: William Lupton <wlupton-QSt+ys/nuMyEUIsrzH9SikB+6BGkLq7r@public.gmane.org>
To: pandoc-discuss <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Re: filename variable
Date: Mon, 25 Jul 2022 13:57:07 +0100	[thread overview]
Message-ID: <CAEe_xxgM8dPsst5ceKWDfhb0BrR4gNVHC+=ZFTatRHtqrfiG3Q@mail.gmail.com> (raw)
In-Reply-To: <CAEe_xxjdkVBoGTUXRPUgnGXEYAf0JZbAabEWjr=wNGq6joD4wg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

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

(perhaps also allow digits in the extension, or anything other than dots)

but no there's a better way; see
https://pandoc.org/lua-filters.html#pandoc.path.split_extension

On Mon, 25 Jul 2022 at 13:55, William Lupton <wlupton-QSt+ys/nuMyEUIsrzH9SikB+6BGkLq7r@public.gmane.org>
wrote:

> something like this perhaps?
>
> local name = file:gsub('%.[a-z]*$', '')
>
> On Mon, 25 Jul 2022 at 13:33, 'Jan Ulrich Hasecke' via pandoc-discuss <
> pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> wrote:
>
>> 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
>> .
>>
>

-- 
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_xxgM8dPsst5ceKWDfhb0BrR4gNVHC%2B%3DZFTatRHtqrfiG3Q%40mail.gmail.com.

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

  parent reply	other threads:[~2022-07-25 12:57 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
     [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 [this message]
     [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='CAEe_xxgM8dPsst5ceKWDfhb0BrR4gNVHC+=ZFTatRHtqrfiG3Q@mail.gmail.com' \
    --to=wlupton-qst+ys/numyeuisrzh9sikb+6bgklq7r@public.gmane.org \
    --cc=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).