Re: [O] Emacs-orgmode Digest, Vol 140, Issue 2

2017-10-02 Thread Zhang Cankun
t. also a clocked entry gets its closing time which is an improvement i think. also an inactive timestamp shows the headline above the headline that contains it. this is a bug but cannot mce. 9master is same as 9maint. thus, all issues are in wip. i am limited in ability to use computer. --

[O] Agenda filtering (take 2)

2017-10-02 Thread Richard Lawrence
Hi everyone, About a year ago, I wrote: Is there a simple way for me to say to the agenda, "Show me all (and only) the NEXT tasks that are part of a project whose deadline is before (say) 2016-11-01"? It seems like this should be possible with the built-in agenda but I can't quite figure

Re: [O] [ANN] Agenda speed up

2017-10-02 Thread Samuel Wales
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 in about 3s ... >> >> ... while wip produces agenda in 26.75s ... > > This is obviously a

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

2017-10-02 Thread Peter Davis
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 > > Very strange. Try M-x toggle-debug-on-error RET

Re: [O] [ANN] Agenda speed up

2017-10-02 Thread Marco Wahl
Hi, Here is my contribution to the testing. I used my personal setting. I started a fresh Emacs and executed the block #+begin_src emacs-lisp :results drawer (elp-instrument-package "org-") (org-agenda-list) (elp-results) (set-buffer "*ELP Profiling Results*") (buffer-string) #+end_src With br

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

2017-10-02 Thread Eric S Fraga
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 Very strange. Try M-x toggle-debug-on-error RET and then post a backtrace? Also maybe post your complete example. What ver

Re: [O] [ANN] Agenda speed up

2017-10-02 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > ... and i am getting a fixed error from before ... Do you mean you get an error which was fixed earlier? What error? > ... but 9maint and 9master produce agenda in about 3s ... > > ... while wip produces agenda in 26.75s ... This is obviously a bug. I would need

Re: [O] [ANN] Agenda speed up

2017-10-02 Thread Nicolas Goaziou
Hello, Matt Lundin writes: > Nicolas Goaziou writes: > >> Some feedback about the new agenda speed would be nice. > > One small bug I found with wip speedup branch. When trying to reschedule > in the agenda with org-agenda-do-date-later or > org-agenda-do-date-earlier, org mode gives a message:

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

2017-10-02 Thread Eric S Fraga
On Monday, 2 Oct 2017 at 11:12, Nick Dokos wrote: [...] > FWIW, this is what I get in the *gnuplot* buffer when I C-c C-c on the > code block: > > , > | > | G N U P L O T > | Version 5.0 patchlevel 3last modified 2016-02-21 My gnuplot is patchlevel 7; maybe this makes a differ

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

2017-10-02 Thread Nick Dokos
Eric S Fraga writes: > On Friday, 29 Sep 2017 at 17:32, Peter Davis wrote: >> I'm sorry to belabor this, but I could use some help. I'd be willing to >> pay a modest consulting fee, but I'm trying to solve a problem in a >> timely way, as it would help me with healthcare decisions. >> >> Basicall

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

2017-10-02 Thread Peter Davis
On Mon, Oct 2, 2017, at 09:58 AM, Peter Davis wrote: > > On Mon, Oct 2, 2017, at 09:54 AM, Peter Davis wrote: > > > > On Mon, Oct 2, 2017, at 08:59 AM, Eric S Fraga wrote: > > > On Monday, 2 Oct 2017 at 07:21, Peter Davis wrote: > > > > On Mon, Oct 2, 2017, at 06:27 AM, Eric S Fraga wrote: > >

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

2017-10-02 Thread Peter Davis
On Mon, Oct 2, 2017, at 09:54 AM, Peter Davis wrote: > > On Mon, Oct 2, 2017, at 08:59 AM, Eric S Fraga wrote: > > On Monday, 2 Oct 2017 at 07:21, Peter Davis wrote: > > > On Mon, Oct 2, 2017, at 06:27 AM, Eric S Fraga wrote: > > >> On Sunday, 1 Oct 2017 at 15:06, Peter Davis wrote: > > >> > I

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

2017-10-02 Thread Peter Davis
On Mon, Oct 2, 2017, at 08:59 AM, Eric S Fraga wrote: > On Monday, 2 Oct 2017 at 07:21, Peter Davis wrote: > > On Mon, Oct 2, 2017, at 06:27 AM, Eric S Fraga wrote: > >> On Sunday, 1 Oct 2017 at 15:06, Peter Davis wrote: > >> > I do have those lines in my .org file, but no PDF was produced. I tr

Re: [O] [ANN] Agenda speed up

2017-10-02 Thread Nicolas Goaziou
Hello, Kyle Meyer writes: > Nicolas Goaziou writes: > >> If there is no more feedback nor objection, I'll merge the branch in >> master before the end of the week. > > One issue I noticed: The sorting of categories defined in > org-agenda-sorting-strategy is not honored. The default category >

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

2017-10-02 Thread Eric S Fraga
On Monday, 2 Oct 2017 at 07:21, Peter Davis wrote: > On Mon, Oct 2, 2017, at 06:27 AM, Eric S Fraga wrote: >> On Sunday, 1 Oct 2017 at 15:06, Peter Davis wrote: >> > I do have those lines in my .org file, but no PDF was produced. I tried >> > switching to png, but still no file was produced. >>

Re: [O] Export attributes for babel blocks

2017-10-02 Thread Juan Amiguet
Eric, Thanks a lot for your answer it works with the following updates --8<---cut here---start->8--- #+begin_src dot :file test.png digraph test { A -> B } #+end_src #+attr_latex: :width .5\linewidth #+RESULTS: [[file:test.png]] --8<---cut here---

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

2017-10-02 Thread Peter Davis
On Mon, Oct 2, 2017, at 07:22 AM, Robert Horn wrote: > > Peter Davis writes: > > > Basically, I want to plot a time series graph showing my PSA (prostate > > specific antigen) over time. The PSA is measured at irregular intervals, > > and has been for over 4 years (and hopefully will continue fo

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

2017-10-02 Thread Robert Horn
Peter Davis writes: > Basically, I want to plot a time series graph showing my PSA (prostate > specific antigen) over time. The PSA is measured at irregular intervals, > and has been for over 4 years (and hopefully will continue for many more > years.) That should be a simple enough graph. I've a

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

2017-10-02 Thread Peter Davis
On Mon, Oct 2, 2017, at 06:27 AM, Eric S Fraga wrote: > On Sunday, 1 Oct 2017 at 15:06, Peter Davis wrote: > > I do have those lines in my .org file, but no PDF was produced. I tried > > switching to png, but still no file was produced. > > Check the *gnuplot* buffer to see if there were any gn

Re: [O] Heads up: mobileOrg has stopped working with Dropbox

2017-10-02 Thread Eric S Fraga
On Saturday, 30 Sep 2017 at 14:31, Rob Davenport wrote: > Yes, I see it now too. It was noted as an issue on the mobileorg-android > github site here over a month ago: > https://github.com/matburt/mobileorg-android/issues/501 Thanks for the confirmation! And I probably saw that issue but forgot

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

2017-10-02 Thread Eric S Fraga
On Sunday, 1 Oct 2017 at 15:06, Peter Davis wrote: > I do have those lines in my .org file, but no PDF was produced. I tried > switching to png, but still no file was produced. Check the *gnuplot* buffer to see if there were any gnuplot errors. -- : Eric S Fraga via Emacs 27.0.50, Org release_9

Re: [O] Export attributes for babel blocks

2017-10-02 Thread Eric S Fraga
On Monday, 2 Oct 2017 at 08:46, Juan Amiguet wrote: > Dear all, > > I have been having this issue for quite a while perhaps I am using the > feature wrong and someone can enlighten me or perhaps someone can point me > at the bit of code I can patch it myself. > Here is the issue: > > I have a babe

Re: [O] How to generate clock report for hours worked each day?

2017-10-02 Thread Yasushi SHOJI
Hi, On Wed, Sep 27, 2017 at 3:27 AM, ConcreteVitamin wrote: > Following up on this: is there a way to configure such that non-clocked in > files (0:00) are not shown in this table? :fileskip0 t ? -- yashi

Re: [O] Export attributes for babel blocks

2017-10-02 Thread Juan Amiguet
Thomas thank you for your answer, I was thinking more of how to modify babel so that it would generate the results block with the relevant exporter attribute parameters so that it play nicely. That is, the results block contains the directive it needs at the moment the #+results block is bare and

Re: [O] Export attributes for babel blocks

2017-10-02 Thread Thomas S. Dye
Aloha Juan Amiguet, Juan Amiguet writes: > Dear all, > > I have been having this issue for quite a while perhaps I am using the > feature wrong and someone can enlighten me or perhaps someone can point me > at the bit of code I can patch it myself. > Here is the issue: > > I have a babel block su