Re: [O] orgmode for many continuous tasks?

2017-10-03 Thread Eric S Fraga
On Tuesday, 3 Oct 2017 at 16:04, Mycroft Jones wrote: > How do I learn about org-contrib and how to use it? Org contrib is a collection of extra functionality. It comes with the development version of org (i.e. from git) but is also available as a MELPA package I believe. How do you install

Re: [O] Trying to get chart from table working

2017-10-03 Thread Eric S Fraga
On Tuesday, 3 Oct 2017 at 15:28, Peter Davis wrote: > Yup. I deleted the source block and the results line, and now export to > HTML and PDF works with no problems. Please post the complete file (t.org?) to this list. -- : Eric S Fraga via Emacs 27.0.50, Org release_9.1.1-78-gfbf47c

Re: [O] Trying to get chart from table working

2017-10-03 Thread Peter Davis
On Tue, Oct 3, 2017, at 01:23 PM, Nick Dokos wrote: > Peter Davis writes: > > > On Tue, Oct 3, 2017, at 10:37 AM, Nick Dokos wrote: > >> > >> can you export *anything* to html? Or maybe export anything with > >> a table that includes a date? The backtrace seems to implicate

[O] Heading/item insert commands

2017-10-03 Thread Ingo Lohmar
Dear All, I have been heavily and happily using orgmode for more than 6 years now. During this time, I have returned 4 or 5 times to changing, tweaking and generally being puzzled by the code and commands used to insert headings and list items. Now, for the first time, I have tried to

[O] Bug: org-backward-paragraph give an error when called from the #+BEGIN_SRC line of a source block [9.1.1 (9.1.1-17-g24ea1b-elpaplus @ /home/omar/.emacs.d/elpa/org-plus-contrib-20171002/)]

2017-10-03 Thread Omar Antolin
If you run `org-backward-paragraph` from the `#+BEGIN_SRC` line of a source block it gives the error message "Invalid search bound (wrong side of point)", instead of moving point. I tried tracking it down and this error message comes from a call to `re-search-backward` in the source for

[O] Bug: org-capture-templates with %^t

2017-10-03 Thread Matt Lundin
After commit 51b431d01365211d4c40b07729d5d11d82b9dfe2, org-capture-templates containing %^t do not work as expected. The relevant capture template snippet looks like this: (setq org-capture-templates '(("a" "Appointment" entry (file "~/inbox.org") "* %^{Appt}\n %^t%?\n %U\n %a\n\n %i")))

Re: [O] orgmode for many continuous tasks?

2017-10-03 Thread Mycroft Jones
On Thu, Sep 28, 2017 at 06:48:16AM +0100, Eric S Fraga wrote: On Wednesday, 27 Sep 2017 at 13:24, Bob Newell wrote: [...] To further the concept: If TODOs had due dates/time estimates/time spent as perhaps additional properties, and there was a better way to express dependencies (I think

Re: [O] [ANN] Agenda speed up

2017-10-03 Thread Marco Wahl
>> The overall outcome (from elp) was: >> >> | wip-agenda-speedup | 823.31343007 | >> | master | 13.70077639 | > > Fixed. Thanks! Looks much better now. > Could you test it again? Now the numbers (for the agenda today [2017-10-03 Tue 12:19]) are | wip-agenda-speedup | 40.3 | |

[O] The problem with scaling inline images with imagemagick

2017-10-03 Thread Ярослав Данько
Hello everybody, I have the line (setq org-image-actual-width '(600)) in my init file. With all versions of ImageMagick till 6.9.9-13 it worked well, means scaling inline images to 600 px in width. But with all higher versions (now it is 6.9.9-17) scaling not happens with the error `ImageMagick

Re: [O] [ANN] Agenda speed up

2017-10-03 Thread Nicolas Goaziou
Hello, Marco Wahl writes: > The overall outcome (from elp) was: > > | wip-agenda-speedup | 823.31343007 | > | master | 13.70077639 | Fixed. Could you test it again? Thank you. Regards, -- Nicolas Goaziou

Re: [O] [ANN] Agenda speed up

2017-10-03 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > fr: org-git-version to show branch name. > > On 10/2/17, Nicolas Goaziou wrote: >> Do you mean you get an error which was fixed earlier? What error? > > you fixed error. > >>> ... but 9maint and 9master produce agenda

Re: [O] Trying to get chart from table working

2017-10-03 Thread Eric S Fraga
On Monday, 2 Oct 2017 at 15:39, Peter Davis wrote: >> Very strange. Try M-x toggle-debug-on-error RET and then post a >> backtrace? > > Attached. I cannot figure this out. Maybe Nicolas will be able to help here. > By the way, I tried filling in a tint value in the first row, and a PSA >

Re: [O] The problem with scaling inline images with imagemagick

2017-10-03 Thread Matt Lundin
Ярослав Данько writes: > Hello everybody, > > I have the line (setq org-image-actual-width '(600)) in my init file. > With all versions of ImageMagick till 6.9.9-13 it worked well, means > scaling inline images to 600 px in width. > > But with all higher versions (now

Re: [O] Trying to get chart from table working

2017-10-03 Thread Nick Dokos
Peter Davis writes: > On Mon, Oct 2, 2017, at 11:37 AM, Eric S Fraga wrote: >> On Monday, 2 Oct 2017 at 10:24, Peter Davis wrote: >> >> [...] >> >> > I added (gnuplot . t) to my org-babel-load-languages, and now I'm back >> > to >> > >> > Wrong type argument: arrayp, nil

Re: [O] Trying to get chart from table working

2017-10-03 Thread Peter Davis
On Tue, Oct 3, 2017, at 10:37 AM, Nick Dokos wrote: > Peter Davis writes: > > > On Mon, Oct 2, 2017, at 11:37 AM, Eric S Fraga wrote: > >> On Monday, 2 Oct 2017 at 10:24, Peter Davis wrote: > >> > >> [...] > >> > >> > I added (gnuplot . t) to my org-babel-load-languages,

Re: [O] Trying to get chart from table working

2017-10-03 Thread Nick Dokos
Peter Davis writes: > On Tue, Oct 3, 2017, at 10:37 AM, Nick Dokos wrote: >> >> can you export *anything* to html? Or maybe export anything with >> a table that includes a date? The backtrace seems to implicate this >> latter scenario. >> >> This seems like a more generic

Re: [O] [ANN] Agenda speed up

2017-10-03 Thread Samuel Wales
On 10/3/17, Nicolas Goaziou wrote: >> org-element-at-point 1104 >> 17.213785437 0.0155921969 >> org-element--parse-to 1104 >> 17.098407592 0.0154876880 >> org-element--current-element

Re: [O] [ANN] Agenda speed up

2017-10-03 Thread Samuel Wales
bugs: the following line will produce an entry in the agenda. # S CHEDULED: <%%(memq (calendar-day-of-week date) '(1 2 3 4 5))> and tel: links are interpreted as timestamps. and the closing time for clocks are not listed. and it misses an entire, normal looking inactive timestamp that is