Re: [O] Bug: org-add-note gives error [N/A (N/A @ /home/oub/emacs/site-lisp/packages/org/)]

2018-12-06 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> When finishing a note and running C-c C-c I obtain an error which I >> attach >> , >> | >> | Debugger entered--Lisp error: (error "Invalid version syntax: ‘N/A’ (must start with a number)") >

Re: [O] Bug: ‘(org-resolve-clocks)’ picks the wrong target for placing a new clock-drawer when ‘org-clock-out-remove-zero-time-clocks’ is set to t [9.1.14 (9.1.14-9-g131531-elpa @ ~/.emacs.d/elpa/or

2018-12-06 Thread Leo Vivier
Hello, Thank you for your quick patch. Since I wasn’t able to solve it on my own, I’ll take a look at your solution to understand what you did. Have a great day. Best, Nicolas Goaziou writes: Hello, Leo Vivier writes: Hello, There seems to be a bad interaction between ‘(org-resolve-c

Re: [O] Bug: org export table.el [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2018-12-06 Thread Nicolas Goaziou
Hello, "Ulrich G. Wortmann" writes: > no. I did not. How do checkout the "next" branch? You need to install Org from git, as described in the manual. Then, before calling "make", just use "git checkout next". Regards, -- Nicolas Goaziou

Re: [O] Regression - Position of point after capture

2018-12-06 Thread Nicolas Goaziou
Hello, Bernt Hansen writes: > There is a regression in the master branch. > > In master if you use > M-x org-capture > t > and save your task with C-c C-c > then go to the task with C-u C-u M-x org-capture > you end up after the captured task instead of on the headline of the > newly captured ta

[O] Noweb blocks duplicate during Org export if part of #+include

2018-12-06 Thread Kaushal Modi
Hello, Here is a MWE: 1. With point on the "** Foo" section, running C-c C-e C-s h o, will result in noweb-duplicate-bug.html with the <> block expanded only once, as expected. 2. But with point on the "* Foo Included" section, running the same C-c C-e C-s h o, will result in foo_included.html w

Re: [O] Bug: Special property ITEM without stars [9.1.14]

2018-12-06 Thread Nicolas Goaziou
Hello, Allen Li writes: > On Tue, Dec 4, 2018 at 2:14 AM Allen Li wrote: >> >> Or did you mean ITEM omits the stars? That doesn't appear to be the >> case as of 04641c4bbefc5f90e05fe4e846f4aeab15f1c262 on master >> yesterday. > > So org-entry-properties does indeed return ITEM without the lead

[O] org-ref format in html (odt)

2018-12-06 Thread Uwe Brauer
Hi I am using the following function (I think provided generously by John Kitchin) org-ref-get-bibtex-entry-html (key) (defun org-ref-get-bibtex-entry-html (key) "Return an html string for the bibliography entry corresponding to KEY." (let ((output)) (setq output (org-ref-get-bibtex-en

Re: [O] Regression - Position of point after capture

2018-12-06 Thread Bernt Hansen
Nicolas Goaziou writes: > Hello, > > Bernt Hansen writes: > >> There is a regression in the master branch. >> >> In master if you use >> M-x org-capture >> t >> and save your task with C-c C-c >> then go to the task with C-u C-u M-x org-capture >> you end up after the captured task instead of on

Re: [O] Possible bug in org-mode (MELPA version as of 1018-11-25) : #+language: is not (fully) honored.

2018-12-06 Thread Nicolas Goaziou
Hello, emanuel.charpent...@gmail.com writes: > Please find enclosed a proposed patch (against master) to document the > need for babel/polyglossia in order to honor #+language in LaTeX > export. I applied your patch with slight modifications. Thank you. > This is purely a documentation patch.

[O] Tables in HTML export

2018-12-06 Thread Vikas Rawal
How does org identify which table rows should be exported with header tags? It seems rows above a horizontal line are automatically converted using tags. Is there a way of controlling this? My specific use case is that I have a multi-row table header created in an R code block. I do not have a wa

Re: [O] Bug: Special property ITEM without stars [9.1.14]

2018-12-06 Thread Allen Li
On Thu, Dec 6, 2018 at 6:35 AM Nicolas Goaziou wrote: > We could ignore the level when displaying ITEM in agenda column view. As > a consequence, every item would start with a single star, which is > shorter and still not confusing. Sounds good to me. > > WDYT? > > Regards, > > -- > Nicolas Goaz

[O] Feature request: :colnames and :hlines in ob-R.el

2018-12-06 Thread Vikas Rawal
At the moment, ob-R.el does not support :colnames to have a list of column names as an argument. This seems to have been raised on the list many years ago [1], but it does not look like it was implemented. Is there a possibility that this could be implemented? Also, is it possible to allow :hlines