Turn on org-num-mode in init?

2020-03-09 Thread Lawrence Bottorff
I've tried a few variations of trying to turn on org-num-mode (which now comes standard in org, correct?) in my init, but I keep getting an error buffer upon a fresh startup Error (use-package): org/:config: Cannot activate headline numbering outside Org mode although when I dismiss it with q

Re: Bug: org-agenda-tag-filter-preset not respected [9.3.6 (9.3.6-19-gf360f9-elpaplus @ /home/jorge/.config/emacs/elpa/27.0/develop/org-plus-contrib-20200302/)]

2020-03-09 Thread Jorge P . de Morais Neto
Em [2020-03-06 sex 09:06:35-0300], Jorge P. de Morais Neto escreveu: > Hi. Since version org-plus-contrib-20200302, my agenda is buggy. The > bug did not occur in previous versions. Actually, I realized the bug occurs since org-plus-contrib-20200224. Regards. -- -

Re: Bug: org-babel-expand-noweb-references: FIXEDCASE=nil

2020-03-09 Thread Nicolas Goaziou
Hello, Sebastian Miele writes: > org-babel-expand-noweb-references in the current master branch ends with: > > (replace-regexp-in-string noweb-re (lambda...) body nil t 2) > > I.e., the FIXEDCASE argument to replace-regexp-in-string is nil. This > has the effect that in > > #+BEGIN_SRC

Re: New org-store-link on headlines contains tags

2020-03-09 Thread Nicolas Goaziou
Hello, stardiviner writes: > I found the new org-store-link on headlines contains tags. I don't think this > is > a good way. Because some users like me might change tags. Will that caused Org > open link failure in future if this open link function modified or others. I > think just headline

Bug: HTML not formatted correctly from R source code block [9.3.6 (9.3.6-23-g01ee25-elpaplus @ /home/opdfa/.emacs.d/elpa/org-plus-contrib-20200309/)]

2020-03-09 Thread Steven Delean
g in the table. Thanks for your time, Best regards, Steve Emacs : GNU Emacs 26.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.22.30) of 2019-09-17 Package: Org mode version 9.3.6 (9.3.6-23-g01ee25-elpaplus @ /home/opdfa/.emacs.d/elpa/org-plus-contrib-20200309/)

Bug: org-babel-expand-noweb-references: FIXEDCASE=nil

2020-03-09 Thread Sebastian Miele
org-babel-expand-noweb-references in the current master branch ends with: (replace-regexp-in-string noweb-re (lambda...) body nil t 2) I.e., the FIXEDCASE argument to replace-regexp-in-string is nil. This has the effect that in #+BEGIN_SRC elisp :noweb-ref AA (ignore) #+END_SRC

Re: File Scoped Properties?

2020-03-09 Thread Tim Visher
On Fri, Mar 6, 2020 at 9:09 AM Tim Visher wrote: > Thanks for the response, Eric. :) > > On Fri, Mar 6, 2020 at 1:51 AM Fraga, Eric wrote: > >> On Thursday, 5 Mar 2020 at 10:28, Tim Visher wrote: >> > I _am_ able to get it to work by adding a file local variable like >> > >> > ``` >> > # Local