From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Griswold Subject: Re: Command line tricks Date: Wed, 20 Aug 2008 07:24:24 -0400 Message-ID: <87abf8lyjb.fsf@cantor.griswold.home> References: <20080806083741.GA15423@thinkpad.adamsinfoserv.com> <881.1219228296@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KVlnq-0000RW-PQ for emacs-orgmode@gnu.org; Wed, 20 Aug 2008 07:24:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KVlnm-0000LL-T8 for emacs-orgmode@gnu.org; Wed, 20 Aug 2008 07:24:38 -0400 Received: from [199.232.76.173] (port=38142 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVlnm-0000L4-OB for emacs-orgmode@gnu.org; Wed, 20 Aug 2008 07:24:34 -0400 Received: from main.gmane.org ([80.91.229.2]:53061 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KVlnm-0006wa-8x for emacs-orgmode@gnu.org; Wed, 20 Aug 2008 07:24:34 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KVlnj-0007RH-9L for emacs-orgmode@gnu.org; Wed, 20 Aug 2008 11:24:31 +0000 Received: from cpe-67-242-215-243.rochester.res.rr.com ([67.242.215.243]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Aug 2008 11:24:31 +0000 Received: from dgriswol by cpe-67-242-215-243.rochester.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Aug 2008 11:24:31 +0000 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 Pete Phillips writes: >>>>>> "Russell" == Russell Adams writes: > > Russell> In my ~/.bashrc, I have defined an alias for Org that runs: > > Russell> emacs -nw --funcall org-agenda-list > > Russell> Which pulls up Org in the agenda view, which is where I > Russell> wanted to be in the first place! > > Hmm - is there any way to get the same functionality with emacsclient ? ... > I have tried > > /usr/bin/emacsclient.emacs-snapshot -f org-agenda-list > > but it turns out -f isn't supported by emacsclient. how about: emacsclient -e "(org-agenda-list)" or: gnuclient -f org-agenda-list -- -------------- Dan Griswold Rochester, NY --------------