[O] [PATCH] Silence byte-compiler under "make single"

2017-05-25 Thread Kyle Meyer
Kyle Meyer writes: > With 'make single' on master, I get a compile error due to the > eval-when-compile's added in 53ee147f4 (Add support for new switches to > org-get-heading, 2017-01-17) and 6dc6eb3b0 (Fix failing test, > 2017-01-19). > > In toplevel form: > org.el:7914:51:Error: Symbol

Re: [O] Fix org.el compilation warnings

2017-05-25 Thread Kyle Meyer
Kaushal Modi writes: > On Thu, May 25, 2017, 7:59 PM Kyle Meyer wrote: > >> Kaushal Modi writes: >> >> > I was trying to fix the org.el compilation warnings. >> >> I don't see any compiler warnings when I run 'make compile' with either >> master (2960dc971) or maint (89bd7ad87) on Emacs 25.2. >

Re: [O] Citations with org-ref in apa style

2017-05-25 Thread John Kitchin
I guess you should change #+LATEX_HEADER: \usepackage[citestyle=authoryear-icomp,bibstyle=authoryear, hyperref=true,backref=false,maxcitenames=3,url=true, backend=biber,natbib=true] {biblatex} to #+LATEX_HEADER: \usepackage[american]{babel} #+LATEX_HEADER: \usepackage{csquotes}#+LATEX_HEADER:

Re: [O] Fix org.el compilation warnings

2017-05-25 Thread Kaushal Modi
On Thu, May 25, 2017, 7:59 PM Kyle Meyer wrote: > Kaushal Modi writes: > > > I was trying to fix the org.el compilation warnings. > > I don't see any compiler warnings when I run 'make compile' with either > master (2960dc971) or maint (89bd7ad87) on Emacs 25.2. > Those warnings were on master

Re: [O] Fix org.el compilation warnings

2017-05-25 Thread Kyle Meyer
Kaushal Modi writes: > I was trying to fix the org.el compilation warnings. I don't see any compiler warnings when I run 'make compile' with either master (2960dc971) or maint (89bd7ad87) on Emacs 25.2. -- Kyle

[O] Git repository error

2017-05-25 Thread Vicente Vera
Hi. For a while i've been getting this error upon running 'make up0' from my local Org repository: fatal: read error: Connection reset by peer

[O] Fix org.el compilation warnings

2017-05-25 Thread Kaushal Modi
Hello, I was trying to fix the org.el compilation warnings. I could fix just this one: >From 4e2de052dd05e66ed71ce070e4413859e2c13238 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Thu, 25 May 2017 18:24:34 -0400 Subject: [PATCH] org: Silence byte-compiler * lisp/org.el (org-agenda-include-

Re: [O] Citations with org-ref in apa style

2017-05-25 Thread Lars Bjørndal
On Thu, May 25, 2017 at 05:36:07PM +0100, Eric S Fraga wrote: > On Thursday, 25 May 2017 at 11:47, Lars Bjørndal wrote: > > Hi, list! > > > > I'm currently writing an exam in org-mode with org-ref, installed from > > elpa. I think the institution expects to get the referances in apa > > style. So I

[O] Cross references that output both section number and section name

2017-05-25 Thread Aaron Wenner
Hi all, Does anyone know if it’s possible to create cross-references to sections in org-mode that contain (or export as) both the section number and the link text? For example: * This is heading 1 ** This is heading 1.1 * New heading [[*This is heading 1.1]] # Outputs as 1.1

Re: [O] [RFC] The "c" Org macro

2017-05-25 Thread Kaushal Modi
On Thu, May 25, 2017 at 6:42 AM Nicolas Goaziou wrote: > > Pushed. Works great! Thanks for fixing the auto-filling issue too. -- Kaushal Modi

Re: [O] Citations with org-ref in apa style

2017-05-25 Thread Eric S Fraga
On Thursday, 25 May 2017 at 11:47, Lars Bjørndal wrote: > Hi, list! > > I'm currently writing an exam in org-mode with org-ref, installed from > elpa. I think the institution expects to get the referances in apa > style. So I wonder if I can do that, and how I can do it. Have you tried? What happ

Re: [O] popup buffer showing buffers headings?

2017-05-25 Thread Eric S Fraga
On Thursday, 25 May 2017 at 09:54, Sharon Kimble wrote: > Is it possible to have a buffer showing the headers of a file in a > buffer in a popup window to the left of the main window in org-mode > please? Try speedbar. -- : Eric S Fraga (0xFFFCF67D), Emacs 26.0.50, Org release_9.0.7-468-g2b44a1.

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

2017-05-25 Thread Kaushal Modi
I have attached an updated and rebased patch with most of your suggestions implemented. Comments below. On Thu, May 25, 2017 at 7:43 AM Kaushal Modi wrote: > On Thu, May 25, 2017, 6:15 AM Nicolas Goaziou > wrote: > >> Interactive functions do not have double-dashes in their names. However, >>

Re: [O] Documentation fix

2017-05-25 Thread Colin Baxter
Dear Nicolas, > "NG" == Nicolas Goaziou writes: NG> Hello, Colin Baxter writes: >> I've appended (inline) the warnings associated with the >> documentation output of 'make all', removing extraneous output. >> >> Begin org-version: 9.0.7 >> (release_9.

[O] Citations with org-ref in apa style

2017-05-25 Thread Lars Bjørndal
Hi, list! I'm currently writing an exam in org-mode with org-ref, installed from elpa. I think the institution expects to get the referances in apa style. So I wonder if I can do that, and how I can do it. In the .org file, I have a line like this, that I suppose I have to change: (all in one li

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

2017-05-25 Thread Kaushal Modi
On Thu, May 25, 2017, 6:15 AM Nicolas Goaziou wrote: > Interactive functions do not have double-dashes in their names. However, > I have concerns about this interactive status. Given than the function > is not properly documented in the manual, there is little chance it will > be actually used. A

Re: [O] popup buffer showing buffers headings?

2017-05-25 Thread Kaushal Modi
On Thu, May 25, 2017, 5:55 AM Sharon Kimble wrote: > > Is it possible to have a buffer showing the headers of a file in a > buffer in a popup window to the left of the main window in org-mode > please? > Yes, there is a package that does that. Check out imenu-list. We already have 'neotree' but

Re: [O] popup buffer showing buffers headings?

2017-05-25 Thread Nicolas Goaziou
Hello, Sharon Kimble writes: > Is it possible to have a buffer showing the headers of a file in a > buffer in a popup window to the left of the main window in org-mode > please? Maybe `org-goto' (C-c C-j) is what is you are looking for. Regards, -- Nicolas Goaziou

Re: [O] [RFC] The "c" Org macro

2017-05-25 Thread Nicolas Goaziou
Nicolas Goaziou writes: > Here is the last update, with tests and an ORG-NEWS entry. Noteworthy > change: the "c" macro is now the "n" macro. > > If there are no objection nor additional suggestions, I will push it to > master in a couple of days. Pushed.

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

2017-05-25 Thread Nicolas Goaziou
Correcting myself, Nicolas Goaziou writes: > (cond >(cache) >(is-url > (with-current-buffer (url-retrieve-synchronously file) > (goto-char (point-min)) > (if (re-search-forward "HTTP.*\\s-+200\\s-OK" nil t) > ;; URL retrieved correc

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

2017-05-25 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > I have attached a patch following your recommendation. Please review > it. Thank you. Comments follow. >> `org--setupfile-clear-cache' or `org-setupfile--clear-cache' depending >> on the location of the function. > > This is an interactive, a user-facing function;

[O] popup buffer showing buffers headings?

2017-05-25 Thread Sharon Kimble
Is it possible to have a buffer showing the headers of a file in a buffer in a popup window to the left of the main window in org-mode please? We already have 'neotree' but that just shows the files in a directory. What I'm looking for is something like 'Imenu' but in a popup buffer, which is act

Re: [O] org-publish-attachment doesn't follow symbolic links anymore

2017-05-25 Thread Nicolas Goaziou
Hello, Julien Cubizolles writes: > I'm using symbolic links in a directory managed by > org-publish-attachment. As of a few weeks ago, org-publish-attachment > doesn't upload the files linked to to the ftp server like it used > to. There is no error message, only: > > Copying filename.pdf to /ft

Re: [O] clock-table property column empty

2017-05-25 Thread Nicolas Goaziou
Hello, Nikolay Kudryavtsev writes: > Ok, this was due to me not running make in the repo first. > > Still I have another problem - I get two extra columns in the > clocktable. See the attached test.org file. This is expected since you specify ":maxlevel 4". Regards, -- Nicolas Goaziou