Re: [O] bug#24073: 25.1-rc2

2016-09-02 Thread Paul Rankin
Eli Zaretskii on Wed, 31 Aug 2016 17:25 +0300: > > From: Paul Rankin > > Date: Wed, 31 Aug 2016 12:56:13 +1000 > > Cc: 24...@debbugs.gnu.org > > > > >> The fix seems trivial to me so I'm wondering if there is anything > > >> holding it > > >> up from being

[O] Something happened in git server

2016-09-02 Thread Takaaki Ishikawa
Hi all, I've received an error message like `fatal: read error: Connection reset by peer` from the git server of orgmode when I ran fetch and also pull command. Does anybody have the same problem now? Best, Takaaki signature.asc Description: Message signed with OpenPGP using GPGMail

[O] Feedback on changes to org-id

2016-09-02 Thread Aaron Ecay
Hello all, It’s an occasional project of mine to try to improve and refactor aspects of org’s code. I’ve been going through org-id recently. The following issues came up that I would appreciate feedback on: 1. org-id is not loaded by default; it is supposed to be selected by the user (see

Re: [O] Accessing the communication channel from a link exporter

2016-09-02 Thread John Kitchin
then the preprocessing hook sounds better. You can just replace the links with generated html, and then export the buffer. For example, here is a function that goes through an org file and replaces links that are file times with image or urls, and copies the file contents to a media-directory.

Re: [O] There is no line to end here at LaTeX org-ref export

2016-09-02 Thread Nick Dokos
Eric S Fraga writes: > Can you post an actual org test file as an attachment? And also the > resulting LaTeX file on export? My thoughts exactly. The version that I posted works fine here, so there must be something else going on. -- Nick

Re: [O] Accessing the communication channel from a link exporter

2016-09-02 Thread Arun Isaac
> I think this is the kind of thing you can use a filter for But, it gets more complicated than that. I have XMP metadata (license, caption, etc.) stored in the image files as well. And, in order to export that, I need the path to the source image file. So, my image link exporter needs the

Re: [O] org-entities.el bug in "Delta"

2016-09-02 Thread Aaron Ecay
Hi Nicolas, 2016ko irailak 1an, Nicolas Goaziou-ek idatzi zuen: > > Hello, > > Aaron Ecay writes: > >> This is fixed in commit ab5e100 on the maint branch. Thanks for the >> report. > > Thank you for taking care of that. > > After every commit, maint needs to be merged

Re: [O] There is no line to end here at LaTeX org-ref export

2016-09-02 Thread Eric S Fraga
Can you post an actual org test file as an attachment? And also the resulting LaTeX file on export? -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.94.1, Org release_8.3.5-1070-g190476

Re: [O] There is no line to end here at LaTeX org-ref export

2016-09-02 Thread Florian Lindner
Am 01.09.2016 um 08:02 schrieb Nick Dokos: > Try this: > > --8<---cut here---start->8--- > An example without org-ref that produces this error: > > #+NAME: fig:org_fig > #+BEGIN_SRC python :exports results :results file > import matplotlib.pyplot as plt,

Re: [O] Accessing the communication channel from a link exporter

2016-09-02 Thread John Kitchin
I think this is the kind of thing you can use a filter for, or a function in the org-export-before-processing-hook to change the paths prior to export. Arun Isaac writes: >> Out of curiosity, what kind of link are you using, that is dependant >> about context ? > > Actually, I don't need the

Re: [O] org-link-set-parameters missing in ELPA version

2016-09-02 Thread Heikki Lehvaslaiho
I've been experiencing similar problems with increasing annoyance level for over a month. Thanks to these comments I think I got to the bottom of it! The MELPA package org-mac-link (latest is org-mac-link-20160808.220) has clearly continued being updated with new code that include calls to