Nitin Agarwal <nitinagarwal3...@gmail.com> writes: > The edit button appears only for the content of the subheadings or > headings of the document.
Look at the call to `org-export-define-derived-backend' in line 107 of org-ehtml-client [1]. Notice that it defines editable versions of the existing html export functions for each of the types listed (paragraph, plain-list, etc...). These types correspond to org-mode elements as defined by org-elements.el. To make the content of headlines editable, you should define a new export function for headlines either using the `def-ehtml-wrap' function or possibly using a new export function. If you do share new code please do so either as diffs against existing code, or as pull requests on github. It is too difficult to find the relevant changes in source code pasted directly into email messages. Cheers, Footnotes: [1] https://github.com/eschulte/org-ehtml/blob/master/src/org-ehtml-client.el#L107 -- Eric Schulte http://cs.unm.edu/~eschulte