Re: [O] ob-python newline & indentation behavior

2017-11-20 Thread Kyle Meyer
Jack Kamm writes: > In response to this: > >> I can't think of a good solution, though. Stepping back a bit, I think >> it's unfortunate that python blocks handle ":results value" differently >> depending on whether the block is hooked up to a session or not. For >> non-sessions, you have to us

Re: [O] Potential bug: embedded dot fails on require ob-graphviz-dot

2017-11-20 Thread Eric Thomas
Charles, I just started using dot in org-mode (and I love it). Had no problems at all so far. Here are my specs: * Emacs 25.3.1 * Org 9.1.2 * Here is my .init file * Here is an example of dot in action in orgmode

[O] Bug: ordered property blocks grandchildren [9.1.3 (9.1.3-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20171116/)]

2017-11-20 Thread Allen Li
Create a file tmp.org with contents * TODO parent :PROPERTIES: :ORDERED: t :END: ** TODO child1 ** TODO child2 *** TODO grandchild1 *** TODO grandchild2 1. emacs -Q 2. M-: (setq org-enforce-todo-dependencies t) RET 3. C-x C-f tmp.org RET 4. Move point to gra

Re: [O] ob-python newline & indentation behavior

2017-11-20 Thread Jack Kamm
Hi Kyle, In response to this: I can't think of a good solution, though. Stepping back a bit, I think > it's unfortunate that python blocks handle ":results value" differently > depending on whether the block is hooked up to a session or not. For > non-sessions, you have to use return. Using th

[O] [PATCH] make org-comment-dwim comment headings if on a heading

2017-11-20 Thread Alex Branham
This patch changes the behavior of `org-comment-dwim' so that if point is on a heading, it will toggle the heading. Alex >From 655cd7afdfdf28797052952eae0c4e87cd86f445 Mon Sep 17 00:00:00 2001 From: Alex Branham Date: Mon, 20 Nov 2017 15:12:34 -0600 Subject: [PATCH] Make org-comment-dwim commen

Re: [O] Public TODO agendas

2017-11-20 Thread Tim Cross
I don't think tramp will work in this way, at least not without some sort of special client running on the remote http server and modifications to tramp to work with that client. The HTTP protocol will not easily fit with tramp - in fact, it is such a big 'disconnect' between tramp and http, you r

Re: [O] Org emphasis markers inside src blocks causes incorrect fontification

2017-11-20 Thread Kaushal Modi
On Fri, Nov 17, 2017 at 6:30 PM Nicolas Goaziou wrote: > > You may want to test the following rules and report if it fits your use > case. > That patch works great! Thanks! -- Kaushal Modi

Re: [O] function for inserting a block

2017-11-20 Thread Eric Abrahamsen
Rasmus writes: > Hi Eric, > > >> It incorporates Rasmus' org-tempo.el file, with modifications, and >> Thomas' suggestion to re-instate `org-try-structure-completion', and, >> erm, stardiviner's request to honor >> `org-babel-uppercase-example-markers'. >> >> Remaining issues: >> >> 1. The "org-i

Re: [O] function for inserting a block

2017-11-20 Thread Rasmus
Hi Eric, > It incorporates Rasmus' org-tempo.el file, with modifications, and > Thomas' suggestion to re-instate `org-try-structure-completion', and, > erm, stardiviner's request to honor > `org-babel-uppercase-example-markers'. > > Remaining issues: > > 1. The "org-include" tempo template doesn'

Re: [O] Bug: #+INCLUDE: :only-contents not recognized [9.1.2 (9.1.2-37-g3f8d67-elpa @ /home/data1/protected/.emacs.d/elpa/org-20171113/)]]

2017-11-20 Thread Rasmus
Jean Louis writes: > I can see that if I use: > > #+INCLUDE: "~/Documents/Org/With-Ease.org" :only-contents t > > that the #+TITLE variable is then included in the > main file, and is concatenated to the main > title. I am exporting "visible only" and that is > happening. > > That is not expecte

Re: [O] Public TODO agendas

2017-11-20 Thread Eric S Fraga
On Monday, 20 Nov 2017 at 21:13, numbch...@gmail.com wrote: > I have similar function requirement. Based on your TRAMP method, I think > remote file are just can be transported through any protocols like HTTP, > for example remote file like http://example.org/test.org can be downloaded, > then appe

Re: [O] Public TODO agendas

2017-11-20 Thread numbch...@gmail.com
I have similar function requirement. Based on your TRAMP method, I think remote file are just can be transported through any protocols like HTTP, for example remote file like http://example.org/test.org can be downloaded, then append to org-agenda files list. This is just an rough idea. [stardivin

Re: [O] Deadline warning period, and property to override it

2017-11-20 Thread James Harkins
On Mon, 20 Nov 2017 15:50:58 +0800 Eric S Fraga wrote > On Sunday, 19 Nov 2017 at 10:54, James Harkins wrote: > > 2. Is there a property to override the warning period for specific > > headlines? For example, if I have a project due on a certain date, a > > two-week warning makes se