Hi Miguel, Miguel Ruiz <rbeni...@yahoo.es> writes:
>> You should explore using multiple keys for the capture template >> definition -- see the manual: > > Do you mean I should generate all the combinations and assign a > template to each one? Yes. > Can you provide any kind of minimal example? (setq org-capture-templates '(("l" "LifeHacking") ("lw" "LifeHacking write something") ("lw+" "LH write something clever" entry (file+headline "~/org/bzg.org" "LifeHacking") "* INPROGRESS My new clever writing\n\n%?" :prepend t) ("lw-" "LH write something stupid" entry (file+headline "~/org/bzg.org" "LifeHacking") "* INPROGRESS My new stupid writing\n\n%?" :prepend t))) M-x org-capture RET will let you select the "l" menu entry for "LifeHacking", then the "w" menu entry which is more specific, etc. You can easily emulate the example you gave in your previous email. HTH, -- Bastien _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode