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
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
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
, 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
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
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