elpasync pushed a change to branch externals/org.

      from  10325e064c org-table-convert-region: Convert newlines to spaces in 
csv tables
       new  64e1419971 Fix formatting of numeric priority values in export 
formats
       new  237c1671d5 org.el: Add a meaningful message for `org-priority' 
invalid argument
       new  e9410d13c7 doc/org-manual.org: Fix typos and improve readability
       new  9c276683d9 org-manual: Correct documentation of in-buffer priority 
settings
       new  e06821a8f9 org-manual: Generalize documentation of urgency score
       new  70d244be8d org-guide: Correct typo in export settings
       new  329c47a63c New option (org-latex-use-sans): Control using Sans as 
default font
       new  c81c844d13 test-org/at-timestamp-p: Do not fail on 2025-01-31
       new  0efcbc617c org-update-checkbox-count: Honor COOKIE_DATA for 
individual headings


Summary of changes:
 doc/org-guide.org               |   2 +-
 doc/org-manual.org              | 329 +++++++++++++++++++++-------------------
 etc/ORG-NEWS                    |   7 +
 lisp/org-list.el                |  12 +-
 lisp/org.el                     |   7 +-
 lisp/ox-ascii.el                |   4 +-
 lisp/ox-html.el                 |   3 +-
 lisp/ox-latex.el                |  18 ++-
 lisp/ox-md.el                   |   4 +-
 lisp/ox-texinfo.el              |   4 +-
 testing/lisp/test-org.el        |  73 ++++-----
 testing/lisp/test-ox-ascii.el   |  26 ++++
 testing/lisp/test-ox-html.el    |  18 +++
 testing/lisp/test-ox-latex.el   |  72 +++++++++
 testing/lisp/test-ox-md.el      |  16 ++
 testing/lisp/test-ox-texinfo.el |  46 ++++++
 16 files changed, 431 insertions(+), 210 deletions(-)

Reply via email to