From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: wrong sequence? Date: Tue, 18 Jan 2011 21:41:23 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=59240 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfPrK-0006fj-JN for emacs-orgmode@gnu.org; Tue, 18 Jan 2011 23:41:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfPrJ-000125-MF for emacs-orgmode@gnu.org; Tue, 18 Jan 2011 23:41:26 -0500 Received: from mail-gw0-f41.google.com ([74.125.83.41]:34179) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfPrJ-00011y-GJ for emacs-orgmode@gnu.org; Tue, 18 Jan 2011 23:41:25 -0500 Received: by gwj22 with SMTP id 22so127926gwj.0 for ; Tue, 18 Jan 2011 20:41:23 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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.