all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* calling org-remember with an argument to select remember-type?
@ 2008-10-22 19:18 Søren Pedersen
  2008-10-22 19:56 ` Manish
  0 siblings, 1 reply; 3+ messages in thread
From: Søren Pedersen @ 2008-10-22 19:18 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-10-22 23:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-22 19:18 calling org-remember with an argument to select remember-type? Søren Pedersen
2008-10-22 19:56 ` Manish
2008-10-22 23:34   ` Søren Pedersen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.