all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Looking for good element parser
@ 2014-11-17  5:44 Paul Rankin
  2014-11-17  7:26 ` Eric Abrahamsen
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Rankin @ 2014-11-17  5:44 UTC (permalink / raw)
  To: help-gnu-emacs

Hello,

I maintain a package that exports the Fountain screenplay markup to
HTML. Currently it uses text-properties set with font-lock to figure out
what elements are what, but I think this is perhaps not the best
approach.

I've been looking at org-element.el but it's a little overwhelming for
my Jedi skills. Can anyone point me in the direction of a good text
element parser that's maybe a little simpler than org-element.el?

Or, failing that, should I just use `while' through the buffer doing a
`cond' on every element? Seems like overkill...

Thanks :)

-- 
Paul W. Rankin
http://www.paulwrankin.com



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

end of thread, other threads:[~2014-11-17  8:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-17  5:44 Looking for good element parser Paul Rankin
2014-11-17  7:26 ` Eric Abrahamsen
2014-11-17  8:46   ` Paul Rankin

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.