Re: [O] LaTeX > PDF blocked by extender chars in filename

2017-09-01 Thread Adonay Felipe Nogueira
Oh... Are you generating .dvi or .pdf? Commonly, .dvi is generated by running: `latex [File path.]' or `latexmk [File path.]'. And, .pdf is commonly generated by running: `pdflatex [File path.]' or `latexmk -pdf [File path.]'. If generating .dvi, the "space" option won't work.

Re: [O] LaTeX > PDF blocked by extender chars in filename

2017-09-01 Thread Adonay Felipe Nogueira
I forgot to mention... To tell Emacs Org mode that you want a .pdf, customize the "org-latex-pdf-process" variable. To do so, do, visit: [[help:org-latex-pdf-process]] and click the "customize" link. Near the name, you will see a "Value Menu" buttom, it has latexmk there.

Re: [O] LaTeX > PDF blocked by extender chars in filename

2017-09-01 Thread Eduardo Mercovich
Aló Felipe. To tell Emacs Org mode that you want a .pdf, customize the "org-latex-pdf-process" variable. I usually do it from the export menu: C-c C-e l p (export, latex, pdf). To do so, do, visit: [[help:org-latex-pdf-process]] and click the "customize" link. Near the name, you will see

[O] [PATCH] Enable table with fields containing commas to be used as arguments to sqlite source blocks, fix ox-taskjuggler broken call.

2017-09-01 Thread Eduardo Bellani
ob-sqlite.el: Enable table with fields containing commas to be used as arguments to sqlite source blocks * lisp/ob-sqlite.el: Stop interfering with the 'orgtbl-to-csv' default formatting. * testing/lisp/test-ob-sqlite.el:: Adds a test using a table with commas in the content of any of its

Re: [O] [maint bug, org-clock.el] org-time-string-to-seconds

2017-09-01 Thread Nicolas Goaziou
Hello, Rasmus writes: > There’s bug in maint that made it into Org v9.0.10 via commit > 7e241af591df15d2b7587648ed2342ae3a5d0e5b. In org-clock.el, the v9.1 > signature of ‘org-time-string-to-seconds’ has made it into > ‘org-clock-sum’. Should I just remove the time zone, or

Re: [O] Conditional summing in column-mode?

2017-09-01 Thread Nicolas Goaziou
Hello, Stig Brautaset writes: > I think I like it. So I could then do something like: > > (defun sb/org-collect-confirmed-days () > "Return `DAYS' for `CONFIRMED' entries, otherwise return 0" > (let ((days (org-entry-get nil "DAYS")) > (confirmed

Re: [O] [PATCH] Enable table with fields containing commas to be used as arguments to sqlite source blocks, fix ox-taskjuggler broken call.

2017-09-01 Thread Nicolas Goaziou
Hello, Eduardo Bellani writes: > ob-sqlite.el: Enable table with fields containing commas to be used as > arguments to sqlite source blocks Thank you! Could you split this into 2 patches since "ob-sqlite" and "ox-taskjuggler" are unrelated. > *

Re: [O] Ag (the Silver Searcher) knows about Org files now

2017-09-01 Thread Adam Porter
Ah, you had me for a moment there: I thought you meant that it understood Org files semantically, so it could search entries within Org files. That would be very helpful for helm-org-rifle. Maybe someday...

Re: [O] Bug: markdown export errors on headers [9.0.9 (9.0.9-82-gb862c2-elpaplus @ /home/fommil/.emacs.d/elpa/org-plus-contrib-20170814/)]

2017-09-01 Thread Adam Porter
Kaushal Modi writes: > M-x list-load-path-shadows will also help. Pay attention to shadows on org > packages. Wow, I did not know about that command. I have a bit of cleaning-up to do. :)

Re: [O] How to use the list search?

2017-09-01 Thread Adam Porter
You're not doing anything wrong, it's just not a very good search engine.

Re: [O] Bug: markdown export errors on headers [9.0.9 (9.0.9-82-gb862c2-elpaplus @ /home/fommil/.emacs.d/elpa/org-plus-contrib-20170814/)]

2017-09-01 Thread Adam Porter
Wow, thanks, that is comprehensive. :)

Re: [O] [maint bug, org-clock.el] org-time-string-to-seconds

2017-09-01 Thread Adam Porter
Nicolas Goaziou writes: > Hello, > > Rasmus writes: > >> There’s bug in maint that made it into Org v9.0.10 via commit >> 7e241af591df15d2b7587648ed2342ae3a5d0e5b. In org-clock.el, the v9.1 >> signature of ‘org-time-string-to-seconds’ has made it into >>

Re: [O] links to id:

2017-09-01 Thread Adam Porter
I'm a bit confused by your description of the problem. Could you describe it again with explicit reproduction steps?

Re: [O] Bug: markdown export errors on headers [9.0.9 (9.0.9-82-gb862c2-elpaplus @ /home/fommil/.emacs.d/elpa/org-plus-contrib-20170814/)]

2017-09-01 Thread Kaushal Modi
On Fri, Sep 1, 2017, 10:49 PM Adam Porter wrote: > Kaushal Modi writes: > > > M-x list-load-path-shadows will also help. Pay attention to shadows on > org packages. > > Wow, I did not know about that command. I have a bit of cleaning-up to > do. :)

Re: [O] Change todo state when scheduled or a deadline is set

2017-09-01 Thread Adam Porter
Narendra Joshi writes: > I would like to change the state of a task to TODO when it is scheduled > or a deadline is set for the task. I couldn't find any hook that is > called after scheduling. How can I do this? Hi Narendra, You're right, looking at

Re: [O] Sort error [9.0.9 (9.0.9-88-g251f88-elpa @ /home/someone/.emacs.d/elpa/org-20170821/)]

2017-09-01 Thread Adam Porter
Curious, I see that the functions org-clocking-buffer and org-clock-is-active are identical. Should one of these be a deprecated alias?

Re: [O] [Patch] Hide the file column in a clock report.

2017-09-01 Thread Adam Porter
Michaël Cadilhac writes: > Hi there; > > Not sure it's for everyone, but I really don't need the file column in > my clock report, even though I use multiple files. Here's a patch > that allows this, if there's any interest. This looks very nice! One suggestion:

Re: [O] grab html pages and copy them into a org buffer.

2017-09-01 Thread Adam Porter
:) Also see org-protocol-capture-html, which makes it easy to capture parts of web pages as Org syntax, instead of entire pages.

Re: [O] Automatic mtime and ctime on all or select group of trees?

2017-09-01 Thread Adam Porter
As Eric mentioned, a heading can be created by simply typing, so making that detect whether a new heading is created is possible, but I guess it would require some ugly hacks. Maybe if you could hook into the font-lock code, but like I said...ugly hacks. :) However, it would be easy to add

Re: [O] visualization of org-todo-list

2017-09-01 Thread Adam Porter
Pdj writes: > Dear All, > > in Org-Agenda(t) aka org-todo-list, > > 1) is it possible to get rid of the top lines > "Global list of TODO items of type: ALL > Available with ‘N r’: (0)[ALL] (1)TODO (2)WAIT ..." ? Not at the moment, but you could write an advice function to

Re: [O] [PATCH] org-agenda: Add 'none setting for org-agenda-overriding-header

2017-09-01 Thread Adam Porter
Hi Nicolas, Nicolas Goaziou writes: > Adam Porter writes: > >> Here are the patches. Please let me know if any other changes are >> needed. > > Thank you! Comments follow. > >> +(defmacro org-agenda--insert-overriding-header ( default) > > There is

Re: [O] Date macro - Org Mode

2017-09-01 Thread Matt Price
Hi Jay, I'm sorry for the long delay in writing back -- I was travelling and let my email get away from me. I'm doing something kind of similar but not exactly the same. My problem is a little bit easier -- my dates aleays change by exactly a week, so what I have done is to retain the first date

[O] [maint bug, org-clock.el] org-time-string-to-seconds

2017-09-01 Thread Rasmus
Hi, There’s bug in maint that made it into Org v9.0.10 via commit 7e241af591df15d2b7587648ed2342ae3a5d0e5b. In org-clock.el, the v9.1 signature of ‘org-time-string-to-seconds’ has made it into ‘org-clock-sum’. Should I just remove the time zone, or should the signature of

[O] [maint bug, org-clock.el] org-time-string-to-seconds

2017-09-01 Thread Rasmus
Hi, There’s bug in maint that made it into Org v9.0.10 via commit 7e241af591df15d2b7587648ed2342ae3a5d0e5b. In org-clock.el, the v9.1 signature of ‘org-time-string-to-seconds’ has made it into ‘org-clock-sum’. Should I just remove the time zone, or should the signature of

Re: [O] Automatic mtime and ctime on all or select group of trees?

2017-09-01 Thread Eric S Fraga
On Thursday, 31 Aug 2017 at 10:20, Tim Visher wrote: > Thanks for the suggestion. It doesn't really meet my needs here in that I'm > really looking for org to behave more like a filesystem, not something that > I have to manually commit changes to. I understand but I think you may be expecting

Re: [O] LaTeX > PDF blocked by extender chars in filename

2017-09-01 Thread Rasmus
Hi Adonay, Adonay Felipe Nogueira writes: > Also, as a final note, the default grffile inclusion in the Org-to-LaTeX > (and to PDF also) doesn't include the necessary options to make LaTeX > accept spaces and accents in file names. That's OK for compatibility > reasons,