From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Drechsler Subject: Re: Command line tricks Date: Thu, 07 Aug 2008 02:04:05 +0200 Message-ID: <87ljz9pu6i.fsf@pdrechsler.de> References: <20080806083741.GA15423@thinkpad.adamsinfoserv.com> 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 1KQszJ-0002HI-0P for emacs-orgmode@gnu.org; Wed, 06 Aug 2008 20:04:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KQszH-0002Gt-Do for emacs-orgmode@gnu.org; Wed, 06 Aug 2008 20:04:16 -0400 Received: from [199.232.76.173] (port=59947 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQszH-0002Gp-55 for emacs-orgmode@gnu.org; Wed, 06 Aug 2008 20:04:15 -0400 Received: from main.gmane.org ([80.91.229.2]:53328 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 1KQszG-0002e4-Ko for emacs-orgmode@gnu.org; Wed, 06 Aug 2008 20:04:14 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KQszD-000083-OI for emacs-orgmode@gnu.org; Thu, 07 Aug 2008 00:04:11 +0000 Received: from dslb-084-057-091-087.pools.arcor-ip.net ([84.57.91.87]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Aug 2008 00:04:11 +0000 Received: from patrick by dslb-084-057-091-087.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Aug 2008 00:04:11 +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 Russell Adams writes: > I've recently started using a few command line options with Org I > thought I'd share, perhaps they'll inspire someone else. > > In my ~/.bashrc, I have defined an alias for Org that runs: [snip] Thanks for sharing that! alias todo="$EMACS -nw --funcall org-agenda-list" And to not miss anything there is a cronjob: $EMACS --batch \ --load $HOME/.emacs.d/init.el \ --load $HOME/.emacs.d/.gnus \ --funcall org-mail >& $LOGFILE Cheers, Patrick -- Admiration, n. Our polite recognition of another's resemblance to ourselves. -- Ambrose Bierce