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

2010-04-15 Thread Zachary Young
Hi Brent, Thank you very much for pointing that function out. I am still learning how to use apropos and just found about `C-u apropos' which shows that function when `apropos' did not. Anyway, much easier than my hack. Thank you, Zachary On Wed, Apr 14, 2010 at 7:26 PM, Bernt Hansen wrote: >

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

2010-04-14 Thread Bernt Hansen
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 > looked at `org-time-stamp' but do not see a way to call this in a > *non-in

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

2010-04-14 Thread Zachary Young
Hi all, Sorry, I did some more digging right after I sent this, and found the following in org-remember.el: (ct (or org-overriding-default-time (org-current-time))) (format-time-string (car org-time-stamp-formats) ct) So, there it is. Thank you, Zachary On Wed, Apr 14, 2010 at 6:56 PM, Zachary