all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [Exporter] How to extract timestamp from headline's title?
@ 2013-11-15 20:59 Thorsten Jolitz
  2013-11-15 21:58 ` Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Thorsten Jolitz @ 2013-11-15 20:59 UTC (permalink / raw)
  To: emacs-orgmode


Hi List, 

when writing an exporter backend, I wonder what is the canonical way to
extract the (optional) timestamp element from a headline's :title
attribute (which holds a secondary string)?

I could do something like this to extract the timestamp from the headline

#+begin_src emacs-lisp
  (let ((ttl (org-element-property :title headline)))
    (and (> (length ttl) 1)
         (car (last ttl))))
#+end_src

but I hope there is a more straight-forward and reliable way to do this?

-- 
cheers,
Thorsten

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-11-16  0:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-15 20:59 [Exporter] How to extract timestamp from headline's title? Thorsten Jolitz
2013-11-15 21:58 ` Nicolas Goaziou
2013-11-16  0:15   ` Thorsten Jolitz

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.