Merge pull request #1967 from JakDar/develop

lang/org/README: fix howto for removing +org-cycle-only-current-subtree-h
This commit is contained in:
Henrik Lissner 2019-10-29 01:24:41 -04:00 committed by GitHub
commit 5ea72bec98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,8 +119,8 @@ https://www.mfoot.com/blog/2015/11/22/literate-emacs-configuration-with-org-mode
rather than cycle through it recursively. This can be reversed with: rather than cycle through it recursively. This can be reversed with:
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(after! org (after! evil-org
(remove-hook 'org-tab-first-hook #'+org-cycle-only-current-subtree-h t)) (remove-hook 'org-tab-first-hook #'+org-cycle-only-current-subtree-h))
#+END_SRC #+END_SRC
+ (Evil users) Nearby tables are formatted when exiting insert or replace mode + (Evil users) Nearby tables are formatted when exiting insert or replace mode
(see ~+org-enable-auto-reformat-tables-h~). (see ~+org-enable-auto-reformat-tables-h~).