Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

8
  • 1
    It looks like the answer is on the mailing list -- i.e., buffer-face-mode needs to be enabled for buffer-local face settings such as changing the 'default: comments.gmane.org/gmane.emacs.orgmode/84250 Commented Aug 18, 2015 at 3:44
  • @lawlist That worked. Unfortunately it seems to turn everything within org-mode into variable-pitch... not only the normal texts. Commented Aug 18, 2015 at 4:01
  • @lawlist the OP is correct, buffer-face-mode changes all faces Commented Jan 17, 2017 at 21:30
  • Why not use variable-pitch-mode for this? (add-hook 'org-mode-hook (lambda () (variable-pitch-mode t))) Commented Jan 17, 2017 at 22:18
  • @RichardBorder Actually I even forgot I asked this question. I already found a solution to what I need by using a combination of `variable-pitch-mode and customized face settings. You can see the related questions at stackoverflow.com/a/16819449/1460448 and emacs.stackexchange.com/questions/14824/… Commented Jan 18, 2017 at 9:50