emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Rohit Patnaik" <quanticle@quanticle.net>
To: rswgnu@gmail.com
Cc: emacs-orgmode@gnu.org
Subject: Re: How to utilize Org mode editing without display formatting
Date: Sun, 28 Aug 2022 20:59:50 -0500	[thread overview]
Message-ID: <29835508-5d17-4803-a857-f6dfe4965db9@www.fastmail.com> (raw)
In-Reply-To: <CA+OMD9g7QzuzdVHHny6Nzj6oL9Nc9R1qv4BKtw7joyCLT5Emqg@mail.gmail.com>

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


      reply	other threads:[~2022-08-29  2:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-28 16:28 How to utilize Org mode editing without display formatting Robert Weiner
2022-08-29  1:59 ` Rohit Patnaik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=29835508-5d17-4803-a857-f6dfe4965db9@www.fastmail.com \
    --to=quanticle@quanticle.net \
    --cc=emacs-orgmode@gnu.org \
    --cc=rswgnu@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).