Re: [O] PATCH: programming language indicators in HTML export

2016-05-09 Thread Robert Klein
Hi, Nicolas Goaziou wrote: > Hello, > > Robert Klein writes: > > > anyone willing to commit this patch I sent back in march? > > This patch actually felt through the cracks. Sorry about that. Would > you mind sending it again, using git

Re: [O] Using tramp to run R source code blocks on remote server

2016-05-09 Thread Benda Xu
Hi Vikas, I cannot address your problem directly. I have a workaround. Vikas Rawal writes: > I am trying to run R source code blocks on a remote server (defined in > my ~/.ssh/config as cesp). > > I am facing several problems. > > 1. The following sample

Re: [O] [PATCH] Prevent org-rss-headline dropping lower level headlines

2016-05-09 Thread Nicolas Goaziou
Hello, Arun Isaac writes: > Sorry for reposting. Could somebody check out this patch (sent on April > 19), and consider for inclusion? This is a contributed package. I don't mind patching it but those have, usually, a maintainer. >> Currently, the RSS exporter

Re: [O] Bug: check that org-element--cache-sync-keys is non-nil before clrhash [8.3.4 (8.3.4-42-gae73c7-elpa @ /home/mah/.emacs.d/elpa/org-20160425/)]

2016-05-09 Thread Nicolas Goaziou
Hello, "Mark A. Hershberger" writes: > It looks like a timer or event is being invoked and that is resulting in > the error. > > If you have any ideas of what I should look for in my configuration, I > could poke around, but right now I don't know what to even look for. The

Re: [O] Editing/evaluation of code blocks

2016-05-09 Thread Nicolas Goaziou
Hello, Norman Walsh writes: > I’ve started using Org Mode more frequently and I thought it would be > fun to extend org-babel support to evaluate XQuery, JavaScript, and > SPARQL code blocks by sending them off to MarkLogic server. > > I was right, it was fun :-) > > If I type

Re: [O] PATCH: programming language indicators in HTML export

2016-05-09 Thread Nicolas Goaziou
Hello, Robert Klein writes: > anyone willing to commit this patch I sent back in march? This patch actually felt through the cracks. Sorry about that. Would you mind sending it again, using git format-patch so I can apply it? Thank you. Regards, -- Nicolas Goaziou

Re: [O] speed keys for plain lists?

2016-05-09 Thread Bill White
On Mon May 09 2016 at 13:44, Eric S Fraga wrote: > Jumping in again: I wonder if the OP would prefer org-forward-sentence > (M-e) instead of org-forward-element? It's a bit finer in > granularity... Thank you all for the suggestions thus far. I'll attach the org file I'm

Re: [O] speed keys for plain lists?

2016-05-09 Thread Eric S Fraga
Jumping in again: I wonder if the OP would prefer org-forward-sentence (M-e) instead of org-forward-element? It's a bit finer in granularity... -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.92.1, Org release_8.3.4-739-g789412

Re: [O] Embedded dot not compiling>

2016-05-09 Thread Peter Davis
Eric S Fraga writes: > By the way, newish versions of org actually report back any error > message from the babel block. In this case, org tells me: > > Error: /tmp/babel-4890lUw/dot-48901c0: syntax error in line 3 near '[' > > i.e. the first node line. Thanks. I'm running

Re: [O] speed keys for plain lists?

2016-05-09 Thread Kaushal Modi
On Mon, May 9, 2016 at 11:43 AM Marcin Borkowski wrote: > I guess that OP would like some key to do this only when in plain list. > It's slightly less easy then, and the preferred way (advice/new > function/maybe some hook) might depend on the particular choice of the > keys. >

Re: [O] isbn-to-bibtex (from org-ref) fails

2016-05-09 Thread John Kitchin
In this particular case 0062190377 does not seem to be a known ISBN. i.e. this http://xisbn.worldcat.org/webservices/xid/isbn/0062190377?method=getMetadata=json=* leads to this: { "stat":"unknownId"} I modified this function a bit to avoid this issue. It does not help with this isbn, but gives

Re: [O] Embedded dot not compiling>

2016-05-09 Thread Peter Davis
Eric S Fraga writes: > On Monday, 9 May 2016 at 16:02, Peter Davis wrote: >> I've been using org-mode for a while, in some cases with embedded dot >> code. This has worked pretty smoothly for me in the past, but >> for some reason, I'm not getting any png output from my

Re: [O] Embedded dot not compiling>

2016-05-09 Thread Eric S Fraga
By the way, newish versions of org actually report back any error message from the babel block. In this case, org tells me: Error: /tmp/babel-4890lUw/dot-48901c0: syntax error in line 3 near '[' i.e. the first node line. -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.92.1, Org

Re: [O] speed keys for plain lists?

2016-05-09 Thread John Kitchin
I found this approach to context aware key bindings useful: http://endlessparentheses.com/define-context-aware-keys-in-emacs.html Marcin Borkowski writes: > On 2016-05-09, at 16:57, Kaushal Modi wrote: > >> On Mon, May 9, 2016 at 10:47 AM Bill White

Re: [O] Embedded dot not compiling>

2016-05-09 Thread Eric S Fraga
On Monday, 9 May 2016 at 16:02, Peter Davis wrote: > I've been using org-mode for a while, in some cases with embedded dot > code. This has worked pretty smoothly for me in the past, but > for some reason, I'm not getting any png output from my graphs > now. The doc I'm started is included below,

[O] Embedded dot not compiling>

2016-05-09 Thread Peter Davis
I've been using org-mode for a while, in some cases with embedded dot code. This has worked pretty smoothly for me in the past, but for some reason, I'm not getting any png output from my graphs now. The doc I'm started is included below, in its entirety since it's still pretty small. Anything

Re: [O] speed keys for plain lists?

2016-05-09 Thread Marcin Borkowski
On 2016-05-09, at 16:57, Kaushal Modi wrote: > On Mon, May 9, 2016 at 10:47 AM Bill White wrote: > >> Now if only one could bind these to more-convenient keys than M-{ and >> M-} when in a plain list. > > > Now only if emacs allowed changing the

Re: [O] Advanced capture template using Elisp functions: void-function/void-variable

2016-05-09 Thread Karl Voit
Hi! Phil obviously did not want to embarrass me in public so he wrote me an email which pointed me to my simple error: a typo "promt" instead of "prompt" in the function name. * Karl Voit wrote: > > However, when I am using this capture definition, I end up with > lots of

Re: [O] speed keys for plain lists?

2016-05-09 Thread Eric S Fraga
On Monday, 9 May 2016 at 14:15, Bill White wrote: > Now if only one could bind these to more-convenient keys than M-{ and > M-} when in a plain list. Have a look at avy or ace-jump-mode? I use evil with ace-jump-mode and it works really well for quick movement around the visible part of a

Re: [O] speed keys for plain lists?

2016-05-09 Thread Kaushal Modi
On Mon, May 9, 2016 at 10:47 AM Bill White wrote: > Now if only one could bind these to more-convenient keys than M-{ and > M-} when in a plain list. Now only if emacs allowed changing the default key bindings :P :) Check out C-h f define-key (define-key org-mode-map (kbd

Re: [O] speed keys for plain lists?

2016-05-09 Thread Bill White
On Mon May 09 2016 at 06:30, Bill White wrote: > I'm working on a project that uses deeply-nested plain lists, and I'm > finding navigation to be a chore. Is there a way to enable speed keys > (info "(org) Speed keys") for navigation of plain lists? Following the ancient

Re: [O] [PATCH] Prevent org-rss-headline dropping lower level headlines

2016-05-09 Thread Arun Isaac
Hi, Sorry for reposting. Could somebody check out this patch (sent on April 19), and consider for inclusion? Thanks. > Hi, > > Currently, the RSS exporter (org-rss-headline) drops lower level > headlines (headlines with level > 1), and therefore they do not appear > in the exported RSS. This

[O] Advanced capture template using Elisp functions: void-function/void-variable

2016-05-09 Thread Karl Voit
Hi! I came across this great blog post[1] that introduced me to the idea of including Elisp functions to capture templates. With this trick, it is possible to re-use some user-entry. So far so good. However, when I am using this capture definition, I end up with lots of "void-function" and

[O] speed keys for plain lists?

2016-05-09 Thread Bill White
I'm working on a project that uses deeply-nested plain lists, and I'm finding navigation to be a chore. Is there a way to enable speed keys (info "(org) Speed keys") for navigation of plain lists? Thanks - bw -- Bill White . bi...@wolfram.com "No ma'am, we're musicians."

Re: [O] PATCH: programming language indicators in HTML export

2016-05-09 Thread Robert Klein
Hi, anyone willing to commit this patch I sent back in march? Best regards Robert On Mon, 14 Mar 2016 15:16:05 +0100 Robert Klein wrote: > > Author: Robert Klein 2016-03-14 14:43:46 > Committer: Robert Klein 2016-03-14 14:43:46

Re: [O] Patches sent

2016-05-09 Thread Nicolas Goaziou
Hello, Phil Hudson writes: > Is there anything further I need to do to get the two patches I sent > over the weekend merged (or constructively rejected)? They seem to have > died a death. They didn't. They are on my TODO list. However, bumping them before two days is a

[O] Patches sent

2016-05-09 Thread Phil Hudson
Is there anything further I need to do to get the two patches I sent over the weekend merged (or constructively rejected)? They seem to have died a death. -- Phil Hudson http://hudson-it.ddns.net @UWascalWabbit PGP/GnuPG ID: 0x887DCA63

Re: [O] PATCH: Add new output formats to plantuml

2016-05-09 Thread Rainer M Krug
Nicolas Goaziou writes: > Hello, > > Rainer M Krug writes: > >> attached please find a patch which adds additional output file types for >> plantuml. > > Applied. Thank you. Thanks > > Could you provide an entry for ORG-NEWS? Will do. Rainer > >