Michael Brand <michael.ch.br...@gmail.com> writes: > I'm porting test-org-capture.el to test-org-feed.el and found this > issue in org-feed-format-entry: Evaluation of > > (org-feed-format-entry '(:title "success!") "\\\\%h" nil) > > with Emacs 24.5 results in "Lisp error: (args-out-of-range #<buffer > *temp*> 4 5)". The Lisp error disappears when single stepping with > Edebug but then org-feed-format-entry returns "\\%h" instead of the > expected "\\success!". To my understanding the problem seems to be > that org-capture-escaped-% messes up the match data which leads to an > empty variable with the name "replacement". I wonder why this problem > is not showing up in org-capture-fill-template too.
Fixed, too. Thank you. Regards,