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.

_______________________________________________
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

Reply via email to