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

2019-01-06 Thread stardiviner
I fixed my previous patch which work in reverse direction. modified lisp/org-num.el @@ -438,17 +438,16 @@ NUMBERING is a list of numbers." (define-minor-mode org-num-mode "Dynamic numbering of headlines in an Org buffer." :lighter " o#" - (cond - (org-num-mode -(unless (derived-m

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

2019-01-06 Thread stardiviner
Here is the screenshot which can demostrate this issue: 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

Re: [O] Org-drill broken with Org 9.2

2019-01-06 Thread stardiviner
Confirmed, I got same problem. I'm using the latest master branch of Org source code. -- [ 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: F09F

Re: [O] please read: bug when marking tasks done

2019-01-06 Thread Nicolas Goaziou
Hello, cesar mena writes: > hello everyone, > > in the maint branch, marking a repeatable task as DONE causes the > "Rescheduled from" dates to be lost in the :LOGBOOK:. > > in the below diff all of the from dates are rewritten with the new > scheduled date: > > - SCHEDULED: <2018-12-04 T

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

2019-01-06 Thread Nicolas Goaziou
Hello, stardiviner writes: > When I execute command `[M-x org-mode]` on an Org buffer which is > already have `org-num-mode` enabled. It will re-generate overlay. I don't understand the issue you are encountering. Could you elaborate? Regards, -- Nicolas Goaziou

Re: [O] Bug: Can't create org-link to heading containing an ampersand

2019-01-06 Thread Nicolas Goaziou
Hello, Joseph Lloyd writes: > I have the following heading: > > * Example & Test > > When I create the following link to it, I expect it to navigate to the > heading when I call org-open-at-point (C-c C-o): > [[Example & Test][Example & Test]] > > Instead, calling org-open-at-point offers to cr

Re: [O] Org mode repeated dates to do spaced learning

2019-01-06 Thread Andrea Giugliano
Hi there, That was a very helpful suggestion. At the bottom of the mail I attached my first (working) stab at it. The idea is to have an headline with the :spaced: tag and another tag maintaining the number of repetition performed so far. At the beginning I was thinking to use scheduled times ins

[O] Org-drill broken with Org 9.2

2019-01-06 Thread Neeum Zawan
Hi, When I try to run Org-drill, I get the backtrace below. Others are seeing it too: https://bitbucket.org/eeeickythump/org-drill/issues/62/org-drill-doesnt-work-with-org-mode-92 Ideas? Thanks. Debugger entered--Lisp error: (error "Invalid match tag: \"\"") signal(error ("Invalid match ta