Hello, Samuel Wales <[email protected]> writes:
> with the new org maint code, i still occasionally get the literal string. > > it occurs when the region spans a blank line. I cannot reproduce your issue. > like > > %(concat > "http://whatever.whatever/building-a-mold-free-house/whatever" > "Building a mold free house" " I have trouble understanding the double quote above. Do you mean the text below is inserted within the %(concat ...) or are these your templates? In this case, which one produces the error? > these remplates [don't know if first does anything] > > (add-to-list 'org-capture-templates > `("L" "Protocol L for link" entry > (file+headline ,org-default-notes-file "xyzzy-remember") > ;; fixme perhaps i do not need the %i, if it is for no text > "%(concat \"%:link\" > \"%:description\" \"%i\") L" > :prepend t :immediate-finish t :jump-to-captured t)) > ;; this seems to get called by org capture whether selection or not > (add-to-list 'org-capture-templates > `("p" "Protocol p" entry > (file+headline ,org-default-notes-file "xyzzy-remember") > "%(concat \"%:link\" > \"%:description\" \"%i\")" > :prepend t :immediate-finish t :jump-to-captured t)) Regards, -- Nicolas Goaziou
