From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: Capture from terminal command line? Date: Thu, 29 Sep 2011 09:13:15 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51440) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9HMU-0004Zs-9x for emacs-orgmode@gnu.org; Thu, 29 Sep 2011 10:13:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R9HMT-0001OJ-7K for emacs-orgmode@gnu.org; Thu, 29 Sep 2011 10:13:18 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:53171) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9HMT-0001OB-2l for emacs-orgmode@gnu.org; Thu, 29 Sep 2011 10:13:17 -0400 Received: by fxh17 with SMTP id 17so2185797fxh.0 for ; Thu, 29 Sep 2011 07:13:16 -0700 (PDT) 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: emacs-orgmode I'm looking for a way to capture notes from a terminal, without having to jump over to emacs. In the past, I simply append the text from the command line to my ~/refile.org file, but if I have emacs running and have a modified ~/refile.org buffer, then I run into complications. I think that a good way would be to have a bash script that tells emacs to run one of the org-capture functions, along with the newly entered text from the command line. Can anyone point me to the right function to call? Thanks, --Nate