Re: avoid italic

2025-07-15 Thread Andreas Röhler
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,

Re: avoid italic

2025-07-09 Thread 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, certainly, you are familiar with source cod

Re: avoid italic

2025-07-07 Thread Ihor Radchenko
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

Re: avoid italic

2025-07-07 Thread Andreas Röhler
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

Re: avoid italic

2025-07-07 Thread Christian Moe
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

Re: avoid italic

2025-07-07 Thread 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 have better ideas: - Make it a link

avoid italic

2025-07-07 Thread Andreas Röhler
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