Re: [O] [PATCH] Add support for ordered list to ox-confluence.el

2016-12-09 Thread Lungang Fang
Hi Nicolas and Charles, Thank you both. Lungang On Sat, Dec 10, 2016 at 7:34 AM, Nicolas Goaziou wrote: > Hello, > > Lungang Fang writes: > > > Great! Then, what about using my patch ? It would be my first patch > adopted > > by any open source

Re: [O] teaching with live-updating code examples

2016-12-09 Thread Matt Price
On Fri, Dec 9, 2016 at 12:19 PM, Eric S Fraga wrote: > On Friday, 9 Dec 2016 at 16:42, Matt Price wrote: > > I think I am getting closer, actually (details soon, when I have a > > fully working solution)). > > I look forward to seeing it! > OK, I've run into the limits of

Re: [O] teaching with live-updating code examples

2016-12-09 Thread Matt Price
Thanks, Eric. On Fri, Dec 9, 2016 at 12:19 PM, Eric S Fraga wrote: > On Friday, 9 Dec 2016 at 16:42, Matt Price wrote: > > I think I am getting closer, actually (details soon, when I have a > > fully working solution)). > > I look forward to seeing it! > > > Meanwhile, I'd

Re: [O] Add preamble support to ob-plantuml.el

2016-12-09 Thread Thibault Marin
Hi, Nicolas Goaziou writes: > Comments follow. > >> +(defun org-babel-plantuml-var-to-plantuml (var) >> + "Cleanup plantuml variable (remove quotes)." >> + (replace-regexp-in-string "\"" "" var)) > > Since this function is used only once in the code, I suggest to not > implement it and use

Re: [O] Disable consistency graphs for some habits

2016-12-09 Thread Nicolas Goaziou
Hello, Jorge Peixoto de Morais Neto writes: > When I am trying to learn a new habit, I often write it in Org Mode.  So I > have many entries like: > > *** TODO Relax: talk, read book, shower or pray > SCHEDULED: <2016-11-28 Mon 21:30 ++1d> > :PROPERTIES: > :ID: 

Re: [O] buffer local org-src-preserve-indentation not respected

2016-12-09 Thread Nicolas Goaziou
Hello, David Dynerman writes: > I just tried, and I still encounter this buf on the current git code. > Reproduction is the same as before: > > #+BEGIN_SRC python :tangle preserve-indent.py > class Foo: > bar = 5 > #+END_SRC > > > Here is some interstitial

Re: [O] [PATCH] org-bibtex.el: Make headline format costomizable

2016-12-09 Thread Eric Danan
Thanks for the tip, indeed I use magit and was creating the entries manually. On Fri, Dec 9, 2016 at 9:48 PM, Nicolas Goaziou wrote: > Hello, > > Eric Danan writes: > >> Here it is, hope I did everything correctly. > > Almost. I changed :version

Re: [O] transcluding some org-elements in multiple places

2016-12-09 Thread Eric S Fraga
On Friday, 9 Dec 2016 at 15:29, John Kitchin wrote: > Hi all, > > I have an idea for how I could transclude "copies" or links to [...] > Any thoughts? Do you see any potential issues? Potentially very interesting and useful idea. Some thoughts/issues: - not sure about the name but that's

Re: [O] Bug: Repeated tasks not shown from org-timeline [9.0 (9.0-dist @ c:/wlin/.emacs-lisp/org/lisp/)]

2016-12-09 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > I don't use timeline, so I'm not the best person to answer it, but that > question has been hanging out there for 5+ years: unless somebody > speaks up with a compelling reason to keep it, I'd say get rid of it. I crossed the Rubicon; I removed

Re: [O] Add preamble support to ob-plantuml.el

2016-12-09 Thread Nicolas Goaziou
Hello, Thibault Marin writes: > However, ob-plantuml does not seem to support the prologue option. So I > am modifying my patch to add support for the :prologue and :epilogue > header arguments instead of using a new customization variable. In the > process, I have

Re: [O] [PATCH] org-bibtex.el: Make headline format costomizable

2016-12-09 Thread Nicolas Goaziou
Hello, Eric Danan writes: > Here it is, hope I did everything correctly. Almost. I changed :version "25.1" to :version "25.2". Also, you seem to create the entries in the commit message manually. If you are using Magit, C within the diff buffer can create them for you.

Re: [O] [PATCH] Add support for ordered list to ox-confluence.el

2016-12-09 Thread Nicolas Goaziou
Hello, Lungang Fang writes: > Great! Then, what about using my patch ? It would be my first patch adopted > by any open source project, a real milestone :) Applied. Thanks to both of you. Regards, -- Nicolas Goaziou

Re: [O] Bug: s [8.2.10 (release_8.2.10 @ /usr/local/Cellar/emacs/24.5/share/emacs/24.5/lisp/org/)]

2016-12-09 Thread Nicolas Goaziou
Hello, Codievilky August writes: > In my org-mode, I can't use the Key of S-M-RET to set my line to be a > TODO or add checkbox in my mission.I have search a lot in the Internet, > I haven't found any solution to fix this problem. I cannot reproduce it. Could you try

Re: [O] ox-icalendar's org-icalendar-include-todo and export for TODOs with custom DONE states

2016-12-09 Thread Nicolas Goaziou
Hello, Olivier Berger writes: > I have a TODO file with additional TODO/DONE states. > > It seems that when org-icalendar-include-todo is set to 't', it should > "include tasks that are not in DONE state.". > > In my TODO file I have the following

Re: [O] Bug with Habits and Active Dates

2016-12-09 Thread Nicolas Goaziou
Hello, writes: >>> being printed to *Messages*, but no actual new SCHEDULED line is added >>> to the entry. >> But why should it? The same time stamp is valid forever. >> If you go to the agenda, the item should appear every Tuesday. >> Maybe I've misunderstood. > > Sorry, I

Re: [O] teaching with live-updating code examples

2016-12-09 Thread Eric S Fraga
On Friday, 9 Dec 2016 at 16:42, Matt Price wrote: > I think I am getting closer, actually (details soon, when I have a > fully working solution)). I look forward to seeing it! > Meanwhile, I'd love to see an example in beamer -- I don't know > anything about beamer myself and this might be an

Re: [O] teaching with live-updating code examples

2016-12-09 Thread Matt Price
On Fri, Dec 9, 2016 at 1:33 AM, Eric S Fraga wrote: > On Thursday, 8 Dec 2016 at 18:07, Matt Price wrote: > > I am preparing a set of lectures for a class teaching HTML, CSS, and > > javascript ot humanities students. > > > > I would like to have slides with a simple code

[O] ox-icalendar's org-icalendar-include-todo and export for TODOs with custom DONE states

2016-12-09 Thread Olivier Berger
Hi. I have a TODO file with additional TODO/DONE states. It seems that when org-icalendar-include-todo is set to 't', it should "include tasks that are not in DONE state.". In my TODO file I have the following configuration of TODO states : #+SEQ_TODO: TODO(t) DEMARRE(e) ATTENTE(a) RDV(v) |

[O] transcluding some org-elements in multiple places

2016-12-09 Thread John Kitchin
Hi all, I have an idea for how I could transclude "copies" or links to org-elements in multiple places and keep them up to date. A prototypical example of this is I have a set of org-contacts in one place, and I want to create a new list of people for a committee in a new place made of "copies"

Re: [O] reproducable orgmode edit crashes emacs..have backtrace..where to report?

2016-12-09 Thread Kaushal Modi
On Fri, Dec 9, 2016, 8:51 AM Eric S Fraga wrote: > On Friday, 9 Dec 2016 at 11:33, Xebar Saram wrote: > > Maybe using M-x report-emacs-bug RET? > Yup, filing a bug report is the best way in this case. Emacs is not supposed to crash no matter what the user or any package does

Re: [O] reproducable orgmode edit crashes emacs..have backtrace..where to report?

2016-12-09 Thread Eric S Fraga
On Friday, 9 Dec 2016 at 11:33, Xebar Saram wrote: > i have a file (org file) which i edit and 100% crashes emacs all the time [...] > where does one report this? to this mailing list? somewhere else? Maybe using M-x report-emacs-bug RET? -- : Eric S Fraga (0xFFFCF67D), Emacs 26.0.50.1, Org

[O] reproducable orgmode edit crashes emacs..have backtrace..where to report?

2016-12-09 Thread Xebar Saram
Hi all i have a file (org file) which i edit and 100% crashes emacs all the time here is a backtrace https://paste.xinu.at/XCVp/ where does one report this? to this mailing list? somewhere else? thx alot! Z

Re: [O] Bug with Habits and Active Dates

2016-12-09 Thread craven
>> being printed to *Messages*, but no actual new SCHEDULED line is added >> to the entry. > But why should it? The same time stamp is valid forever. > If you go to the agenda, the item should appear every Tuesday. > Maybe I've misunderstood. Sorry, I neglected to mention that the original

Re: [O] Bug with Habits and Active Dates

2016-12-09 Thread Eric S Fraga
On Tuesday, 6 Dec 2016 at 09:58, cra...@gmx.net wrote: > Hello! > > I have run into problems with a TODO entry that has a body which > contains an active date. Finishing it results in > > Entry repeats: SCHEDULED: <2016-12-13 Tue +1w> > > being printed to *Messages*, but no actual new SCHEDULED

Re: [O] [PATCH] Add support for ordered list to ox-confluence.el

2016-12-09 Thread Lungang Fang
Great! Then, what about using my patch ? It would be my first patch adopted by any open source project, a real milestone :) On Friday, December 9, 2016, Charles Durst wrote: > I have tried the results of both versions and loaded them into the > Confluence Wiki, and