Re: How to utilize Org mode editing without display formatting
Could you do this with a mode-hook? Something like: (add-hook 'org-mode-hook (lambda () (when (memq (buffer-file-name) 'list-of-files-to-not-highlight) (font-lock-mode -1 -- Rohit
How to utilize Org mode editing without display formatting
Hi: I have an Emacs programmatic need where I want to read an Org file into Emacs in a raw form without any display formatting (because the formatting is too slow for large or many Org files) but I need to leave the buffer after processing in Org mode, again without taking the time to visually for