[O] Bug: begin_src org :results replace does not work

2017-05-28 Thread Vikas Rawal
Why does the replace keyword not work? It prepends the results. I have tried both ":results value replace" and ":results output replace". I am on org-version 9.0.7 Vikas #+NAME: one #+BEGIN_SRC org :results value replace export both ,#+NAME: table-yield ,#+CAPTION: Simple table created using

[O] worg doc page, org-src-mode-hook, textual error

2017-05-28 Thread Matt Lye
Regarding the entry for `org-src-mode-hook` on the Worg doc page (http://orgmode.org/worg/doc.html). The current documentation says that this hook is run after entering or leaving `org-src-mode`. As of "Org mode version 9.0.7 (9.0.7-elpa)," it appears that the hook is only run when the major m

Re: [O] Git repository error

2017-05-28 Thread Colin Baxter
> "claude" == claude fuhrer writes: claude> Hi ! This morning (Sunday May 28 08:00 European time) I claude> could sync my local copy with the repository again. I don't claude> know who solve it and how, but thank you very much for the claude> job ! Many thanks from me too -

Re: [O] Allow #+SETUPFILE to point to an URL for the org file

2017-05-28 Thread Kaushal Modi
On Sun, May 28, 2017, 3:36 AM Nicolas Goaziou wrote: > Hello, > > Kaushal Modi writes: > > > I have attached a patch, rebased to master and with all suggestions > > implemented. > > Thank you. > > > There are some additional changes in the patch this time: > > - Prevent org-edit-special from att

Re: [O] Error exporting org-ref.org to LaTeX (was: Re: Warnings while installing org-ref)

2017-05-28 Thread Lars Bjørndal
Thank you. You wrote: > You might have to require org-id and a few other org-ref libs for wos, > Scopus and arxiv links. See the notes near the end of that document. I > am traveling sans emacs right now so I don't have the exact place to > look, but it is in a section on alternate builds I think.

[O] [ANN] org-toggl

2017-05-28 Thread Marcin Borkowski
Hi there, while I do not usually like commercial, cloud-based services, sometimes I am forced to use them. At my workplace we use Toggl to track time. Needless to say, I prefer to use Org-mode. Therefore I wrote a very simple interface which enables me to use Org-mode and synchronize the clockin

Re: [O] Git repository error

2017-05-28 Thread claude fuhrer
Hi ! This morning (Sunday May 28 08:00 European time) I could sync my local copy with the repository again. I don't know who solve it and how, but thank you very much for the job ! Supplentary question : does org-mode allow to have time and date formatted according to the ISO-8601 norm ? h

Re: [O] Bug: link formating problem [9.0.5 (9.0.5-elpaplus @ /Users/mistkafka/.emacs.d/elpa/org-plus-contrib-20170210/)]

2017-05-28 Thread Nicolas Goaziou
Hello, Chunyang Xu writes: > Subject: [PATCH] Exclude '[' and ']' in `org-plain-link-re' > > * lisp/org.el (org-make-link-regexps): Do it. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Allow #+SETUPFILE to point to an URL for the org file

2017-05-28 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > I have attached a patch, rebased to master and with all suggestions > implemented. Thank you. > There are some additional changes in the patch this time: > - Prevent org-edit-special from attempting to open the "file" for editing > if the value is a URL. This is