From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Keyboard command to force "done" Date: Wed, 24 Oct 2012 16:21:54 +0200 Message-ID: <87txtk0x31.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR1pz-0001nr-7H for emacs-orgmode@gnu.org; Wed, 24 Oct 2012 10:21:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TR1py-0002IO-1g for emacs-orgmode@gnu.org; Wed, 24 Oct 2012 10:21:39 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:49461) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR1px-0002IH-Rr for emacs-orgmode@gnu.org; Wed, 24 Oct 2012 10:21:37 -0400 Received: by mail-we0-f169.google.com with SMTP id u3so346585wey.0 for ; Wed, 24 Oct 2012 07:21:37 -0700 (PDT) In-Reply-To: (Nathan Neff's message of "Thu, 11 Oct 2012 09:30:42 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nathan Neff Cc: emacs-orgmode HI Nathan, Nathan Neff writes: > (defun njn/force-done () > (interactive) > (setq current-prefix-arg '(64)) ; specify universal argument as > C-u C-u C-u (4*4*4) > (call-interactively 'org-todo)) ; don't know the syntax to pass > 'done to 'org-todo > ) (org-todo 'done) HTH, -- Bastien