Skip to content
rudi edited this page Sep 13, 2010 · 5 revisions

Welcome to the simplenote.el wiki!

Opening notes with Org-Mode by default

Change this line in simplenote.el

   (defcustom simplenote-notes-mode 'text-mode

with this line:

   (defcustom simplenote-notes-mode 'org-mode

… or just do

M-x customize RET simplenote RET

and set the simplenote-notes-mode option there.

Clone this wiki locally