public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* resource-path and escaping colon in name
@ 2020-05-22 15:52 Sébastien Kœchlin
       [not found] ` <26a48294-b200-4d8f-ad97-2fc781aeaff3-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Sébastien Kœchlin @ 2020-05-22 15:52 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 577 bytes --]

Hello,

Is there a way to escape the ':' character in --resource-path parameter?

I have to use it on a project were most top directories include a colon 
character.


-- 
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/26a48294-b200-4d8f-ad97-2fc781aeaff3%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 977 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: resource-path and escaping colon in name
       [not found] ` <26a48294-b200-4d8f-ad97-2fc781aeaff3-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2020-05-22 16:39   ` John MacFarlane
       [not found]     ` <m2h7w753gn.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: John MacFarlane @ 2020-05-22 16:39 UTC (permalink / raw)
  To: Sébastien Kœchlin, pandoc-discuss


I'm sorry, currently there isn't.  But I'll add a note about this
use case to https://github.com/jgm/pandoc/issues/6152

Sébastien Kœchlin <koocotte-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> Hello,
>
> Is there a way to escape the ':' character in --resource-path parameter?
>
> I have to use it on a project were most top directories include a colon 
> character.
>
>
> -- 
> 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/26a48294-b200-4d8f-ad97-2fc781aeaff3%40googlegroups.com.

-- 
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/m2h7w753gn.fsf%40johnmacfarlane.net.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: resource-path and escaping colon in name
       [not found]     ` <m2h7w753gn.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
@ 2020-05-22 16:42       ` John MacFarlane
  0 siblings, 0 replies; 3+ messages in thread
From: John MacFarlane @ 2020-05-22 16:42 UTC (permalink / raw)
  To: Sébastien Kœchlin, pandoc-discuss


One workaround would be to specify your resource-path in a
defaults file (see the manual).  You can then separate the
elements using a YAML list:

resource-path:
- path:with:colon
- path2


John MacFarlane <jgm-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org> writes:

> I'm sorry, currently there isn't.  But I'll add a note about this
> use case to https://github.com/jgm/pandoc/issues/6152
>
> Sébastien Kœchlin <koocotte-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
>
>> Hello,
>>
>> Is there a way to escape the ':' character in --resource-path parameter?
>>
>> I have to use it on a project were most top directories include a colon 
>> character.
>>
>>
>> -- 
>> 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/26a48294-b200-4d8f-ad97-2fc781aeaff3%40googlegroups.com.

-- 
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/m2eerb53b7.fsf%40johnmacfarlane.net.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-22 16:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-22 15:52 resource-path and escaping colon in name Sébastien Kœchlin
     [not found] ` <26a48294-b200-4d8f-ad97-2fc781aeaff3-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-05-22 16:39   ` John MacFarlane
     [not found]     ` <m2h7w753gn.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2020-05-22 16:42       ` John MacFarlane

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).