emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] How to set C-o back to open-line?


From: Christopher Allan Webber
Subject: Re: [O] How to set C-o back to open-line?
Date: Fri, 17 May 2013 17:02:43 -0500
User-agent: mu4e 0.9.9.5-dev5; emacs 24.1.50.1

Nicolas Richard writes:

>>   (setq org-open-line 'open-line)
>
> How could that possibly work ?

It didn't... my bad :)  I had both set that and done a redefinition of
org-open-line to just call open-line like:

(defun org-open-line (n)
  (interactive "*p")
  (open-line n))

Guess which one actually did anything ;)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]