From: Xebar Saram <zeltakc@gmail.com>
To: Peter Salazar <cycleofsong@gmail.com>
Cc: org mode <emacs-orgmode@gnu.org>
Subject: Re: switch M-RET and C-RET in org mode with no sucess
Date: Wed, 12 Aug 2015 18:33:42 +0300 [thread overview]
Message-ID: <CAOQHXPoN8DCh2fR0vMfpHq9dsNkVhCH+Stt50guaWsyYovA3Ug@mail.gmail.com> (raw)
In-Reply-To: <CAE+_6TwN+=9dt8DESy6fRupnLdKaOGJsb5k026+uzcS9QktGgA@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 914 bytes --]
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 <cycleofsong@gmail.com>
wrote:
> Maybe try using <return> instead of RET? Something like this:
>
> (define-key org-mode-map (kbd "<C-return>") 'org-insert-heading)
>
>
> On Tue, Aug 11, 2015 at 1:45 PM, Xebar Saram <zeltakc@gmail.com> 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 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 org-mode-map (kbd "M-RET")
>> 'org-insert-heading-respect-content)
>> )
>>
>> any ideas what im doing wrong? after reloading emacs C-RET still defaults
>> to org-insert-heading-respect-content
>>
>> best
>>
>> Z
>>
>
>
[-- Attachment #2: Type: text/html, Size: 1854 bytes --]
next prev parent reply other threads:[~2015-08-12 15:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-11 17:45 switch M-RET and C-RET in org mode with no sucess Xebar Saram
2015-08-12 3:22 ` Peter Salazar
2015-08-12 15:33 ` Xebar Saram [this message]
2015-08-12 20:14 ` Peter Salazar
2015-08-15 13:57 ` Grant Rettke
2015-08-15 14:29 ` Xebar Saram
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAOQHXPoN8DCh2fR0vMfpHq9dsNkVhCH+Stt50guaWsyYovA3Ug@mail.gmail.com \
--to=zeltakc@gmail.com \
--cc=cycleofsong@gmail.com \
--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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.