emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Org campture recursively expands %-escapes


From: Michael Brand
Subject: Re: [O] Org campture recursively expands %-escapes
Date: Mon, 4 Jan 2016 02:52:15 +0100

Hi Nicolas

On Sun, Jan 3, 2016 at 10:07 PM, Nicolas Goaziou <address@hidden> wrote:
> The only error I get is a difference of indentation before the date. Am
> I missing something ?

When you evaluate

(progn
  (require 'org-feed)
  (org-feed-format-entry
   '(:title "5 % less (see\n item \"3)\" somewhere)"  ; %h
     :link "http://ORGMODE.org"  ; %a
     :pubDate "Sat, 02 Jan 2016 12:00:00 +0000")  ; %u
   "%(capitalize \"%h\n of\") THE %(downcase \"%a\") %u"
   nil))

do you get the expected "Lisp error: (void-function
org-capture-expand-embedded-elisp)" like me on
release_8.3.2-350-gbd3a2cb and today's release_8.3.2-441-ga87dea3 ?

If not I don't understand what is wrong with my git repo.

(After a rename I get

"%(capitalize \"5 % less (see
 item \\\"3)\\\" somewhere)
 of\") THE %(downcase \"[[http://ORGMODE.org]]
\") [2016-01-02 Sat]"

and on release_8.3.2-349-gbd79085 I get the expanded

"5 % Less (See
 Item \"3)\" Somewhere)
 Of THE [[http://orgmode.org]]
 [2016-01-02 Sat]"

)

Michael

reply via email to

[Prev in Thread] Current Thread [Next in Thread]