emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [PATCH] protocol: allow users to disable warning about old style


From: Mario Martelli
Subject: Re: [O] [PATCH] protocol: allow users to disable warning about old style links
Date: Wed, 21 Jun 2017 19:17:51 +0200

The default capture template didn't work for me:

   (*"w"*
        *"Default template"*
        entry
        (file+headline *"~/org/capture.org"* *"Notes"*)
        *"* %^{Title}\n\n  Source: %u, %c\n\n  %i"*
        *:empty-lines* 1)

There are some asterisks which do not belong there. Probably it helps to remove them.
Otherwise it’s similar to the template I’m using.

The %u and %c bits got replaced by the actual link code (i.e.,
_javascript_:...). The following works as I wanted:

   ("w" "Default capture " entry
     (file "~/org/notes.org")
     "* %^{Title}
   Source: [[%:link][%:description]]
   %:initial" :empty-lines 1)

It it works then it’s fine :)

Kind regards
Mario
— 



Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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