[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Convert some files from outline-mode to org-mode
From: |
Stefan Kangas |
Subject: |
Re: Convert some files from outline-mode to org-mode |
Date: |
Thu, 7 May 2020 17:01:45 -0400 |
Stefan Kangas <address@hidden> writes:
>> (with-eval-after-load "outline"
>> (define-key outline-minor-mode-map (kbd "C-<tab>") 'org-cycle)
>> (define-key outline-minor-mode-map (kbd "S-<tab>") 'org-global-cycle)
>> (define-key outline-minor-mode-map (kbd "M-<left>") 'outline-demote)
>> (define-key outline-minor-mode-map (kbd "M-<right>") 'outline-promote)
>> (define-key outline-minor-mode-map (kbd "M-<up>") 'outline-move-subtree-up)
>> (define-key outline-minor-mode-map (kbd "M-<down>")
>> 'outline-move-subtree-down)
>> )
>
> Yes, this would completely remove (from my point of view) any need of
> switching from outline-mode to org-mode, as I originally suggested.
The decision here seems to be that we will not convert these files, so I
have closed Bug#40813.
I have opened Bug#41129 and Bug#41130 instead:
1. outline-mode: New keybindings for demote/promote/move-subtree
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=41129
2. outline-mode: Add new commands like org-cycle and org=global-cycle
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=41130
Thanks to everyone participating in the discussion. In particular,
thanks to Howard Melman for the above idea.
Best regards,
Stefan Kangas
- Re: Convert some files from outline-mode to org-mode,
Stefan Kangas <=
- Re: Convert some files from outline-mode to org-mode, Bastien, 2020/05/24
- Re: Convert some files from outline-mode to org-mode, Bastien, 2020/05/24
- Re: Convert some files from outline-mode to org-mode, Bastien, 2020/05/24
- Re: Convert some files from outline-mode to org-mode, Bastien, 2020/05/24
- Re: Convert some files from outline-mode to org-mode, Bastien, 2020/05/24
- Re: Convert some files from outline-mode to org-mode, Bastien, 2020/05/24
- Re: Convert some files from outline-mode to org-mode, Bastien, 2020/05/24