[Orgmode] Linking/referencing static HTML

2010-02-17 Thread Zachary Young
Hi all, I've looked around at the orgmode and org babel manuals, and I am still not sure that I want to do is possible... I have an HTML file that is an e-mail signature that I use. Up to now I've had copies of the HTML in couple of template ORG files, like so: #+BEGIN_HTML signature and corp

[Orgmode] Export HTML from command line

2010-03-16 Thread Zachary Young
Hi all, When I run `org-export-as-html' in a buffer, it works as I expect, but when I try to run it from an emacs batch command: emacs --batch --execute='(setq vc-follow-symlinks nil)' --visit= current-day.org --execute='(org-export-as-html-and-open nil)' anything between #+BEGIN_HTML: and #+EN

[Orgmode] Make a time-stamp non-interactively

2010-04-14 Thread Zachary Young
Hi all, I'm still new to elisp, so forgive me if I am missing something obvious... I would like to make an orgmode active time-stamp from within a custom function I am writing. I have looked at `org-time-stamp' but do not see a way to call this in a *non-interactive* fashion from my code. Inside

[Orgmode] Re: Make a time-stamp non-interactively

2010-04-14 Thread Zachary Young
, Zachary Young wrote: > Hi all, > > I'm still new to elisp, so forgive me if I am missing something obvious... > > I would like to make an orgmode active time-stamp from within a custom > function I am writing. I have looked at `org-time-stamp' but do not see a > way to

[Orgmode] Re: Make a time-stamp non-interactively

2010-04-15 Thread Zachary Young
sen wrote: > Zachary Young writes: > > > Hi all, > > > > I'm still new to elisp, so forgive me if I am missing something > obvious... > > > > I would like to make an orgmode active time-stamp from within a custom > function I am writing. I have > &g

[Orgmode] Iterate over list with `org-next-item'

2010-09-02 Thread Zachary Young
Hi all, I am trying to iterate over a list with `org-next-item'. I just tried: (ignore-errors (while (equal nil (org-next-item and it worked. Is there a better way to do this? I'm not very versed in Elisp, and `org-next-item' returning `nil' on success, and throwing an error at the end of t