emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [PATCH] fix org-num-mode detect enabled already issue


From: stardiviner
Subject: Re: [O] [PATCH] fix org-num-mode detect enabled already issue
Date: Mon, 07 Jan 2019 09:13:24 +0800
User-agent: mu4e 1.1.0; emacs 26.1

Here is the screenshot which can demostrate this issue:

Attachment: org-num-mode repeat after M-x org-mode.png
Description: PNG image


And here is the steps to reproduce this issue:

my config:

(require 'org-num)
(setq org-num-skip-footnotes t)
(add-hook 'org-mode-hook #'org-num-mode)

1. Then open an Org file, it has `org-num-mode` enabled because upper
   config added to hook.

2. Execute command with `[M-x org-mode]` again, then it will become as
   in screenshot.

-- 
[ stardiviner ]
       I try to make every word tell the meaning what I want to express.

       Blog: https://stardiviner.github.io/
       IRC(freenode): stardiviner, Matrix: stardiviner
       GPG: F09F650D7D674819892591401B5DF1C95AE89AC3
      

reply via email to

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