* bug if link description contains percent sign (%)
@ 2016-10-24 11:47 Daniel Clemente
2016-10-24 21:59 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Clemente @ 2016-10-24 11:47 UTC (permalink / raw)
To: org-mode Mailinglist
With yesterday's org-mode: if I export (C-c C-o O O) this line of text, it fails because of the % character:
See [[file:/][the m%n syntax]].
Debugger entered--Lisp error: (error "Not enough arguments for format string")
format(#("[[%s][the m%n syntax]]" 6 20 (:parent (link (:type "file" :path "/" :format bracket :raw-link "file:/" :application nil :search-option nil :begin 5 :end 31 :contents-begin 15 :contents-end 29 :post-blank 0 :parent (paragraph (:begin 1 :end 33 :contents-begin 1 :contents-end 33 :post-blank 0 :post-affiliated 1 :parent (section (:begin 1 :end 33 :contents-begin 1 :contents-end 33 :post-blank 0 :post-affiliated 1 :parent ...) #4)) #("See " 0 4 (:parent #4)) #2 #(".\n" 0 2 (:parent #4)))) #("the m%n syntax" 0 14 (:parent #2))))) "file:/")
org-element-link-interpreter((link (:type "file" :path "/" :format bracket :raw-link "file:/" :application nil :search-option nil :begin 5 :end 31 :contents-begin 15 :contents-end 29 :post-blank 0 :parent (paragraph (:begin 1 :end 33 :contents-begin 1 :contents-end 33 :post-blank 0 :post-affiliated 1 :parent (section (:begin 1 :end 33 :contents-begin 1 :contents-end 33 :post-blank 0 :post-affiliated 1 :parent (org-data nil #4)) #2)) #("See " 0 4 (:parent #2)) #0 #(".\n" 0 2 (:parent #2)))) #("the m%n syntax" 0 14 (:parent #0))) #("the m%n syntax" 0 14 (:parent (link (:type "file" :path "/" :format bracket :raw-link "file:/" :application nil :search-option nil :begin 5 :end 31 :contents-begin 15 :contents-end 29 :post-blank 0 :parent (paragraph (:begin 1 :end 33 :contents-begin 1 :content
s-end 33 :post-blank 0 :post-affiliated 1 :parent (section (:begin 1 :end 33 :contents-begin 1 :contents-end 33 :post-blank 0 :post-affiliated 1 :parent ...) #4)) #("See " 0 4 (:parent #4)) #2 #(".\n" 0 2 (:parent #4)))) #("the m%n syntax" 0 14 (:parent #2))))))
org-org-link(…)
org-export-data(…)
Greetings,
Daniel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: bug if link description contains percent sign (%)
2016-10-24 11:47 bug if link description contains percent sign (%) Daniel Clemente
@ 2016-10-24 21:59 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2016-10-24 21:59 UTC (permalink / raw)
To: Daniel Clemente; +Cc: org-mode Mailinglist
Hello,
Daniel Clemente <n142857@gmail.com> writes:
> With yesterday's org-mode: if I export (C-c C-o O O) this line of text, it fails because of the % character:
>
> See [[file:/][the m%n syntax]].
>
> Debugger entered--Lisp error: (error "Not enough arguments for format string")
Fixed. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-24 21:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-24 11:47 bug if link description contains percent sign (%) Daniel Clemente
2016-10-24 21:59 ` Nicolas Goaziou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.