"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
>>
>> -
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
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 t
"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 P
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
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 have
"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
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
(def
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.
>
> Her
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
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
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
> 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 this
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"
https://orgmo
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 t
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 need
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, so
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
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
whet
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 inconsis
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 can't
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: F09F650D7D67481989
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.
Org
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 Rad
24 matches
Mail list logo