[O] ob-sclang.el error on Windows 10 64 bit

2017-09-29 Thread Xi Shen
Hi, I have seeing this error many times when I update org-plus-contrib package on Emacs for Windows. ob-sclang.el:63:1:Error: Cannot open load file: No such file or directory, sclang-interp So far, nothing breaks, because I do not use anything related to ob-sclang.el. The error is caused

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

2017-09-29 Thread Eric S Fraga
On Thursday, 28 Sep 2017 at 23:43, ConcreteVitamin wrote: > It looks something like this: https://pastebin.com/bBFwPuwb Ah, okay, you are using :scope agenda, not :scope file in this case. I have no answer to your query then. Sorry. -- : Eric S Fraga via Emacs 27.0.50, Org

[O] Bug: Compiling org-clock.el fails due to undeclared utf-8 [9.1.1 (9.1.1-6-gd40deb-elpa)]

2017-09-29 Thread Enrico Scholz
When install org, compilation fails with | org-clock.el:1958:1:Error: Invalid read syntax: "?" This seems to happen due to the non-ascii charecter in line 1974. Adding a ;; coding: utf-8 local variable fixes it. Enrico Emacs : GNU Emacs 25.3.1 (x86_64-redhat-linux-gnu, GTK+ Version

Re: [O] Allow more export options to be controlled per-subtree

2017-09-29 Thread Kaushal Modi
Hi Amos, Regarding your question in the other thread, did you try the below suggestion? On Thu, Sep 28, 2017, 3:19 PM Nicolas Goaziou wrote: > > By the way, it is already possible to prevent emphasis in a subtree > export: > > * Subtree > :PROPERTIES: >

Re: [O] Allow more export options to be controlled per-subtree

2017-09-29 Thread Amos Bird
#+OPTIONS: latex:t toc:nil H:3 Hi Kaushal, I did, it only works if I export the subtree instead of the whole buffer. Regards, Kaushal Modi writes: > Hi Amos, > > Regarding your question in the other thread, did you try the below > suggestion? > > On Thu, Sep 28, 2017,

Re: [O] [ANN] Agenda speed up

2017-09-29 Thread Kyle Meyer
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 sorting for the

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

2017-09-29 Thread Peter Davis
On Fri, Sep 29, 2017, at 11:42 AM, Peter Davis wrote: > > On Fri, Sep 29, 2017, at 10:51 AM, Eric S Fraga wrote: > > On Friday, 29 Sep 2017 at 10:16, Peter Davis wrote: > > > I'm trying out the org-plot example, but when I enter C-M-g on a > > > table, I get: > > > > > > Cannot open load file:

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

2017-09-29 Thread Peter Davis
On Fri, Sep 29, 2017, at 10:51 AM, Eric S Fraga wrote: > On Friday, 29 Sep 2017 at 10:16, Peter Davis wrote: > > I'm trying out the org-plot example, but when I enter C-M-g on a > > table, I get: > > > > Cannot open load file: No such file or directory, gnuplot > > > > I verified that gnuplot is

[O] Insert heading above current one

2017-09-29 Thread Luciano Passuello
Hello everybody, first message here. According to org-insert-heading documentation: "If point is at the beginning of a heading, insert a new heading or a new headline above the current one." I like this behavior very much, and in orgmode 8.x, calling org-insert-heading at the beginning of a line

Re: [O] Insert heading above current one

2017-09-29 Thread Kaushal Modi
On Fri, Sep 29, 2017 at 10:41 AM Kaushal Modi wrote: > Looks like this was an intended change: > http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=2b03e945a19701194e510791a96006c5eee9edc6 > > Related discussion: >

[O] Trying to get chart from table working

2017-09-29 Thread Peter Davis
I'm trying out the org-plot example, but when I enter C-M-g on a table, I get: Cannot open load file: No such file or directory, gnuplot I verified that gnuplot is installed, and that /usr/local/bin is in both the PATH and the exec-path for emacs. Is there something else I need to do?

Re: [O] Insert heading above current one

2017-09-29 Thread Kaushal Modi
On Fri, Sep 29, 2017 at 10:14 AM Luciano Passuello wrote: > Hello everybody, first message here. > > According to org-insert-heading documentation: "If point is at the > beginning of a heading, insert a new heading or a new headline above > the current one." > > I like

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

2017-09-29 Thread Eric S Fraga
On Friday, 29 Sep 2017 at 10:16, Peter Davis wrote: > I'm trying out the org-plot example, but when I enter C-M-g on a > table, I get: > > Cannot open load file: No such file or directory, gnuplot > > I verified that gnuplot is installed, and that /usr/local/bin is in > both the PATH and the

Re: [O] [ANN] Agenda speed up

2017-09-29 Thread Nicolas Goaziou
Nicolas Goaziou writes: > I rewrote the part responsible for agenda generation in "org-agenda.el". > Basically, I refactored some hot loops and introduced a cache mechanism > for data extracted out of agenda files. > > I expect to see some interesting improvements when

Re: [O] [ANN] Agenda speed up

2017-09-29 Thread Samuel Wales
have not beena ble to respons for health reasons. i have rsposne partly done. i think result is slightly slower but seems tob e correct if you count recent maint as correct.

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

2017-09-29 Thread Peter Davis
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. Basically, I want to plot a time series graph showing my PSA (prostate specific antigen) over

Re: [O] function for inserting a block

2017-09-29 Thread Nicolas Goaziou
Hello, Eric Abrahamsen writes: > On 09/10/17 14:44 PM, Nicolas Goaziou wrote: > > [...] > >> Some free key bindings: >> - C-c C-x C-e >> - C-c C-x C-g >> - C-c C-x C-h >> - C-c C-x C-k >> - C-c C-x h >> - C-c C-x j >> - C-c C-x k >> - C-c C-x l >> - C-c C-x m >> - C-c

Re: [O] Disable fontification when exporting tables

2017-09-29 Thread Nicolas Goaziou
Hello, Amos Bird writes: > I've tried the example block but it doesn't export well. > > img-2017-09-29-100634.png You didn't specify you were trying to export an Org table in the first place. You need to give as much information as possible if you want to have useful

Re: [O] Insert heading above current one

2017-09-29 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > On Fri, Sep 29, 2017 at 10:41 AM Kaushal Modi > wrote: > >> Looks like this was an intended change: >> http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=2b03e945a19701194e510791a96006c5eee9edc6 >> >> Related

[O] org-plot.el bugfix/patch

2017-09-29 Thread Joe Bloggs
The grid examples in org-plot.el don't work for me because the org-plot sets datafile separator to "\t", so gnuplot can't read the data file properly. Leaving datafile separator at its default value (whitespace) fixes the problem. Regards, Joe -- >From

Re: [O] Bug: Compiling org-clock.el fails due to undeclared utf-8 [9.1.1 (9.1.1-6-gd40deb-elpa)]

2017-09-29 Thread Nicolas Goaziou
Hello, Enrico Scholz writes: > When install org, compilation fails with > > | org-clock.el:1958:1:Error: Invalid read syntax: "?" > > > This seems to happen due to the non-ascii charecter in line 1974. > Adding a > > ;; coding: utf-8 > > local variable fixes it.

Re: [O] Insert heading above current one

2017-09-29 Thread Luciano Passuello
Hi, thanks for the replies! >> To add, I also think that the earlier behavior made sense, if the point is >> at bolp, insert before, else insert after. > > I think the current behaviour makes more sense, if the command is called > with an universal argument. Indeed, what would be the point of

Re: [O] Disable fontification when exporting tables

2017-09-29 Thread Amos Bird
#+OPTIONS: latex:t toc:nil H:3 Hi, > - what are you trying to export? an Org table like this: #+BEGIN_EXAMPLE | QueryID | SQL Text