Re: [Orgmode] Command line tricks

2008-08-20 Thread Pete Phillips
> "Russell" == Russell Adams <[EMAIL PROTECTED]> 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

Re: [Orgmode] Command line tricks

2008-08-07 Thread Sebastian Rose
Great! ...and here is a little snippet, showing how I reuse files in several projects: ("TWO-inherit" :base-directory "~/path/ONE/" :recursive t :base-extension "css\\|js" :publishing-directory "~/path/TWO/" :publishing-function org-publish-

[Orgmode] Command line tricks

2008-08-06 Thread Russell Adams
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: emacs -nw --funcall org-agenda-list Which pulls up Org in the agenda view, which is where I wanted to be in the f