[O] [PATCH] org-protocol: Allow optional port specification

2015-12-02 Thread Sacha Chua
I was trying to get org-protocol to work on KDE Plasma 5.4.2. I set up my ~/.kde/share/kde4/services/org.protocol, but the standard org-protocol sample syntax: org-protocol://store-link://URL/TITLE resulted in the error: Malformed URL Port field was empty; source was "..."; scheme =

Re: [O] Fwd: Citation processing via Zotero + zotxt

2015-12-02 Thread Richard Lawrence
Hi Matt and all, Matt Lundin writes: > One question (based on complete ignorance of either zotero or zotxt) is > whether those of us who maintain bibtex databases solely in emacs would > have to interact with the zotero GUI. My goal would be that you wouldn't need to

Re: [O] Citation processing via Zotero + zotxt

2015-12-02 Thread Richard Lawrence
Hi Rasmus and all, Rasmus writes: > Also, last I checked Zotero also existed as a standalone manager. If this > also works re your points below, using Zotero is a non-issue. There > exists a plugin to keep a bibtex file up to date. I don’t know if it’s > two way, though. I

[O] [bug] inline task contents not indented with org-indent-mode

2015-12-02 Thread Eric S Fraga
Dear all, with a recent org, the contents of an inline task are not indented when using org-indent-mode. By contents, I mean the text between the two special headlines: #+begin_src org ,* a heading This is a test ,*** TODO something to do and this line is not indendent.

Re: [O] missing frame title using org beamer export

2015-12-02 Thread Jinli Feng
On Wed, Dec 2, 2015 at 8:19 AM, Eric S Fraga wrote: > On Wednesday, 2 Dec 2015 at 06:42, mypostgtd wrote: > > - issue: org mode beamer export ignored all frame titles > > > > I've tried searching online for couple of hours, but couldn't find a > solution. > > Can someone

[O] Bug: org-publish-find-title called before cache initialization signals "no cache present" [8.3.1 (release_8.3.1-505-g6b2c38 @ /home/arunisaac/.emacs.d/org-mode/lisp/)]

2015-12-02 Thread Arun Isaac
If org-publish-find-title is called before org-publish-cache is initialized (by some routine calling org-publish-initialize-cache), a "no cache present" error is signalled. This happens because org-publish-find-title does not pass a PROJECT-NAME argument to org-publish-cache-get-file-property.

Re: [O] missing frame title using org beamer export

2015-12-02 Thread John Hendy
On Wed, Dec 2, 2015 at 9:46 AM, Jinli Feng wrote: > > > On Wed, Dec 2, 2015 at 8:19 AM, Eric S Fraga wrote: >> >> On Wednesday, 2 Dec 2015 at 06:42, mypostgtd wrote: >> > - issue: org mode beamer export ignored all frame titles >> > >> > I've tried

Re: [O] missing frame title using org beamer export

2015-12-02 Thread Eric S Fraga
On Wednesday, 2 Dec 2015 at 10:46, Jinli Feng wrote: [...] > Thanks for the rely. I used "C-c C-e l p" to export the file. For some You want to do "C-c C-e l P" for beamer export. Otherwise, you get LaTeX export. Your output may look like beamer in that it has used the LaTeX beamer class

Re: [O] [bug] inline task contents not indented with org-indent-mode

2015-12-02 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > with a recent org, the contents of an inline task are not indented when > using org-indent-mode. By contents, I mean the text between the two > special headlines: > > #+begin_src org > ,* a heading > This is a test > ,*** TODO

Re: [O] [bug] inline task contents not indented with org-indent-mode

2015-12-02 Thread Eric S Fraga
On Wednesday, 2 Dec 2015 at 18:39, Nicolas Goaziou wrote: [...] > IIRC, this is a feature, as it is consistent with real indentation. Ah, okay. I thought I remembered the indentation following the headline but that could just be my old age... I can live with it the way it is. Thanks, eric

Re: [O] missing frame title using org beamer export

2015-12-02 Thread Jinli Feng
On Wed, Dec 2, 2015 at 11:21 AM, John Hendy wrote: > On Wed, Dec 2, 2015 at 9:46 AM, Jinli Feng wrote: > > > > > > On Wed, Dec 2, 2015 at 8:19 AM, Eric S Fraga wrote: > >> > >> On Wednesday, 2 Dec 2015 at 06:42, mypostgtd wrote: > >> >

Re: [O] missing frame title using org beamer export

2015-12-02 Thread Jinli Feng
On Wed, Dec 2, 2015 at 1:03 PM, Eric S Fraga wrote: > On Wednesday, 2 Dec 2015 at 10:46, Jinli Feng wrote: > > [...] > > > Thanks for the rely. I used "C-c C-e l p" to export the file. For some > > You want to do "C-c C-e l P" for beamer export. Otherwise, you get > LaTeX

Re: [O] [PATCH] org-protocol: Allow optional port specification

2015-12-02 Thread Rasmus
Hi Sacha, Thanks for your patch. Sacha Chua writes: > I was trying to get org-protocol to work on KDE Plasma 5.4.2. I set up > my ~/.kde/share/kde4/services/org.protocol, but the standard > org-protocol sample syntax: > >org-protocol://store-link://URL/TITLE > >

Re: [O] Jumping between source blocks in a file

2015-12-02 Thread Andreas Leha
Hi Andrew, Martin Yrjölä writes: > Hi Andrew! > > Andrew Kirkpatrick writes: > >> If this is deemed useful, I'm happy to make changes suitable for >> inclusion in the project. > > Thanks for sharing! I would certainly want these functions included in > org-mode by

Re: [O] problem with org-capture

2015-12-02 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > However, it only partially fixed. The system does now prompt as it > should but the mini-buffer input only allows single words. Hitting > space bar attempts to do completion. I believe the input should be free > form? Fixed (again). Thank

Re: [O] problem with org-capture

2015-12-02 Thread Charles Millar
Hi, On 12/02/2015 04:24 PM, Nicolas Goaziou wrote: Hello, Eric S Fraga writes: However, it only partially fixed. The system does now prompt as it should but the mini-buffer input only allows single words. Hitting space bar attempts to do completion. I believe the input

Re: [O] Citation processing via Zotero + zotxt

2015-12-02 Thread Matt Lundin
Richard Lawrence writes: > Eric S Fraga writes: > >> 2. How would I use this starting from an org-bibtex database (which I >>typically export to bibtex)? > > I can envision a couple of possibilities. One simple option would be to > switch

Re: [O] missing frame title using org beamer export

2015-12-02 Thread John Hendy
On Wed, Dec 2, 2015 at 12:17 PM, Jinli Feng wrote: > > > On Wed, Dec 2, 2015 at 11:21 AM, John Hendy wrote: >> >> On Wed, Dec 2, 2015 at 9:46 AM, Jinli Feng wrote: >> > >> > >> > On Wed, Dec 2, 2015 at 8:19 AM, Eric S Fraga

Re: [O] Citation processing via Zotero + zotxt

2015-12-02 Thread Richard Lawrence
Hi Matt and all, Matt Lundin writes: > Given these complexities, it seems that if we went the zotero route we > could end up with a fairly large installation chain (firefox, zotero, > zotxt, plugin for zotero). And this would require installing items from > multiple,

Re: [O] a post-processing export hook?

2015-12-02 Thread Rasmus
John Kitchin writes: > Hi all, > > I tried using org-export-before-parsing-hook to modify an org-file prior > to export to replace some regular expressions with html. > > I ran into the following issue. For short substitutions, > @@html:replacement@@ worked fine. If the

Re: [O] a post-processing export hook?

2015-12-02 Thread John Kitchin
Rasmus writes: > John Kitchin writes: > >> Hi all, >> >> I tried using org-export-before-parsing-hook to modify an org-file prior >> to export to replace some regular expressions with html. >> >> I ran into the following issue. For short substitutions, >>

Re: [O] Jumping between source blocks in a file

2015-12-02 Thread Rainer M Krug
Rainer M Krug writes: > Andreas Leha writes: > >> Hi Andrew, >> >> Martin Yrjölä writes: >>> Hi Andrew! >>> >>> Andrew Kirkpatrick writes: >>> If this is deemed useful, I'm happy to make changes suitable for

Re: [O] Jumping between source blocks in a file

2015-12-02 Thread Rainer M Krug
Andreas Leha writes: > Rainer M Krug writes: >> Rainer M Krug writes: >> >>> Andreas Leha writes: >>> Hi Andrew, Martin Yrjölä writes: > Hi

Re: [O] Jumping between source blocks in a file

2015-12-02 Thread Rainer M Krug
Andreas Leha writes: > Hi Andrew, > > Martin Yrjölä writes: >> Hi Andrew! >> >> Andrew Kirkpatrick writes: >> >>> If this is deemed useful, I'm happy to make changes suitable for >>> inclusion in the project. >> >> Thanks for sharing!

Re: [O] Jumping between source blocks in a file

2015-12-02 Thread Andreas Leha
Rainer M Krug writes: > Rainer M Krug writes: > >> Andreas Leha writes: >> >>> Hi Andrew, >>> >>> Martin Yrjölä writes: Hi Andrew! Andrew Kirkpatrick writes: > If this is

Re: [O] a post-processing export hook?

2015-12-02 Thread Rasmus
John Kitchin writes: > Rasmus writes: > >> John Kitchin writes: >> >>> Hi all, >>> >>> I tried using org-export-before-parsing-hook to modify an org-file prior >>> to export to replace some regular expressions with html. >>> >>> I ran into the

Re: [O] problem with org-capture

2015-12-02 Thread Eric S Fraga
On Tuesday, 1 Dec 2015 at 23:22, Nicolas Goaziou wrote: > Hello, > > Eric S Fraga writes: > >> at the risk of again raising an issue that is actually my fault :-(, I >> am having a problem with org-capture. I have been using the same >> templates for yonks but, all of a

Re: [O] missing frame title using org beamer export

2015-12-02 Thread Eric S Fraga
On Wednesday, 2 Dec 2015 at 06:42, mypostgtd wrote: > - issue: org mode beamer export ignored all frame titles > > I've tried searching online for couple of hours, but couldn't find a > solution. > Can someone please advise? How did you actually export the file to beamer? Your LaTeX file

[O] Problems with org-drill

2015-12-02 Thread Sven Bretfeld
Hi I don't know how many of you guys use org-drill as vocabulary learning software. I have started some weeks ago to learn Norwegian. The concept and flexibility of the extension (contrib) are great. But there is a problem (bug?). During drill-sessions empty cards continue to show up. About

Re: [O] Problems with org-drill

2015-12-02 Thread Marco Wahl
Sven Bretfeld writes: > I don't know how many of you guys use org-drill as vocabulary learning > software. I have started some weeks ago to learn Norwegian. The concept > and flexibility of the extension (contrib) are great. But there is a > problem (bug?). > > During

Re: [O] Citation processing via Zotero + zotxt

2015-12-02 Thread Christian Wittern
On 2015-12-03 8:27, Matt Lundin wrote: > Given these complexities, it seems that if we went the zotero route we > could end up with a fairly large installation chain (firefox, zotero, > zotxt, plugin for zotero). And this would require installing items from > multiple, heterogeneous sources. I