From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: bug if link description contains percent sign (%) Date: Mon, 24 Oct 2016 13:47:13 +0200 Message-ID: <87insim0ji.wl-n142857@gmail.com> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-2022-JP Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bydic-00069A-PD for emacs-orgmode@gnu.org; Mon, 24 Oct 2016 07:47:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bydiY-0003W5-S6 for emacs-orgmode@gnu.org; Mon, 24 Oct 2016 07:47:06 -0400 Received: from mail-wm0-x233.google.com ([2a00:1450:400c:c09::233]:37375) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1bydiY-0003Vn-Lw for emacs-orgmode@gnu.org; Mon, 24 Oct 2016 07:47:02 -0400 Received: by mail-wm0-x233.google.com with SMTP id f193so113561425wmg.0 for ; Mon, 24 Oct 2016 04:47:02 -0700 (PDT) Received: from noad.gmail.com ([81.26.205.70]) by smtp.gmail.com with ESMTPSA id wh3sm18868105wjb.49.2016.10.24.04.46.59 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 24 Oct 2016 04:47:00 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" 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