Hey all I am trying to call org-remember and automatically select making a journal entry (associated with the character "j").
I have tried the following: (org-remember "j") (org-remember ?J) describe-function on org-remember mentions org-force-remember-template-char so I have also tried: (let ((org-force-remember-template-char ?j)) (org-remember)) (let ((org-force-remember-template-char "j")) (org-remember)) But all of these display the prompt to select which remember-type to create. As might be apparent I am not really proficient in elisp, so I am hoping you guys can help me out kind regards Søren Pedersen _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode