emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Command line tricks


From: Patrick Drechsler
Subject: [Orgmode] Re: Command line tricks
Date: Thu, 07 Aug 2008 02:04:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Russell Adams <address@hidden> 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]