Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Automatic preview of text formatting org-mode #40

Closed
ieremies opened this issue Dec 30, 2020 · 2 comments
Closed

[Question] Automatic preview of text formatting org-mode #40

ieremies opened this issue Dec 30, 2020 · 2 comments

Comments

@ieremies
Copy link

So, I'm just started my journey in Emacs, and I've been loving nano! Recently I realized that somehow the org-mode text formatting like =verbatin= was shown as
image

How do I disable this behavior? I do have some programming experience but my elisp skills are almost none.

@jpablobr
Copy link

For that you can set the following Org variable to nil:

(setq org-hide-emphasis-markers nil)

Basically the opposite of this question:
https://stackoverflow.com/questions/10969617/hiding-markup-elements-in-org-mode

@ieremies
Copy link
Author

Thanks sooo much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants