emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] wrong sequence?


From: Samuel Wales
Subject: [Orgmode] wrong sequence?
Date: Tue, 18 Jan 2011 21:41:23 -0700

Why does the second command get called before the first command for me?

(defun alpha-test-org-note ()
  (interactive)
  (org-add-note)
  (org-copy-subtree))

Emacs 22, recent org.

Thanks.



reply via email to

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