[O] Problems with opening a link

2017-03-31 Thread Carsten Dominik
Hi everyone, I have problems opening a link in org. The link looks like this: https://ui.adsabs.harvard.edu/#search/q=author%3A%22Dominik%2CC%22/metrics I have copied it like this from the address bar in a browser. If I click on it in Org-mode, the link is modified to https://ui.adsabs.harvar

Re: [O] Problems with opening a link

2017-03-31 Thread Peter Davis
It also appears that %3A gets turned into : On Fri, Mar 31, 2017, at 05:39 AM, Carsten Dominik wrote: > Hi everyone, > > I have problems opening a link in org. > > The link looks like this: > > https://ui.adsabs.harvard.edu/#search/q=author%3A%22Dominik%2CC%22/metrics > > I have co

Re: [O] Problems with opening a link

2017-03-31 Thread Scott Randby
On 03/31/2017 05:39 AM, Carsten Dominik wrote: > Hi everyone, > > I have problems opening a link in org. > > The link looks like this: > > https://ui.adsabs.harvard.edu/#search/q=author%3A%22Dominik%2CC%22/metrics > > I have copied it like this from the address bar in a browser. > > If I click

Re: [O] Problems with opening a link

2017-03-31 Thread Carsten Dominik
Hi Scott, which system are you on? I am using a Mac, and the "open" command in the mac as browse-url-generic-program Carsten On Fri, Mar 31, 2017 at 2:22 PM, Scott Randby wrote: > On 03/31/2017 05:39 AM, Carsten Dominik wrote: > > Hi everyone, > > > > I have problems opening a link in org. >

Re: [O] Problems with opening a link

2017-03-31 Thread Tim O'Callaghan
Hi, I've had a similar issue, but with redmine links. if i have #+LINK: rm http://redmine/issues/%s * link [[rm:3287]] does not work properly any more (with firefox under KDE) best regards, Tim. On 31 March 2017 at 14:52, Carsten Dominik wrote: > Hi Scott, > > which system are you on? > > I a

Re: [O] How can footnotes be exported at the end of an artile in latex?

2017-03-31 Thread mgcyung
Eric S Fraga writes: > On Wednesday, 29 Mar 2017 at 15:16, Nick Dokos wrote: >> mgcyung writes: > > [...] > >> They are then called "endnotes". You might want to google for that. >> And it might be as simple as >> >> #+LATEX_HEADER: \usepackage{endnotes} > > You'll need to add > > #+latex_header

Re: [O] Problems with opening a link

2017-03-31 Thread Scott Randby
On 03/31/2017 08:52 AM, Carsten Dominik wrote: > Hi Scott, > > which system are you on? > > I am using a Mac, and the "open" command in the mac as > browse-url-generic-program I'm using Xubuntu 16.04. I believe the function being used is browse-url-browser-function which I have set to browse-url-f

Re: [O] Problems with opening a link

2017-03-31 Thread Matt Lundin
"Tim O'Callaghan" writes: > I've had a similar issue, but with redmine links. > if i have > > #+LINK: rm http://redmine/issues/%s > > * link [[rm:3287]] does not work properly any more (with firefox under > KDE) The link above is missing ".org". It should look like this: #+LINK: rm http://redmi

Re: [O] Problems with opening a link

2017-03-31 Thread Matt Lundin
Hi Carsten, Carsten Dominik writes: > Hi everyone, > > I have problems opening a link in org. > > The link looks like this: > > https://ui.adsabs.harvard.edu/#search/q=author%3A%22Dominik%2CC%22/metrics > > I have copied it like this from the address bar in a browser. > > If I click on it in Org

[O] Help needed tangling with orgmode v9

2017-03-31 Thread Guido Van Hoecke
Hi, I used to generate my .emacs (named emacs-guivho.el) from emacs-guivho.org and I just realised that this no longer works since I switched from orgmode v8 to v9 some 10 days ago. These are the header lines I had in the org file: #+TITLE:Emacs config file guivho +AUTHOR:Guido Van Hoecke

Re: [O] Help needed tangling with orgmode v9

2017-03-31 Thread Bruce V Chiarelli
Guido Van Hoecke writes: > Hi, > Hi there, > So I changed the #+PROPERTY lines into: > > #+PROPERTY: header-args :tangle emacs-guivho.el > #+PROPERTY: header-args :padline yes > #+PROPERTY: header-args :eval never > #+PROPERTY: header-args :eval no > #+PROPERTY: header-args :exports

Re: [O] Help needed tangling with orgmode v9

2017-03-31 Thread Guido Van Hoecke
On 31 March 2017 at 20:58, Bruce V Chiarelli wrote: > > Just had the same problem myself not too long ago. It should be > > #+PROPERTY: header-args :tangle emacs-guivho.el > #+PROPERTY: header-args+ :padline yes > #+PROPERTY: header-args+ :eval never > #+PROPERTY: header-args+ :eval no >

[O] clocking and type-break

2017-03-31 Thread Samuel Wales
what is a good org clocking function to reliably make clocking stop when type-break is activated and start when it is deactivated? like: jump to clocked task if clock is running, clock out, go back to where you were, then jump to previously clocked task, clock in. except robust and using the corr