Read only org view mode

2022-01-22 Thread Arthur Miller
Hi mailing list, is something like this of interest to add to org-mode? Attached is a prototype to a read-only view mode. It tries to hide as much of markup as possible to make it more "readable". It uses built-in view-mode to make the buffer read only and enable some common commands. I plan to a

Re: Extend the existing alternative set of key bindings for terminals

2022-01-22 Thread Ihor Radchenko
"Loris Bennett" writes: > In principle, yes, but the mode map is quite extensive. Is there any > way of doing that systematically? Or is the idea that I just keep a > record of all the issues that I stumble across? I do not know a good way to do it systematically, other than looking into the c

Re: bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of week

2022-01-22 Thread Ihor Radchenko
"Peter Davis" writes: > Please unsubscribe my husband Peter Davis from this list. He died 3 years > ago. > > Thanks, > Donna Cantera-Davis I am sorry to hear this. To unsubscribe, feel free to follow the steps described in https://lists.gnu.org/mailman/listinfo/emacs-orgmode Look for the fol

Re: [PATCH v3 2/3] ox-texinfo: Optionally use @itemx for certain description list items

2022-01-22 Thread Jonas Bernoulli
Nicolas Goaziou writes: >> #+begin_example >> -,#+ATTR_TEXINFO: :table-type vtable :sep , :indic asis >> +,#+attr_texinfo: :table-type vtable :indic asis :sep , >> - foo, bar :: This is the common text for variables foo and bar. >> #+end_example > > This change is not needed. Org markup is cap

Re: [PATCH v3 3/3] ox-texinfo: Define definition commands using description lists

2022-01-22 Thread Jonas Bernoulli
Nicolas Goaziou writes: >> + (t >> +(org-element-set-contents >> + item (nconc >> + (mapcar (lambda (key) `(keyword (:key "KINDEX" :value ,key))) >> kindex) >> + (mapcar (lambda (cmd) `(keyword (:key "FINDEX" :value ,cmd))) >> findex) >> + (org-elemen

Re: [PATCH v3 3/3] ox-texinfo: Define definition commands using description lists

2022-01-22 Thread Nicolas Goaziou
Hello, Jonas Bernoulli writes: > +The Texinfo export back-end supports two approaches to writing Texinfo > +definition commands. One of them is describe here, the other in > +[[*Plain lists in Texinfo export]]. Typo: one of them is described here > +(defvar org-texinfo--quoted-keys-regexp > +

Re: Exporting Org file to Html with collapsable headings

2022-01-22 Thread xincheng99
Thanks a lot. This is very close to what I am looking for, and saves a lot of my time. I am grateful to all the help I received from this mailing list. It is a lot of fun subscribing to this list. Regards Ziping > On Jan 21, 2022, at 11:46 AM, Max Nikulin >

Re: [PATCH] lisp/org-agenda.el: Add header to agenda clock report table

2022-01-22 Thread Samim Pezeshki
Thanks Nicolas for reviewing the changes! I applied the changes. Attached is the updated patch. On Fri, Jan 21, 2022 at 1:58 PM Nicolas Goaziou wrote: > Hello, > > Samim Pezeshki writes: > > > +(defcustom org-agenda-clock-report-header nil > > + "Header for org agenda clock report mode" > >

Re: [PATCH v3 2/3] ox-texinfo: Optionally use @itemx for certain description list items

2022-01-22 Thread Nicolas Goaziou
Hello, Jonas Bernoulli writes: > * doc/org-manual.org (Plain lists in Texinfo export): Reorder and > document new functionality. > * lisp/ox-texinfo.el: Add org-texinfo--combine-items to the list of > :filter-parse-tree functions of the texinfo backend. > * lisp/ox-texinfo.el (org-texinfo--combi

Re: [PATCH v3 1/3] ox-texinfo: Add function for use by kbd macro

2022-01-22 Thread Nicolas Goaziou
Hello, Jonas Bernoulli writes: > * doc/doc-setup.org: Use org-texinfo-kbd-macro for kbd macro. > * doc/org-manual.org: Add new node "Key bindings in Texinfo export". > * lisp/ox-texinfo.el (org-texinfo-kbd-macro): New function. Thank you. Some comments follow. > +(defun org-texinfo-kbd-macro (

Re: [BUG] Do not spellcheck cite keys [9.5.2 (release_9.5.2-9-g7ba24c @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]

2022-01-22 Thread Nicolas Goaziou
Hello, Rudolf Adamkovič writes: > The =org-mode-flyspell-verify= function should skip over citations. > > For example, the following citation get flagged as misspelled: > > [cite:@ganz+2013] Fixed. Thank you. Regards, -- Nicolas Goaziou

[BUG] Do not spellcheck cite keys [9.5.2 (release_9.5.2-9-g7ba24c @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]

2022-01-22 Thread Rudolf Adamkovič
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. ---

Re: bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of week

2022-01-22 Thread Peter Davis
Hello, Please unsubscribe my husband Peter Davis from this list. He died 3 years ago. Thanks, Donna Cantera-Davis On Thu, Jan 20, 2022, at 9:07 PM, bruce robertson wrote: > Thanks. I’ll do that. Org-submit … that is. > > On Thu, Jan 20, 2022 at 5:35 PM Kyle Meyer wrote: >> [ I've reassigned

Re: [BUG] Cached element is incorrect in file.org [9.6 (9.6-??-0c9b30e @ /Users/jeffballowe/.emacs.d/.local/straight/build-27.2/org/)]

2022-01-22 Thread Ihor Radchenko
Jeff writes: > What I expected to happen: No error message when editing this file. > > What, in fact, did happen and happens frequently (no pattern > discerned): I get this error message. Everything seems to work ok other than > getting this error message frequently. Thanks for the report! Your

[BUG] Cached element is incorrect in file.org [9.6 (9.6-??-0c9b30e @ /Users/jeffballowe/.emacs.d/.local/straight/build-27.2/org/)]

2022-01-22 Thread Jeff
To: emacs-orgmode@gnu.org Subject: [BUG] Cached element is incorrect in file.org [9.6 (9.6-??-0c9b30e @ /Users/jeffballowe/.emacs.d/.local/straight/build-27.2/org/)] From: Jeff Ballowe --text follows this line-- Remember to cover the basics, that is, what you expected to happen and what in fact