didn't know the regexp org-ts-regexp-*. Thanks!
On Thu, May 29, 2014 at 10:59 AM, Bastien wrote:
> Hi,
>
> zhenjiang zech xu writes:
>
> > For a simple example, assuming current entry is:
> >
> > * [2014-05-06 Thu] this is the heading
> >blahblah...
> >
> > I'd like to get the time string
Hi,
zhenjiang zech xu writes:
> For a simple example, assuming current entry is:
>
> * [2014-05-06 Thu] this is the heading
> blahblah...
>
> I'd like to get the time string and the title "this is the heading"
> separately. Is there a canonical way to do that with org-mode APIs?
This functio
Hi orgmoders,
I am wondering if there is function to dissect a heading into timestamps
(for all various forms) and true title of text?
For a simple example, assuming current entry is:
* [2014-05-06 Thu] this is the heading
blahblah...
I'd like to get the time string and the title "this is th