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 t
> 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),
>
> Hmm
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 org-clone-subtre
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:
> [...]
>> ;
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 test-org-ag
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
>> helm-b
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 than
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 w
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 us
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
https://raw.githu
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
a
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:
> i
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 writ
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?
Enclose
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 lin
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, includin
16 matches
Mail list logo