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

2017-11-19 Thread Eric S Fraga
On Sunday, 19 Nov 2017 at 10:54, James Harkins wrote: > Hi, > > Two questions about deadline items in the agenda. > > 1. The default warning period for upcoming deadlines is 14 days. There > must be a variable to control this, but I'm having trouble finding it > in the manual. org-deadline-warning

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

2017-11-19 Thread Eric S Fraga
On Sunday, 19 Nov 2017 at 13:03, Charles R (Charlie) Martin wrote: > I think the problem is that if you register graphviz-dot as a language, it > generates that require. I got it halfway working by changing the language > back to just dot; I need to go back figure out how to nonetheless use > grap

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

2017-11-19 Thread Eric S Fraga
On Sunday, 19 Nov 2017 at 13:03, Charles R (Charlie) Martin wrote: > I think the problem is that if you register graphviz-dot as a language, it > generates that require. I got it halfway working by changing the language > back to just dot; I need to go back figure out how to nonetheless use > grap

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

2017-11-19 Thread James Harkins
Hi, Two questions about deadline items in the agenda. 1. The default warning period for upcoming deadlines is 14 days. There must be a variable to control this, but I'm having trouble finding it in the manual. 2. Is there a property to override the warning period for specific headlines? For ex

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

2017-11-19 Thread Kyle Meyer
Jack Kamm writes: > Here is the new version of the patch: I haven't had any luck applying this patch to master. Perhaps your email client is altering the inline patch; you can instead attach the output file of 'git format-patch'. > From f009da37d3b7e2730abb8cbb10f4d07b3d456dd8 Mon Sep 17 00:00

Re: [O] Summary for user: function for inserting a block

2017-11-19 Thread Eric Abrahamsen
AW writes: > Hi! > > I updated to orgmode 9.1.3 and tried to find out about this new feature. > > In vain. C-c C-x w is undefined. > > Can someone give a short abstract about the new function for inserting a > block? The change is in master now, I don't think it will be available until 9.2 is

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

2017-11-19 Thread Charles R (Charlie) Martin
oh and the answer to your direct question is 9.1.3. I suspect this is related to the issue where you can have a source-type 'shell' but only can execute a shell blockif it's source type 'sh'. On Sun, Nov 19, 2017 at 1:03 PM, Charles R (Charlie) Martin < chasrmar...@gmail.com> wrote: > I think th

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

2017-11-19 Thread Charles R (Charlie) Martin
I think the problem is that if you register graphviz-dot as a language, it generates that require. I got it halfway working by changing the language back to just dot; I need to go back figure out how to nonetheless use graphviz-mode for editing. On Sun, Nov 19, 2017 at 12:57 PM, Eric S Fraga wro

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

2017-11-19 Thread Eric S Fraga
On Saturday, 18 Nov 2017 at 12:57, Charles R (Charlie) Martin wrote: > I'm trying to use `dot` inside `org-mode` and having no luck, because when > I evaluate What version of org are you using? The version I'm using has no reference to ob-graphviz-dot. (but the version I am using is a week or so

Re: [O] Public TODO agendas

2017-11-19 Thread Eric S Fraga
On Sunday, 19 Nov 2017 at 11:10, David Arroyo Menendez wrote: > Hello Colin, > > org-secretary seems designed to manage teams. I want read agendas of > org-mode users, friends ... In Barcelona Supercomputing Center all > people is sharing the agendas to stimulate to the people to collaborate > in g

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

2017-11-19 Thread Charles R (Charlie) Martin
I'm trying to use `dot` inside `org-mode` and having no luck, because when I evaluate (org-babel-do-load-languages 'org-babel-load-languages '((dot . t))) it tries to require `ob-graphviz-dot` -- unsuccessfully. Debugger entered--Lisp error: (file-error "Cannot open load file"

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

2017-11-19 Thread Kyle Meyer
Jack Kamm writes: > I adapted your old patch to the current master branch. I also extended it > to work for ":results value" (the original patch only worked for ":results > output"). I did this by not writing the last line of the code block to the > tmpfile, unless it is indented. > > I've never

Re: [O] Public TODO agendas

2017-11-19 Thread Colin Baxter
> "David" == David Arroyo Menendez writes: David> Hello Colin, David> org-secretary seems designed to manage teams. I want read David> agendas of org-mode users, friends ... In Barcelona David> Supercomputing Center all people is sharing the agendas to David> stimulate to

Re: [O] Public TODO agendas

2017-11-19 Thread David Arroyo Menendez
Hello Colin, org-secretary seems designed to manage teams. I want read agendas of org-mode users, friends ... In Barcelona Supercomputing Center all people is sharing the agendas to stimulate to the people to collaborate in good ideas, I like this methodology, but I prefer use org-mode. Many peop

[O] Summary for user: function for inserting a block

2017-11-19 Thread AW
Hi! I updated to orgmode 9.1.3 and tried to find out about this new feature. In vain. C-c C-x w is undefined. Can someone give a short abstract about the new function for inserting a block? Thank you! Regards, Alexander

Re: [O] Bug: linum-mode + org-indent-mode cursor movement problems [8.2.10 (release_8.2.10 @ /usr/share/emacs/25.2/lisp/org/)]

2017-11-19 Thread Eric S Fraga
On Friday, 17 Nov 2017 at 23:30, Nicolas Goaziou wrote: [...] > It would be nice to know, however, if there is the same problem with > that new implementation. I have been using display-line-numbers in emacs 26+ for a while now, with org-indent-mode, and have not seen any strange behaviour along

Re: [O] [PATCH] ox.el: Define subtitle macro

2017-11-19 Thread Jens Lechtenboerger
On 2017-11-17, Nicolas Goaziou wrote: > SUBTITLE keyword may not be supported in every back-end. As > a consequence, supporting a global {{{subtitle}}} macro sounds > presumptuous. > > Anyway, it begs for generalisation. The same problem is going to arise > for CREATOR, KEYWORDS, and WHATNOT. Inst

Re: [O] org-depend: TRIGGER XYZ(KEYWORD) not working

2017-11-19 Thread Karl Voit
* Karl Voit wrote: > Hi, > > I am playing around with org-depend[1] again[2]. I forgot to mention: I am using maint from the git from today. -- get mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML into Org-mode: > get Memacs from https://github.com/novoid/Memacs < Personal Informa

[O] org-depend: TRIGGER XYZ(KEYWORD) not working

2017-11-19 Thread Karl Voit
Hi, I am playing around with org-depend[1] again[2]. I noticed that certain TRIGGER events do not get executed. > # -*- mode: org; coding: utf-8; -*- > * heading 1 > :PROPERTIES: > :ID: foo > :TRIGGER: bar(NEXT) baz(NEXT) > :END: > > * Heading 2 > :PROPERTIES: > :ID: bar > :END: >