Endnote-style bibliographic citation with Zotero, zotxt-emacs, and org-mode

2020-04-06 Thread Perl Ancar
I'm trying to write a book in org-mode. The book will contain numerous citations to journal articles (in addition to books or URLs), which are all stored in my Zotero library. I've successfully installed the Zotero addons zotxt & Better Bibtex for Zotero, as well as the Emacs package zotxt (zotxt-e

Re: Problem

2020-04-06 Thread Eric S Fraga
On Saturday, 4 Apr 2020 at 13:13, Charles Millar wrote: > OK, started over. > > Please see attached backtrace and the file I used. Strange. Your example file works just fine for me. What version of org are you using? And LaTeX? Can you export to LaTeX (C-c C-e k l) and see if that LaTeX file

Re: negative values for EFFORT result in error when switching to column view

2020-04-06 Thread Nicolas Goaziou
Hello, Heiko Schmidt writes: > When M-x org-columns I'd like to see column view with the balanced sum > of the hours planned and the hours really worked, but I get an error > > cond: Invalid duration format: "-2 h" > > I know I'm using old versions but this problem is also on newer > versions.

Re: Problem

2020-04-06 Thread Charles Millar
On 4/6/20 4:37 AM, Eric S Fraga wrote: On Saturday, 4 Apr 2020 at 13:13, Charles Millar wrote: OK, started over. Please see attached backtrace and the file I used. Strange. Your example file works just fine for me. What version of org are you using? And LaTeX? Just ran the same file wit

Re: Problem

2020-04-06 Thread Eric S Fraga
On Monday, 6 Apr 2020 at 07:49, Charles Millar wrote: > Just ran the same file with the following versions > > Org mode version 9.3.6 (release_9.3.6-449-gb99357 @ > /usr/local/share/org-mode/lisp/) > GNU Emacs 28.0.50 (build 87, x86_64-pc-linux-gnu, GTK+ Version > 3.24.14, cairo version 1.16.0) of

Re: Problem

2020-04-06 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > On Monday, 6 Apr 2020 at 07:49, Charles Millar wrote: >> Just ran the same file with the following versions >> >> Org mode version 9.3.6 (release_9.3.6-449-gb99357 @ >> /usr/local/share/org-mode/lisp/) >> GNU Emacs 28.0.50 (build 87, x86_64-pc-linux-gnu, GTK+ Versi

Re: Do something useful with ".+" and hours repeaters

2020-04-06 Thread Nicolas Goaziou
Hello, Kyle Meyer writes: > You could use floor's DIVISOR argument: > > (floor (- (org-time-stamp-to-now ts t)) 60) Good catch! I keep forgetting about this argument. I added tests, mentioned the change in ORG-NEWS, and applied the patch. I hesitated using the UPDOWN optional argument fro

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-04-06 Thread Jorge P . de Morais Neto
4 sáb] -- and org-plus-contrib 20200406. In this situation, is it OK to remind you of the bug every month? I honestly do not know the netiquette about this. Regards -- - <https://jorgemorais.gitlab.io/justice-for-rms/> - I am Brazilian. I hope my English is correct and I welcome feedback.

Re: Problem

2020-04-06 Thread Charles Millar
On 4/6/20 8:33 AM, Nicolas Goaziou wrote: Hello, Eric S Fraga writes: On Monday, 6 Apr 2020 at 07:49, Charles Millar wrote: Just ran the same file with the following versions Org mode version 9.3.6 (release_9.3.6-449-gb99357 @ /usr/local/share/org-mode/lisp/) GNU Emacs 28.0.50 (build 87, x

Re: negative values for EFFORT result in error when switching to column view

2020-04-06 Thread Heiko Schmidt
On 06.04.20 12:13, Nicolas Goaziou wrote: Effort property accepts a specific, and well defined type of value: a duration. Such values cannot be negative, as explained in the error message. You may, however, use a different property for your use-case, and apply column view on it. Regards, This

Re: negative values for EFFORT result in error when switching to column view

2020-04-06 Thread Nicolas Goaziou
Heiko Schmidt writes: > This is exactly the reason why I'd love to have negative values for > the durations. It would open the possibility of doing something like > "accounting" of time. I think you can do accounting of time without introducing negative duration. Basic accounting implies having

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-04-06 Thread Nicolas Goaziou
act that you could import the Org counterpart in your agenda files. > I have just tested and reproduced it with Emacs 27 -- emacs-27 branch, > snapshot from [2020-04-04 sáb] -- and org-plus-contrib 20200406. > > In this situation, is it OK to remind you of the bug every month? Certainly.

Re: Bug: org-archive-subtree-save-file-p logic [9.3.6 (release_9.3.6-399-ge6df03 @ /home/n/.emacs.d/straight/build/org/)]

2020-04-06 Thread No Wayman
Kyle Meyer writes: Based on the history above, I believe the main purpose is to give users a way to reverse the "no saving" behavior made in 63f6e851b (Do not save target buffer after archiving subtree, 2017-11-25). I'm _guessing_ that, on top of that, the idea adding a from-agenda value w

Positive experience with org-element API

2020-04-06 Thread Adr ien
Hi everyone, I just wanted to share a recent positive experience I had with org-mode, specifically with org-mode parsing in elisp. I maintain a package that allows users to write curl request in org mode and execute them. At first, I defined a structure for that org entry that I was parsing via a

Re: Org-babel-lilypond always renders full pages

2020-04-06 Thread Nick Dokos
stardiviner writes: > > Can report this bug to ob-lilypond.el maintainer. I have not found any contact > info like email in source code file. Does anyone can get in touch with the > maintainer? > Isn't ob-lilypond.el part of Org mode proper (i.e. not contrib)? If so, this is the place to report

Re: Bug: org-archive-subtree-save-file-p logic [9.3.6 (release_9.3.6-399-ge6df03 @ /home/n/.emacs.d/straight/build/org/)]

2020-04-06 Thread Kyle Meyer
No Wayman writes: > What do you think of something like this? Thanks for the suggestion. The code is somewhat oddly formatted, at least on my end. Could you send a proper git-format-patch output to this thread (either via git-send-email or as an attachment)? > #+begin_src emacs-lisp > (defcus

Re: R session and plotting in x11 window

2020-04-06 Thread Matt Price
On Sun, Apr 5, 2020 at 1:19 PM Berry, Charles wrote: > > > > On Apr 4, 2020, at 4:27 PM, Matt Price wrote: > > > > Does anyone know much about the difference between an R session opened > by typing M-x R, and the R session opened by org-babel? > > > Short answer: almost none. > > Long answer: wh

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-04-06 Thread Kyle Meyer
Nicolas Goaziou writes: > Unfortunately, no one volunteered to fix the issue so far. You may want > to have a look at it, you will certainly get help doing so. Otherwise, > you are welcome to bump the report from time to time. This bisects to 7e52b7661 (org-agenda: Fix logic of `org-agenda-filte

Re: Bug: org-shiftright etc. do not respect org-support-shift-select [9.3.6 (9.3.6-elpa @ /home/vladimir/.emacs.d/elpa/org-9.3.6/)]

2020-04-06 Thread Kyle Meyer
Vladimir Panteleev writes: > I have org-support-shift-select set to 'always. As such, when editing > tables, I expect that Shift + arrow keys to enable Emacs shift > selection. Instead, it moves table cells around. > > This behavior did not exist in Org 9.1.9. The change in behavior happened wit