Re: [O] switch M-RET and C-RET in org mode with no sucess

2015-08-15 Thread Xebar Saram
thx! good to know :) z On Sat, Aug 15, 2015 at 4:57 PM, Grant Rettke wrote: > http://ergoemacs.org/emacs/emacs_key_notation_return_vs_RET.html > Grant Rettke > -- > g...@wisdomandwonder.com | http://www.wisdomandwonder.com/ > “Wisdom begins in wonder.” --Socrates > “All creativity is an extend

Re: [O] switch M-RET and C-RET in org mode with no sucess

2015-08-15 Thread Grant Rettke
http://ergoemacs.org/emacs/emacs_key_notation_return_vs_RET.html Grant Rettke -- g...@wisdomandwonder.com | http://www.wisdomandwonder.com/ “Wisdom begins in wonder.” --Socrates “All creativity is an extended form of a joke.” --Kay ((λ (x) (x x)) (λ (x) (x x))) “Life has become immeasurably better

Re: [O] switch M-RET and C-RET in org mode with no sucess

2015-08-12 Thread Peter Salazar
Glad to be of help! On Wed, Aug 12, 2015 at 11:33 AM, Xebar Saram wrote: > Thx Peter > > that did the trick, never know when to use RET or return :) > > z > > On Wed, Aug 12, 2015 at 6:22 AM, Peter Salazar > wrote: > >> Maybe try using instead of RET? Something like this: >> >> (define-key org

Re: [O] switch M-RET and C-RET in org mode with no sucess

2015-08-12 Thread Xebar Saram
Thx Peter that did the trick, never know when to use RET or return :) z On Wed, Aug 12, 2015 at 6:22 AM, Peter Salazar wrote: > Maybe try using instead of RET? Something like this: > > (define-key org-mode-map (kbd "") 'org-insert-heading) > > > On Tue, Aug 11, 2015 at 1:45 PM, Xebar Saram w

Re: [O] switch M-RET and C-RET in org mode with no sucess

2015-08-11 Thread Peter Salazar
Maybe try using instead of RET? Something like this: (define-key org-mode-map (kbd "") 'org-insert-heading) On Tue, Aug 11, 2015 at 1:45 PM, Xebar Saram wrote: > Hi guys > > im trying to switch between C-RET and M-RET (i use M-ret alot more but > C-RET is much more accessible for me :)) but i

[O] switch M-RET and C-RET in org mode with no sucess

2015-08-11 Thread Xebar Saram
Hi guys im trying to switch between C-RET and M-RET (i use M-ret alot more but C-RET is much more accessible for me :)) but i dont seem to have any success in doing so this is what i have so far (with-eval-after-load "org" (define-key org-mode-map (kbd "C-RET") 'org-insert-heading) (define-key o