Re: Feature request: in org html export, option to disable id & class properties.

2021-10-03 Thread Zachary Kanfer
Amin Bandali wrote: > Hi Zachary, > > Zachary Kanfer writes: > > > That is an interesting exporter. Is it actually part of orgmode? I don't > > see it in the org repository. I don't want to rely on downloading > something > > from an archived repository that w

Re: Bug: invalid example for org-export-define-backend's :menu-entry argument [9.4.4 (release_9.4.4 @ /usr/local/share/emacs/28.0.50/lisp/org/)]

2021-08-17 Thread Zachary Kanfer
Awesome, thank you! :) On Sat, Aug 7, 2021 at 4:15 PM Nicolas Goaziou wrote: > Hello, > > Zachary Kanfer writes: > > > Ox.el contains the function org-export-define-backend. One of its > > keyword arguments is :menu-entry. The examples given include > > (https:/

Re: Bug: invalid example for org-export-define-backend's :menu-entry argument [9.4.4 (release_9.4.4 @ /usr/local/share/emacs/28.0.50/lisp/org/)]

2021-08-02 Thread Zachary Kanfer
Upon further testing, the third and fourth elements of the function should instead be wrapped in a single set of parentheses. There should only be three elements in the list. On Tue, Aug 3, 2021 at 12:36 AM Zachary Kanfer wrote: > Ox.el contains the function org-export-define-backend.

Bug: invalid example for org-export-define-backend's :menu-entry argument [9.4.4 (release_9.4.4 @ /usr/local/share/emacs/28.0.50/lisp/org/)]

2021-08-02 Thread Zachary Kanfer
Ox.el contains the function org-export-define-backend. One of its keyword arguments is :menu-entry. The examples given include (https://code.orgmode.org/bzg/org-mode/src/master/lisp/ox.el#L1214) '(?l "Export to LaTeX" (?p "As PDF file" org-latex-export-to-pdf) (?o "As PDF

Re: Feature request: in org html export, option to disable id & class properties.

2021-07-10 Thread Zachary Kanfer
miliar with the internals of the built-in html > exporter but the slimhtml exporter > [https://github.com/balddotcat/ox-slimhtml] might be closer to what > you're looking for. > > best regards, > AndrĂ¡s > > On Sat, 10 Jul 2021 at 09:08, Zachary Kanfer wrote: > > &g

Feature request: in org html export, option to disable id & class properties.

2021-07-10 Thread Zachary Kanfer
When I export this sample org file: * top-level header ** and here we have #2 The body of the generated html has this content: top-level header and here we have #2 I would prefer the html to not have these id or class properties; something like

[O] [PATCH] org-read-date-overlay shown in other buffers, point in calendar window defaults to end of line

2012-02-07 Thread Zachary Kanfer
point in the minibuffer and restoring it after inserting org-read-date-overlay, and replaced it with save-excursion. -Zachary Kanfer diff --git a/lisp/org.el b/lisp/org.el index c93b7b2..3c93dff 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -15051,35 +15051,35 @@ user. (when org-read-date-display