Russell Adams <[EMAIL PROTECTED]> 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




_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to