[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] adding a new org-element?
From: |
Rasmus |
Subject: |
Re: [O] adding a new org-element? |
Date: |
Tue, 22 Mar 2016 10:19:42 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
John Kitchin <address@hidden> writes:
> Suppose one wanted to add a new org-element/syntax to org-mode. Where
> would one start?
>
> I am interested in something like the following syntax:
>
> $(arbitrary stuff inside the sexp)$
>
> with a mechanism to call an export function to transcode it.
>
> Any pointers to getting started?
I guess you'd to amend org-element.el, which I guess is not really built
to add new element types... The citation branch is an example of
modifications to add a single new element to the parser.
Hopefully Nicolas can give a deeper explanation.
Rasmus
--
Dung makes an excellent fertilizer
- Re: [O] adding a new org-element?, (continued)
- Re: [O] adding a new org-element?, John Kitchin, 2016/03/22
- Re: [O] adding a new org-element?, Eric S Fraga, 2016/03/22
- Re: [O] adding a new org-element?, John Kitchin, 2016/03/22
- Re: [O] adding a new org-element?, Eric S Fraga, 2016/03/22
- Re: [O] adding a new org-element?, John Kitchin, 2016/03/22
- Re: [O] adding a new org-element?, Eric S Fraga, 2016/03/22
Re: [O] adding a new org-element?, Samuel W. Flint, 2016/03/22
Re: [O] adding a new org-element?, John Kitchin, 2016/03/22
Re: [O] adding a new org-element?,
Rasmus <=