Re: [O] Testers / Feedback wanted: Gantt charts via org-gantt.el

2015-06-25 Thread Eric S Fraga
On Saturday, 20 Jun 2015 at 12:46, Bernhard Schmitz wrote: Hi Karl, hi Eric, I know it has been a while. I think every suggestion has been implemented by now, except for linking independent headlines. I wanted to ask for your input again, as I'm still not sure how to handle this, and both of

Re: [O] Org-Mode and iCloud Reminders

2015-06-25 Thread Yuri Niyazov
what do you use for rem-org? On Thu, Jun 25, 2015 at 7:41 PM, Ken Mankoff mank...@gmail.com wrote: I have hopes for rem https://github.com/kykim/rem but right now it is easier to have rem-org than org-rem. -k. Please excuse brevity. Sent from pocket computer with tiny non-haptic feedback

Re: [O] tentative patch Re: commit found, was: Re: ECM for: issues with publishing to LaTeX using #INCLUDE

2015-06-25 Thread Nicolas Goaziou
Robert Klein rokl...@roklein.de writes: with the patch both the minimal example and my three big publishing projects are published Ok. That's a nice piece of work. TBH, even though I identified a source of bug in this area, I don't fully understand yet how it relates to your specific issue.

Re: [O] org-log-reschedule: inactive time-stamp instead

2015-06-25 Thread Nicolas Goaziou
Hello, M elwood...@web.de writes: I wonder if I get something wrong, but in the variable org-log-note-headings I see Heading when rescheduling String: Rescheduled from %S on %t Shouldn't the %S represent a TODO state (which makes no sense)? %S represents the last state. If you change

Re: [O] [PATCH] org-contacts.el: Catch 'nextfile in org-contacts-db

2015-06-25 Thread phcrama . ebiz
Hi Nicolas and Greg, Thank you for applying my initial patch. Inspired by Greg's improvements to my patch, I'd like to propose the attached (presumptuously named) better-patch that I believe fixes the TODO of my initial patch. Sorry it isn't quite in the format of the previous one/recommended

[O] Unclear org-icompleting-read interface

2015-06-25 Thread Oleh Krehel
Hi all, The current `org-icompleting-read' is defined as taking only `rest args', which can be as many as 8, all of them without a name. I propose to update the definition to: (cl-defun org-icompleting-read (prompt collection key predicate require-match

Re: [O] Is it possible to embed tag search as a link?

2015-06-25 Thread Sebastien Vauban
Jay Dresser j...@jaydresser.us writes: Sebastien Vauban sva-n...@mygooglest.com writes: Jay Dresser org-m...@jaydresser.us writes: Piotr Isajew pisajew at yahoo.com writes: what I'm looking for is a link format that, when C-c C-o'ed, opens agenda match query view for custom query which

Re: [O] [feature request] org-capture-window-setup to stop capture window taking up whole frame

2015-06-25 Thread Nicolas Goaziou
Eric S Fraga e.fr...@ucl.ac.uk writes: Attached. Thanks! Applied. Thank you. Regards,

Re: [O] Unclear org-icompleting-read interface

2015-06-25 Thread Nicolas Goaziou
Hello, Oleh Krehel ohwoeo...@gmail.com writes: The current `org-icompleting-read' is defined as taking only `rest args', which can be as many as 8, all of them without a name. I propose to update the definition to: (cl-defun org-icompleting-read (prompt collection

[O] [PATCH] org-mobile: Tiny fix in creating index.org file lisp/org-mobile.el (org-mobile-create-index-file): - eliminate cloning of #+READONLY property in the index.org file; - org-todo-keywords d

2015-06-25 Thread Sergey Gordienko
--- lisp/org-mobile.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el index 2c13802..293de79 100644 --- a/lisp/org-mobile.el +++ b/lisp/org-mobile.el @@ -439,14 +439,14 @@ agenda view showing the flagged items. (if

[O] contrib/lisp/ox-taskjuggler.el patch

2015-06-25 Thread Глеб Бородуля
Hi, I want to pull some changes in contrib/lisp/ox-taskjuggler.el file There is patch in attach, created with git format-patch Manually written change log here: ox-taskjuggler.el: Minor enhancements in taskjuggler export * contrib/lisp/ox-taskjuggler.el b/contrib/lisp/ox-taskjuggler.el

Re: [O] Filters lost after reviving buried, sticky agenda

2015-06-25 Thread Daniel Borchmann
ghItlhpu' Daimrod daim...@gmail.com: My question is now: is this correct, or did I understand something wrong? If my understanding is correct, how this bug be fixed more elegantly? It doesn't work at startup when agenda hasn't been built yet. The following patch does seem to fix that. If

Re: [O] org-log-reschedule: inactive time-stamp instead

2015-06-25 Thread M
Karl Voit devnull at Karl-Voit.at writes: Those active time-stamps clutter my daily agenda a bit. Therefore: ,[ what I would like to get ] | :LOGBOOK: | - Rescheduled from [2014-12-17 Mi] on [2014-12-16 Di 17:01] | :END: ` So can someone please add an option for this

Re: [O] org-log-reschedule: inactive time-stamp instead

2015-06-25 Thread Daimrod
M elwood...@web.de writes: Karl Voit devnull at Karl-Voit.at writes: Those active time-stamps clutter my daily agenda a bit. Therefore: ,[ what I would like to get ] | :LOGBOOK: | - Rescheduled from [2014-12-17 Mi] on [2014-12-16 Di 17:01] | :END: ` So can someone

[O] ox-odt: headline export breaks if org-export-with-section-numbers set to nil

2015-06-25 Thread Matt Price
In an up to date master branch, I'm noticing a bug in ODT export: if org-export-with-section-numbers is set to nil, ox-odt exports headlines as plain-text paragraphs. With emacs -q, evaluate: (setq org-export-with-section-numbers nil org-export-with-toc nil org-export-preserve-breaks

Re: [O] org-log-reschedule: inactive time-stamp instead

2015-06-25 Thread M
Von: Nicolas Goaziou m...@nicolasgoaziou.fr Datum: Thu, 25 Jun 2015 14:20:40 +0200 Betreff: Re: org-log-reschedule: inactive time-stamp instead Hello, I wonder if I get something wrong, but in the variable org-log-note-headings I see Heading when rescheduling String:

Re: [O] Unclear org-icompleting-read interface

2015-06-25 Thread Rasmus
Hi, Nicolas Goaziou m...@nicolasgoaziou.fr writes: Oleh Krehel ohwoeo...@gmail.com writes: The current `org-icompleting-read' is defined as taking only `rest args', which can be as many as 8, all of them without a name. I propose to update the definition to: (cl-defun

Re: [O] Unclear org-icompleting-read interface

2015-06-25 Thread Oleh Krehel
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Moreover, `org-icompleting-read' is not harder to read as `completing-read' anyway. I disagree on this. `completing-read' at least declares its own argument list. So it's possible to distinguish which argument is which, albeit with some effort

Re: [O] [BUG] org-clock-display is partial (only some entries are counted)

2015-06-25 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou writes: Sebastien Vauban writes: I still consider the default behavior as dangerous -- because the novice is not aware (except if obvious) that some clock times may be dropped in the computation, and I find that scary --, but thanks anyway for the workaround.

Re: [O] Unclear org-icompleting-read interface

2015-06-25 Thread Nicolas Goaziou
Hello, Rasmus ras...@gmx.us writes: I agree. It's confusing how the docstring and the λ is written, but it's just a front-end for completing-read. A reference to completing-read should be added to the docstring. Isn't it already the case? That was my feeling about org-icompleting-read as

[O] Preventing italics in code blocks exported to HTML

2015-06-25 Thread Peter Davis
I'm writing a document that has a number of URL examples, like this: #+BEGIN_SRC js GET http://sandbox.api.xyz.com/sample/login #+END_SRC The problem is that when I export to HTML, everything following the http: is italicized (and blue). Is there any way to suppress that? Thanks, -pd

Re: [O] Unclear org-icompleting-read interface

2015-06-25 Thread Rasmus
Hi, Nicolas Goaziou m...@nicolasgoaziou.fr writes: Rasmus ras...@gmx.us writes: I agree. It's confusing how the docstring and the λ is written, but it's just a front-end for completing-read. A reference to completing-read should be added to the docstring. Isn't it already the case? I

Re: [O] [BUG] org-clock-display is partial (only some entries are counted)

2015-06-25 Thread Nicolas Goaziou
Hello, Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: Applied the patch: [...] Tested on one of my real files, with: [...] Got this: Debugger entered--Lisp error: (error Specified time is not representable) [...] BTW, `untilnow' is not proposed when

Re: [O] ox-odt: headline export breaks if org-export-with-section-numbers set to nil

2015-06-25 Thread Rasmus
Matt Price mopto...@gmail.com writes: In an up to date master branch, I'm noticing a bug in ODT export: if org-export-with-section-numbers is set to nil, ox-odt exports headlines as plain-text paragraphs. With emacs -q, evaluate: (setq org-export-with-section-numbers nil

Re: [O] [PATCH] org-mobile: Tiny fix in creating index.org file lisp/org-mobile.el (org-mobile-create-index-file): - eliminate cloning of #+READONLY property in the index.org file; - org-todo-keywor

2015-06-25 Thread Nicolas Goaziou
Hello, Sergey Gordienko gordien...@gmail.com writes: --- lisp/org-mobile.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Thank you for the patch. Did you sign FSF papers? If you didn't, could you add TINYCHANGE at the end of the commit message? Regards, -- Nicolas Goaziou

Re: [O] Org-Mode and iCloud Reminders

2015-06-25 Thread Ken Mankoff
I have hopes for rem https://github.com/kykim/rem but right now it is easier to have rem-org than org-rem. -k. Please excuse brevity. Sent from pocket computer with tiny non-haptic feedback keyboard. On Jun 25, 2015, at 19:43, Yuri Niyazov yuri.niya...@gmail.com wrote: Has anyone had

[O] Turn off html entities in md export

2015-06-25 Thread Rustom Mody
Bitbucket does not allow html entities in markdown See https://bitbucket.org/rustom/vit-projects/wiki/emacs and search for # So how to turn off html entities in md export? And if thats not available any tips on how to hook say a sed-filter to ox-md export?

[O] Org-Mode and iCloud Reminders

2015-06-25 Thread Yuri Niyazov
Has anyone had any success with getting Mac OS X Reminders working with org-mode? I found this blog post from a few years ago: http://msnyder.info/posts/2012/05/icloud-reminders-orgmode/ and was wondering if anyone's had much success with that or some other syncing mechanism. Thanks!

Re: [O] [feature request] org-capture-window-setup to stop capture window taking up whole frame

2015-06-25 Thread Eric S Fraga
On Tuesday, 23 Jun 2015 at 22:31, Nicolas Goaziou wrote: [...] It looks good. Could you turn it into a proper patch with a commit message? Attached. Thanks! -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org release_8.3beta-1231-ga0a883 From 9256af03530bcd34914f32fc1b7fbbba9cb0d80a Mon