Re: [O] Filtering properties in agenda view

2015-11-02 Thread Nick Dokos
Georg Otto writes: > On 01/11/2015 21:49, Brenda Butler wrote: > > On Sun, Nov 1, 2015 at 4:04 PM, Georg Otto wrote: > > Thanks for your answer! Unfortunately, it does not work for me as > described in the manual. > > Try putting

Re: [O] Filtering properties in agenda view

2015-11-02 Thread Brenda Butler
On Mon, Nov 2, 2015 at 4:35 AM, Georg Otto wrote: > On 01/11/2015 21:49, Brenda Butler wrote: > > > > On Sun, Nov 1, 2015 at 4:04 PM, Georg Otto wrote: > >> Thanks for your answer! Unfortunately, it does not work for me as >> described in the manual. >> >>

Re: [O] Babel: How to call code in one org file into another org file

2015-11-02 Thread Nick Dokos
Eric S Fraga writes: > On Saturday, 31 Oct 2015 at 16:51, Lawrence Bottorff wrote: >> I guess I'm saying that the whole `org-babel-lob-ingest` into >> `org-babel-library-of-babel` exercise should make code ready and available. > > But it does. There are two levels here: the

[O] Publishing a Book as PDF and ePub.

2015-11-02 Thread Ian Barton
Next year our mountaineering club has its 50th anniversary. On the 21st anniversary we published a book of articles written by members of the club. Luckily the text was written in WordPerfect and I have converted it to a series of org-mode files, one per chapter. For the upcoming 50th anniversary

[O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
Hi, I updated my copy of org-mode from git master after about 2-3 weeks. The ox-latex export used to work fine but now it is failing due to something in the tables I have in my .org files. If I comment out those tables, the ox-latex export works fine. Else it errors out due to (void-function

Re: [O] sh - script: how to control the output.

2015-11-02 Thread Johann Spies
> > You could try out some of the options for the ":results" header > argument, as described here: > > http://orgmode.org/manual/results.html#results > > > Thanks Myles. After a bit of experimenting I got this to work (I have to remove the *example* lines to make a table of the output. But that

Re: [O] Org Babel resolution of `:var` value reference inconsistent

2015-11-02 Thread Nick Dokos
Andreas Leha writes: > ... > So, to me it is more surprising that the manual execution works. For > instance, I might have two tables with the same name. Then, COMMENTing > one of them should ensure that the other one is used. > COMMENT works during export

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Nick Dokos
Thank you for providing the backtrace, but ... You knew there was a "but" coming, right? :-) Although some people can make sense of a backtrace produced with compiled code, it is far more useful to provide a backtrace produced with *uncompiled* code. What you have to do is C-u M-x org-reload RET

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
> Although some people can make sense of a backtrace produced with compiled code, it is far more useful to provide a backtrace produced with *uncompiled* code. Apologies, I was unaware of that. I should have read that Info node first. Below is a gist link to the full backtrace with uncompiled

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
Also, I am on the latest org-mode and emacs builds: org-mode version: Org-mode version 8.3.2 (release_8.3.2-251-g4ca117 @ /home/kmodi/usr_local/apps/6/emacs/master/share/emacs/site-lisp/org/) emacs-version:

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
Some more info: I cannot recreate this error when using - my emacs config - the same emacs build from git - BUT the latest org-plus-contrib from org elpa: Org-mode version 8.3.2 (8.3.2-10-g00dacd-elpaplus @ /home/kmodi/.emacs.d/elpa_25_0/org-plus-contrib-20151005/) So it is some change between:

Re: [O] [PATCH] org-babel-execute-src-block-region

2015-11-02 Thread Charles C. Berry
On Sun, 1 Nov 2015, Carlos Henrique Machado S Esteves wrote: Hello, I find it useful to be able to execute only a region of a source code block, so I've implemented a new function for that. I've tested it with MATLAB and Python, but it should work for any mode, since it calls

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Nick Dokos
Kaushal Modi writes: >> Although some people can make sense of a backtrace produced with > compiled code, it is far more useful to provide a backtrace produced > with *uncompiled* code. > > Apologies, I was unaware of that. I should have read that Info node first. > Below

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Nick Dokos
Kaushal Modi writes: > Some more info: > > I cannot recreate this error when using > - my emacs config > - the same emacs build from git > - BUT the latest org-plus-contrib from org elpa: Org-mode version 8.3.2 > (8.3.2-10-g00dacd-elpaplus @ / >

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
> The "g" stands for "git" and it's not part of the SHA1: 4ca117 are the first six digits of the SHA1 at the HEAD of the branch Ah, now that you spell it out, it's obvious. I swear I kept staring at the git hash to find the "117" in "g4ca117" in

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Nick Dokos
Kaushal Modi writes: > @Nick Dokos Are you are on a commit before or after this lexical binding > change? http://orgmode.org/ > cgit.cgi/org-mode.git/commit/?id=8bccb2131374bba8c82c2774abb34af488826ce4 > > The failure symtoms in my backtrace look like they could be

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
@Nick Dokos Are you are on a commit before or after this lexical binding change? http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=8bccb2131374bba8c82c2774abb34af488826ce4 The failure symtoms in my backtrace look like they could be related to this change.

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Nick Dokos
Nick Dokos writes: > Kaushal Modi writes: > >> @Nick Dokos Are you are on a commit before or after this lexical binding >> change? http://orgmode.org/ >> cgit.cgi/org-mode.git/commit/?id=8bccb2131374bba8c82c2774abb34af488826ce4 >> >> The failure

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > Kaushal Modi writes: > >> @Nick Dokos Are you are on a commit before or after this lexical binding >> change? http://orgmode.org/ >> cgit.cgi/org-mode.git/commit/?id=8bccb2131374bba8c82c2774abb34af488826ce4 >> >> The

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
Thanks Nick. That patch resolves the issue for now. At least, all my pdf exports are working fine as before.

Re: [O] Repeated task, every other day, at a specific time, but how?

2015-11-02 Thread Sharon Kimble
Sharon Kimble writes: > I'm trying to schedule a task, which is a habit, for every other day at > 0900, like this - > > ** TODO put slow cooker on for tea > SCHEDULED: <2015-10-28 Wed 09:00 .+2> > :PROPERTIES: > :LAST_REPEAT: [2015-09-09 Wed 07:17] > :END: > :LOGBOOK:

Re: [O] Publishing a Book as PDF and ePub.

2015-11-02 Thread Marcin Borkowski
On 2015-11-02, at 16:37, Ian Barton wrote: > Next year our mountaineering club has its 50th anniversary. On the > 21st anniversary we published a book of articles written by members of > the club. Luckily the text was written in WordPerfect and I have > converted it to a

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
Thanks to you both for the quick solution and the upstream fix.

Re: [O] Org Babel resolution of `:var` value reference inconsistent

2015-11-02 Thread Andreas Leha
Hi myq, myq writes: > Sometime since Org version 8.3beta and now, the way Org Babel resolves > the value of the `:var` header argument when assigned to a reference has > changed. > > Previously, the following would work when exporting: > > * test > > #+BEGIN_SRC R :var

Re: [O] Filtering properties in agenda view

2015-11-02 Thread Georg Otto
On 01/11/2015 21:49, Brenda Butler wrote: > > > On Sun, Nov 1, 2015 at 4:04 PM, Georg Otto > wrote: > > Thanks for your answer! Unfortunately, it does not work for me as > described in the manual. > > For example I have an entry with the

Re: [O] sh - script: how to control the output.

2015-11-02 Thread Myles English
Hello Johann, Johann Spies writes: > In the normal shell, I can do: > > echo '\d wos.wos_papers_by_subject_mv' | psql -h localhost -p 63334 > book_citation | grep '[+|]' > > and get the output: > > Column | Type | Modifiers > --+-+--- > id | integer | >

[O] bug in org-habits

2015-11-02 Thread Mark A. Hershberger
org-habit.el is sensitive to the ordering PROPERTIES and SCHEDULED and expects them /in only/ the following order: * TODO habit name SCHEDULED: <2015-11-03 Tue 07:00 .+1d> :PROPERTIES: :LAST_REPEAT: [2015-11-02 Mon 07:54] :STYLE: habit :END: Any other ordering, or doubling of PROPERTIES