From: Christopher Allan Webber <cwebber@dustycloud.org>
To: emacs-orgmode@gnu.org
Subject: [BUG] Making *scratch* orgmode results in unfontified code blocks
Date: Tue, 02 Nov 2010 10:29:35 -0500 [thread overview]
Message-ID: <87sjzjwxpc.fsf@dustycloud.org> (raw)
Not sure if I should mark this as a bug or not... could be PEBKAC, but I
can't figure out how to fix it.
I want to use org-mode as my *scratch* buffer, largely because I like
dumping fontified code snippets into it. However, if I set *scratch* to
org-mode and also set org-src-fontify, etc, well beforehand, it still
doesn't fontify when I put src blocks in later.
To test, put this in your .emacs:
#+begin_src emacs-lisp
(setq org-src-fontify-natively t)
(setq org-src-tab-acts-natively t)
(setq initial-major-mode 'org-mode)
(with-current-buffer "*scratch*"
(if (not (eq major-mode initial-major-mode))
(funcall initial-major-mode)))
(setq initial-scratch-message
(purecopy "\
# Scratch!
# --------
# This buffer is for notes you don't want to save, etc.
"))
#+end_src
then open emacs, switch to *scratch*, try inserting code.
Over here at least, it doesn't seem to fontify.
Running latest master in git.
reply other threads:[~2010-11-02 15:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=87sjzjwxpc.fsf@dustycloud.org \
--to=cwebber@dustycloud.org \
--cc=emacs-orgmode@gnu.org \
/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).