Am 09.07.25 um 16:25 schrieb Max Nikulin:
On 07/07/2025 23:41, Andreas Röhler wrote:
It also solved a couple of other issues, as
evens ++ odds # List(2, 4, 6, 1, 3, 5)
This snippet really looks like a fragment that should be surrounded by
#+begin_example and #+end_example, but,
On 07/07/2025 23:41, Andreas Röhler wrote:
It also solved a couple of other issues, as
evens ++ odds # List(2, 4, 6, 1, 3, 5)
This snippet really looks like a fragment that should be surrounded by
#+begin_example and #+end_example, but, certainly, you are familiar with
source cod
Andreas Röhler writes:
> Now in my init-file:
>
> (setq org-emphasis-regexp-components
> '("" 1))
>
> It also solved a couple of other issues, as
>
> evens ++ odds # List(2, 4, 6, 1, 3, 5)
>
> is displayed now nicely in plain org-mode.
Beware that it will not affect export.
--
I
Am 07.07.25 um 13:55 schrieb Christian Moe:
Andreas Röhler writes:
With plain .org file and something like
* /home/MyName/.something
the first two words get slanted
Is there a way to avoid that?
Various ways, but you may not like the side effects. This is what I can
think of; others may
Christian Moe writes:
> (...)
> - Change the way Org parses emphasis characters to omit "." as a border
> character.
PS. It probably goes without saying, but that means a very normal
sentence like
"Duck" in French is /canard/.
will not be correctly italicized anymore without further hacks l
Andreas Röhler writes:
> With plain .org file and something like
>
> * /home/MyName/.something
>
> the first two words get slanted
>
>
> Is there a way to avoid that?
Various ways, but you may not like the side effects. This is what I can
think of; others may have better ideas:
- Make it a link
With plain .org file and something like
* /home/MyName/.something
the first two words get slanted
Is there a way to avoid that?
Thanks,
Andreas