Re: Bug: org-clone-subtree-with-time-shift invalid interval when using hours [9.3 (release_9.3 @ /usr/local/share/emacs/27.1/lisp/org/)]

2021-02-23 Thread Kyle Meyer
Felipe Barros writes: > Running org-clone-subtree-with-time-shift and entering an hourly > interval returns an error that the shift specification is invalid. > > For example, entering +8h returns: > > user-error: Invalid shift specification +8h [...] > And the Info page for Repeated Tasks states

Re: Using lexical-binding

2021-02-23 Thread Stefan Monnier
> With a quick test of a few main commands, burps in one of four. Excellent, and thanks for the subsequent patch (I don't think I'd have come up with the move of `extra` on my own). >> - I believe I have quashed all the compiler warnings (some had nothing >> to do with lexical scoping), > >

Bug: org-clone-subtree-with-time-shift invalid interval when using hours [9.3 (release_9.3 @ /usr/local/share/emacs/27.1/lisp/org/)]

2021-02-23 Thread Felipe Barros
Running org-clone-subtree-with-time-shift and entering an hourly interval returns an error that the shift specification is invalid. For example, entering +8h returns: user-error: Invalid shift specification +8h I have also tested with just 8 and with .+8h. The documentation for

Re: Using lexical-binding

2021-02-23 Thread Samuel Wales
just a thanks to maintainers of emacs and org including those of you fixing this and those who wrote the tests. i had no idea org wasn't fully lexical yet. i look forward to whatever good that brings. On 2/23/21, Kyle Meyer wrote: > Kyle Meyer writes: > >> Stefan Monnier writes: > [...] >>

Re: Using lexical-binding

2021-02-23 Thread Kyle Meyer
Kyle Meyer writes: > Stefan Monnier writes: [...] > ;; (org-agenda-list); fails: void-variable date > > There are also some `make test' failures: > > 7 unexpected results: > FAILED test-org-agenda/diary-inclusion > FAILED test-org-agenda/empty > FAILED

Re: [EXT] Org-ref-helm-insert-cite-link

2021-02-23 Thread Marvin M. Doyley
Installing bibtex-completion fixed the problem > On Feb 23, 2021, at 5:53 PM, Kyle Meyer wrote: > > Marvin M. Doyley writes: > >> Hi there, >> >> For some reason org-ref-helm-insert-cite-link is not working anymore >> for me. When I try to execute it, I get the following error >>

Re: Using lexical-binding

2021-02-23 Thread Kyle Meyer
Stefan Monnier writes: > As part of the on-going work to use lexical-binding in all the files > bundled with Emacs, I took a stab at converting org-agenda.el to > lexical-binding. Thank you. > [...] > Anyway, here's my first cut (the patch is made against the head of > Org's `master` rather

Re: [EXT] Org-ref-helm-insert-cite-link

2021-02-23 Thread Marvin M. Doyley
Thanks Kyle, I deleted both packages, but the problem still persists. I am using the latest version of org and help-bibtex-2.0.0 that I just pulled from Melpa. I also pulled the latest version org-ref Strange but I will keep digging Cheers, M > On Feb 23, 2021, at 5:53 PM, Kyle Meyer

Re: Org-ref-helm-insert-cite-link

2021-02-23 Thread Kyle Meyer
Marvin M. Doyley writes: > Hi there, > > For some reason org-ref-helm-insert-cite-link is not working anymore > for me. When I try to execute it, I get the following error > helm-bibtex-candidates-formatter: Symbol’s function definition is > void: bibtex-completion-candidates-formatter I don't

Re: org-in-org

2021-02-23 Thread Jeremie Juste
Hello Greg, Many thanks for the effort. A possible solution might be this one #+NAME: readdata-code #+BEGIN_SRC org ,#+NAME: readdata-code ,#+BEGIN_SRC R :results value silent read.data("datafile1.csv",sep=",",header=T)->mydata1 ,#+END_SRC #+END_SRC credit goes to

Using lexical-binding

2021-02-23 Thread Stefan Monnier
As part of the on-going work to use lexical-binding in all the files bundled with Emacs, I took a stab at converting org-agenda.el to lexical-binding. Since I'm not using it, I can't really test the result in any meaningful way. Furthermore, just like `calendar.el`, it relies on dynamic scoping

Re: org-in-org

2021-02-23 Thread Erik Iverson
Hi Greg! I am not sure if this would be useful to your efforts, but I have an "R in org-mode" tutorial on github: https://github.com/erikriverson/org-mode-R-tutorial Apparently it is now 10 years old somehow, time flies. Best, --Erik On Tue, Feb 23, 2021 at 6:25 AM Greg Minshall wrote: >

Re: org-in-org

2021-02-23 Thread Berry, Charles
Greg, See inline > On Feb 23, 2021, at 6:24 AM, Greg Minshall wrote: > > i have a question about org-in-org source blocks. i volunteered to help > in an effort to provide a tutorial of using the ESS (Emacs Speaks > Statistics) package for R, in particular, from org mode. > > i'd like to

Org-ref-helm-insert-cite-link

2021-02-23 Thread Marvin M. Doyley
Hi there, For some reason org-ref-helm-insert-cite-link is not working anymore for me. When I try to execute it, I get the following error helm-bibtex-candidates-formatter: Symbol’s function definition is void: bibtex-completion-candidates-formatter Does anybody know how to fix this?

false-list-item-mode?

2021-02-23 Thread Juan Manuel Macías
Hi, This is not a solution to what was commented in this recent thread (https://lists.gnu.org/archive/html/emacs-orgmode/2021-02/msg00239.html) on the false list item issue. But, in case anyone finds it useful, I happened to sketch this minor mode to highlight, while typing, *only* (+/-) those

org-in-org

2021-02-23 Thread Greg Minshall
i have a question about org-in-org source blocks. i volunteered to help in an effort to provide a tutorial of using the ESS (Emacs Speaks Statistics) package for R, in particular, from org mode. i'd like to write my contribution as a .org file. i'd like to include fragments of org code,