emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 0/3] ox-texinfo: Define definition commands using description


From: Jonas Bernoulli
Subject: [PATCH v2 0/3] ox-texinfo: Define definition commands using description lists
Date: Wed, 5 Jan 2022 14:30:22 +0100

I think I have addressed all you feedback.

The only difference when exporting org-manual.org is:

-When typing text into a field, Org treats @kbd{DEL},
+When typing text into a field, Org treats @kbd{@key{DEL}},

Jonas Bernoulli (3):
  ox-texinfo: Add function for use by kbd macro
  ox-texinfo: Optionally use @itemx for certain description list items
  ox-texinfo: Define definition commands using description lists

 doc/doc-setup.org  |   2 +-
 doc/org-manual.org | 135 ++++++++++++++++++++++++++---
 lisp/ox-texinfo.el | 207 +++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 327 insertions(+), 17 deletions(-)

-- 
2.34.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]