Re: Fwd: [QUESTION] why there is a horizontal line in middle of text-property displayed image?

2022-09-30 Thread Ihor Radchenko
"Christopher M. Miles" writes: >> Here is the prototype code which displaying image with text-property: >> >> #+begin_src emacs-lisp >> (put-text-property start end >>'display (create-image thumbnail nil nil :ascent 'center >> :max-height thumbnail-size)) >> #+end_src >> >>

Re: Ox unindents lines but I can't see when

2022-09-30 Thread Ihor Radchenko
Léo Ackermann writes: > I'm currently working on a tiny project org-inline-blocks that aims to > provide a simple syntax for latex-blocks in org-mode based on indent. > Namely, instead of #+begin_theorem ... #+end_theorem, it will be possible > to write "Theorem." and the export will be based on

Re: CDATA auto aggregation

2022-09-30 Thread David Lukeš
No worries! I'd forgotten about it myself, until it bit me again on Thursday, and I hit upon Diego's post while googling (because I thought at first my patch had been long since merged, and assumed it was a different issue). I'm happy to update the patch for ODT, but just FYI, I still don't have

Re: Org mode export accessibility

2022-09-30 Thread Ihor Radchenko
"T.V Raman" writes: > 8. Now, connect the dots, newer LaTeX packages like the one mentioned >(there may well be others now or in the future) can inprinciple >ensure that the required "back pointers to regenerate the original >markup" can make it all the way through to the generated

Re: [HELP] Fwd: Org format as a new standard source format for GNU manuals

2022-09-30 Thread Ihor Radchenko
Tim Cross writes: > What impact will adding all the additional formatting/markup primitives > have to the user experience? >From my perspective, the first and main goal related to this request is developing the minimally (!) necessary Org format extensions to allow Texinfo constructs. I do not

Re: [HELP] Fwd: Org format as a new standard source format for GNU manuals

2022-09-30 Thread Ihor Radchenko
Max Nikulin writes: > On 30/09/2022 10:31, Ihor Radchenko wrote: >> >> Texinfo provides numerous subtle distinctions that show up clearly in >> each of these output formats. Compare, for example, @var, @dfn and >> @emph; compare @code, @samp, @file, @command, @option, @kbd, and @key. > > I

Re: [PATCH 2-v2] New: auto display inline images under subtree when `org-cycle'.

2022-09-30 Thread Ihor Radchenko
"Christopher M. Miles" writes: > I attached new version patch. Thanks! > +(defcustom org-cycle-inline-images-display nil > + "Non-nil means auto display inline images under subtree when cycling." > + :group 'org-startup > + :group 'org-cycle > + :type 'boolean) Please add :package-version

Re: The Org mode in the Org Git does not export

2022-09-30 Thread Ihor Radchenko
Rudolf Adamkovič writes: >> May you try with Emacs version that is not bleeding edge? Like Emacs >> 28. > > So, I did the following: > > + removed Emacs 29 > + installed Emacs 28.2 > ... > + waited for 1 minute and 35 seconds > + saved 'emacs-28-org-export.profile' Thanks! Can you execute

Fwd: [QUESTION] why there is a horizontal line in middle of text-property displayed image?

2022-09-30 Thread Christopher M. Miles
The original email (contains image) is in bellowing link in case this forwarded email does not contain images. https://lists.gnu.org/archive/html/help-gnu-emacs/2022-09/msg00179.html "Christopher M. Miles" writes: > [[PGP Signed Part:Undecided]] > > Question: As the email subject said. > >

Re: [HELP] Fwd: Org format as a new standard source format for GNU manuals

2022-09-30 Thread Tim Cross
Ihor Radchenko writes: > Dear List, > > I am forwarding an official email from RMS changing subject line to more > descriptive. See below. > > For some context, in order to support specialized syntax for manuals, we > may first need to implement the discussed special blocks export and > inline

Re: Org mode export accessibility

2022-09-30 Thread T.V Raman
correct; user-facing tools are still lacking but that shouldn't cause us to wait since that creates a chicken-and-egg problem. Max Nikulin writes: > On 30/09/2022 20:29, T.V Raman wrote: > > > > 9. Note that this is not the end of the trail; for such exports to > > make a difference to

Re: Org mode export accessibility

2022-09-30 Thread Max Nikulin
On 30/09/2022 20:29, T.V Raman wrote: 9. Note that this is not the end of the trail; for such exports to make a difference to the end-user, user-facing tools still need to know "how" to leverage these facilities. Do you mean that there are no tools yet that may take advantage of math

Re: Where is Elisp evaluation documented in the Org Manual?

2022-09-30 Thread Perry Smith
> On Sep 30, 2022, at 11:07, Max Nikulin wrote: > > On 30/09/2022 21:15, Perry Smith wrote: > >> I discovered that it can be done like {{{kbd(M-TAB)}}} >> Fascinating!!! And I bet expr in the form of {{{ expr }}} could be any >> Elisp expression. Cool! >> But, where in the Org manual is

Re: Where is Elisp evaluation documented in the Org Manual?

2022-09-30 Thread Max Nikulin
On 30/09/2022 21:15, Perry Smith wrote: I discovered that it can be done like {{{kbd(M-TAB)}}} Fascinating!!! And I bet expr in the form of {{{ expr }}} could be any Elisp expression. Cool! But, where in the Org manual is this documented? See info "(org) Macro Replacement"

Where is Elisp evaluation documented in the Org Manual?

2022-09-30 Thread Perry Smith
I wanted to format a key binding in Org mode and, of course, I wanted to do it properly so I started surfing around and then hit upon the idea of just looking at the source of the Org manual for examples. I discovered that it can be done like {{{kbd(M-TAB)}}} Fascinating!!! And I bet expr in

Re: Org mode export accessibility

2022-09-30 Thread T.V Raman
As one example, yes. Here is hopefully a more detailed explanation: 1. First off, here Accessibility == Specifically, Accessibility to the blind. 2. For blind and low vision users, you may need to "re-render" the math, either via magnification, speech or Braille. 3. For doing this, you

Re: [HELP] Fwd: Org format as a new standard source format for GNU manuals

2022-09-30 Thread Max Nikulin
On 30/09/2022 10:31, Ihor Radchenko wrote: Texinfo provides numerous subtle distinctions that show up clearly in each of these output formats. Compare, for example, @var, @dfn and @emph; compare @code, @samp, @file, @command, @option, @kbd, and @key. I have not read the emacs-devel thread,

Re: Org mode export accessibility

2022-09-30 Thread Max Nikulin
Accessibility issues of exported files have been raised on the Org mode mail list again. I decided to revive this thread because I noticed a LaTeX package that may be related to the following suggestion (I am not sure that I got it right though). On 07/07/2022 21:42, T.V Raman wrote: 3. For

Ox unindents lines but I can't see when

2022-09-30 Thread Léo Ackermann
Dear all, I'm currently working on a tiny project org-inline-blocks that aims to provide a simple syntax for latex-blocks in org-mode based on indent. Namely, instead of #+begin_theorem ... #+end_theorem, it will be possible to write "Theorem." and the export will be based on indent to decide

Re: Confused about what the COMMENT keyword means

2022-09-30 Thread Alain . Cochard
Ihor Radchenko writes on Tue 27 Sep 2022 15:40: > However `org-export-as' is generally called inside > `org-export-to-file' and `org-export-to-file' needs to know which > file to export to in advance; before the buffer is stripped of > commented trees. That's why there is the observed

Re: [PATCH 2-v2] New: auto display inline images under subtree when `org-cycle'.

2022-09-30 Thread Christopher M. Miles
Ihor Radchenko writes: > "Christopher M. Miles" writes: > >> Ihor Radchenko writes: >> >> I got a new problem in patch, the (point-max) in function >> ~org-cycle-display-inline-images~ SOMETIMES return EOF error instead of >> correct max point value when org-cycle `state' is ~'folded~. I

Re: [HELP] Fwd: Org format as a new standard source format for GNU manuals

2022-09-30 Thread Christopher M. Miles
Glad to hear this news which Org mode is used in more places. -- [ stardiviner ] I try to make every word tell the meaning that I want to express without misunderstanding. Blog: https://stardiviner.github.io/ IRC(libera.chat, freenode): stardiviner, Matrix: stardiviner GPG:

Re: Issue with export of inlinetasks

2022-09-30 Thread Ihor Radchenko
Michael Dauer writes: > This is the latest commit on main, isn't it? > Head: main fixup! org-fold-core: Respect 'ignore-indirect optimization > better > Merge:origin/main fixup! org-fold-core: Respect 'ignore-indirect > optimization better > Tag: release_9.5.5 (852) Yes, it is.

Re: Issue with export of inlinetasks

2022-09-30 Thread Michael Dauer
This is the latest commit on main, isn't it? Head: main fixup! org-fold-core: Respect 'ignore-indirect optimization better Merge:origin/main fixup! org-fold-core: Respect 'ignore-indirect optimization better Tag: release_9.5.5 (852) Am Fr., 30. Sept. 2022 um 05:10 Uhr schrieb Ihor