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

2017-05-26 Thread Nicolas Goaziou
Hello, Aaron Wenner writes: > 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 > [[*T

Re: [O] Git repository error

2017-05-26 Thread claude fuhrer
Hello everybody On 26/05/17 01:10, Vicente Vera wrote: 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 I have the same error for every pull, fetch or clone operation. I don't think that it is a prob

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

2017-05-26 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > I have attached an updated and rebased patch with most of your suggestions > implemented. Thank you. >> Here is my use case for org-file-clear-cache: >> >> Let's say I have a file where I have a SETUPFILE retrieved from a URL. Now >> the upstream version changes b

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

2017-05-26 Thread Chunyang Xu
Kaushal Modi writes: > On Wed, May 24, 2017 at 9:50 AM Chunyang Xu wrote: > >> >> Nicolas Goaziou writes: >> >> > Hello, >> > >> > 林镇国 writes: >> > >> >> When I insert a link to my note, such as“这是一个[[link][链接]]啦~”, >> >> the text after the link, "啦~", will be formatting as link style. >> > >>

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

2017-05-26 Thread Chunyang Xu
I changed `org-plain-link-re' to make it not longer think "[" and "]" are valid characters in a URL, which solves the problem. diff -u --label /Users/xcy/.emacs.d/elpa-25.2.1/org-plus-contrib-20170515/org.el --label \#\ /Users/xcy/.emacs.d/elpa-25.2.1/org-plus-contrib-20170515/org.el /var/fol

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

2017-05-26 Thread Julien Cubizolles
Nicolas Goaziou writes: > 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, o

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

2017-05-26 Thread Nicolas Goaziou
Hello, Chunyang Xu writes: > I changed `org-plain-link-re' to make it not longer think "[" and "]" > are valid characters in a URL, which solves the problem. Thank you. I solved the problem differently, but your suggestion still makes sense. Would you mind making it a proper patch, using "git

Re: [O] Git repository error

2017-05-26 Thread Gregor Zattler
Hi org-mode developers, * claude fuhrer [2017-05-26; 09:39]: > On 26/05/17 01:10, Vicente Vera wrote: >> 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 > I have the same error for every pull, f

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

2017-05-26 Thread Lars Bjørndal
On Thu, May 25, 2017 at 08:36:28PM -0400, John Kitchin wrote: > 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: \usepa

Re: [O] Git repository error

2017-05-26 Thread Charles Millar
HI, On 05/26/17 06:35, Gregor Zattler wrote: Hi org-mode developers, * claude fuhrer [2017-05-26; 09:39]: On 26/05/17 01:10, Vicente Vera wrote: 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 S

[O] :placement documentation imprecise

2017-05-26 Thread edgar
Hello, I have this in the documentation (M-x org-info) #+BEGIN_QUOTE `:float' `:placement' The table environments by default are not floats in LaTeX. To make them floating objects use `:float' with one of the following options: `sideways', `multicolumn', `t', and `nil'. Note tha

[O] Warnings while installing org-ref

2017-05-26 Thread Lars Bjørndal
I installed org-ref from Elpa, and I got some warnings. Emacs version: GNU Emacs 25.2.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.20.10) of 2017-05-02 I'm not sure how critical these error messages are. Fri May 26 14:59:37 2017 Entering directory `/home/tstl/.emacs.d/elpa/key-chord-20160227.438/'

[O] A possibly useful thing

2017-05-26 Thread Tom Hinton
Hi, I made a thing, visible here: https://github.com/larkery/emacs/blob/master/site-lisp/org-numbers-overlay.el Which adds overlays to headings in org-mode to display section numbering in the buffer, and keeps it up to date as you edit. This helps me when relating exported PDF output (or peo

Re: [O] Warnings while installing org-ref

2017-05-26 Thread John Kitchin
I don't think any of those are critical. Lars Bjørndal writes: > I installed org-ref from Elpa, and I got some warnings. Emacs version: > > GNU Emacs 25.2.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.20.10) of 2017-05-02 > > I'm not sure how critical these error messages are. > > Fri May 26 14:59:3

Re: [O] Git repository error

2017-05-26 Thread Marcin Borkowski
On 2017-05-26, at 14:08, Charles Millar wrote: > HI, > >>> On 26/05/17 01:10, Vicente Vera wrote: fatal: read error: Connection reset by peer >>> > Same here - since yesterday morning. Me too. -- Marcin Borkowski

Re: [O] clock-table property column empty

2017-05-26 Thread Nikolay Kudryavtsev
Is there any way to get the old behavior back? I think it made more sense. Also, I got to the reason why I was getting those cryptic prompts. It's actually a bug in icicles package, that for some reason misfires functionality meant for integrating the anything package, which I don't even use.

Re: [O] Fix org.el compilation warnings

2017-05-26 Thread Kaushal Modi
Below update is after I updated to the latest org master: On Thu, May 25, 2017 at 10:53 PM Kyle Meyer wrote: > Ah, right ... 'make compile' uses a single Emacs instance, while 'make > single' uses a separate Emacs instance for each file. > I wasn't even doing that. I was doing M-x byte-compile-

Re: [O] Warnings while installing org-ref

2017-05-26 Thread John Kitchin
I pushed a bunch of commits today to clean up a lot of these. There are still a few that I don't know how to get rid of, but it should be a lot cleaner now. Lars Bjørndal writes: > I installed org-ref from Elpa, and I got some warnings. Emacs version: > > GNU Emacs 25.2.1 (x86_64-redhat-linux-gnu

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

2017-05-26 Thread Kaushal Modi
Thanks for another round of review. I have attached a patch, rebased to master and with all suggestions implemented. 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. - Silence byte-compiler f

Re: [O] Fix org.el compilation warnings

2017-05-26 Thread Kyle Meyer
Kaushal Modi writes: >> Ah, right ... 'make compile' uses a single Emacs instance, while 'make >> single' uses a separate Emacs instance for each file. > > I wasn't even doing that. I was doing M-x byte-compile-file and selecting > org.el. Sure, I was just noting why I didn't see the org-agenda-

Re: [O] Fix org.el compilation warnings

2017-05-26 Thread Kaushal Modi
On Fri, May 26, 2017, 4:45 PM Kyle Meyer wrote: > > When I run byte-compile-file on org.el (no Org loaded, with master's Org > first on the load-path), I don't see any of the above warnings aside > from the one for org-agenda-include-inactive-timestamps, which is fixed > by the patch. And becaus

[O] syncing with Emacs (was: Fix org.el compilation warnings)

2017-05-26 Thread Kyle Meyer
Kaushal Modi writes: > (About that, I'd like to help syncing the org on emacs master with org > 9.0.7 if I can.) Rasmus was working on it the last time it came up. I'm not sure what the status of that is. Each Org release, I've been updating the emacs-sync branch. This branch is a superset of

Re: [O] :placement documentation imprecise

2017-05-26 Thread Nicolas Goaziou
Hello, ed...@openmail.cc writes: > But, if I use sideways alone (not sidewaystable), the table is not > rotated. I cannot reproduce it. With the following document #+attr_latex: :float sideways | a | b | the table is rotated, according to the following code: \begin{sidewaystable}[htbp]

Re: [O] Git repository error

2017-05-26 Thread Luke
On 26/05/17 15:39, claude fuhrer wrote: Hello everybody On 26/05/17 01:10, Vicente Vera wrote: 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 I have the same error for every pull, fetch or clone op