emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-fontify-emphasized-text
@ 2023-07-17 11:18 Henrik Frisk
  2023-07-17 11:23 ` org-fontify-emphasized-text Ihor Radchenko
  0 siblings, 1 reply; 5+ messages in thread
From: Henrik Frisk @ 2023-07-17 11:18 UTC (permalink / raw)
  To: org-mode-email

[-- Attachment #1: Type: text/plain, Size: 388 bytes --]

Hi,

For the first time I tried to enable the fontification of emphasized text
but quickly decided I didn't want it. But I can't seem to get rid of it.
For example, any part of a filename that is after an underscore is still
printed as subtext (expected if fontification is on). Is there anything
else than the above variable that controls this? emacs -Q works of course
fine.

Thanks
/h

[-- Attachment #2: Type: text/html, Size: 491 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: org-fontify-emphasized-text
  2023-07-17 11:18 org-fontify-emphasized-text Henrik Frisk
@ 2023-07-17 11:23 ` Ihor Radchenko
  2023-07-17 20:54   ` org-fontify-emphasized-text Henrik Frisk
  0 siblings, 1 reply; 5+ messages in thread
From: Ihor Radchenko @ 2023-07-17 11:23 UTC (permalink / raw)
  To: Henrik Frisk; +Cc: org-mode-email

Henrik Frisk <frisk.h@gmail.com> writes:

> For the first time I tried to enable the fontification of emphasized text
> but quickly decided I didn't want it. But I can't seem to get rid of it.
> For example, any part of a filename that is after an underscore is still
> printed as subtext (expected if fontification is on). Is there anything
> else than the above variable that controls this? emacs -Q works of course
> fine.

Can't get rid even after re-starting Emacs?

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: org-fontify-emphasized-text
  2023-07-17 11:23 ` org-fontify-emphasized-text Ihor Radchenko
@ 2023-07-17 20:54   ` Henrik Frisk
  2023-07-18  5:29     ` org-fontify-emphasized-text Colin Baxter
  2023-07-18  8:19     ` org-fontify-emphasized-text Ihor Radchenko
  0 siblings, 2 replies; 5+ messages in thread
From: Henrik Frisk @ 2023-07-17 20:54 UTC (permalink / raw)
  To: Ihor Radchenko; +Cc: org-mode-email

[-- Attachment #1: Type: text/plain, Size: 621 bytes --]

On Mon, Jul 17, 2023, 1:23 PM Ihor Radchenko <yantar92@posteo.net> wrote:

> Henrik Frisk <frisk.h@gmail.com> writes:
>
> > For the first time I tried to enable the fontification of emphasized text
> > but quickly decided I didn't want it. But I can't seem to get rid of it.
> > For example, any part of a filename that is after an underscore is still
> > printed as subtext (expected if fontification is on). Is there anything
> > else than the above variable that controls this? emacs -Q works of course
> > fine.
>
> Can't get rid even after re-starting Emacs?
>

Exactly, I've had it for weeks annoyingly.

Henrik

>

[-- Attachment #2: Type: text/html, Size: 1466 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: org-fontify-emphasized-text
  2023-07-17 20:54   ` org-fontify-emphasized-text Henrik Frisk
@ 2023-07-18  5:29     ` Colin Baxter
  2023-07-18  8:19     ` org-fontify-emphasized-text Ihor Radchenko
  1 sibling, 0 replies; 5+ messages in thread
From: Colin Baxter @ 2023-07-18  5:29 UTC (permalink / raw)
  To: Henrik Frisk; +Cc: Ihor Radchenko, org-mode-email

>>>>> Henrik Frisk <frisk.h@gmail.com> writes:

    > On Mon, Jul 17, 2023, 1:23 PM Ihor Radchenko <yantar92@posteo.net> wrote:
    >> Henrik Frisk <frisk.h@gmail.com> writes:
    >> 
    >>> For the first time I tried to enable the fontification of
    >>> emphasized text but quickly decided I didn't want it. But I
    >>> can't seem to get rid of it.  For example, any part of a
    >>> filename that is after an underscore is still printed as subtext
    >>> (expected if fontification is on). Is there anything else than
    >>> the above variable that controls this? emacs -Q works of course
    >>> fine.
    >> 
    >> Can't get rid even after re-starting Emacs?
    >> 

    > Exactly, I've had it for weeks annoyingly.

Indeed, it is VERY annoying. Setting

(setq org-use-sub-superscripts nil)

(the default is t) seems to ensure that it does not come on even if some
library puts `org-pretty-entities' to t.

Best wishes,

Colin Baxter.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: org-fontify-emphasized-text
  2023-07-17 20:54   ` org-fontify-emphasized-text Henrik Frisk
  2023-07-18  5:29     ` org-fontify-emphasized-text Colin Baxter
@ 2023-07-18  8:19     ` Ihor Radchenko
  1 sibling, 0 replies; 5+ messages in thread
From: Ihor Radchenko @ 2023-07-18  8:19 UTC (permalink / raw)
  To: Henrik Frisk; +Cc: org-mode-email

Henrik Frisk <frisk.h@gmail.com> writes:

>> Can't get rid even after re-starting Emacs?
>>
>
> Exactly, I've had it for weeks annoyingly.

So, it is something in your config.
Did you try bisecting?

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-07-18  8:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-17 11:18 org-fontify-emphasized-text Henrik Frisk
2023-07-17 11:23 ` org-fontify-emphasized-text Ihor Radchenko
2023-07-17 20:54   ` org-fontify-emphasized-text Henrik Frisk
2023-07-18  5:29     ` org-fontify-emphasized-text Colin Baxter
2023-07-18  8:19     ` org-fontify-emphasized-text Ihor Radchenko

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).