Re: [O] How do you interact with org src blocks for your gmane.emacs.orgmode correspondence?

2014-11-03 Thread Thorsten Jolitz
Grant Rettke g...@wisdomandwonder.com writes: On Sat, Nov 1, 2014 at 5:58 AM, Thorsten Jolitz tjol...@gmail.com wrote: And there is a new library [[http://goo.gl/pYYzS6][outorg-export]] I just used http://goo.gl/pYYzS6 and it worked fine; that looks like an org mode link. It is an

Re: [O] [RFC] Change property drawer syntax

2014-11-03 Thread Christian Egli
John Hendy jw.he...@gmail.com writes: I use this, or at least things like this. For example: * task :PROPERTIES: :start:2014-11-03-08:00 :task_id: task_d :depends: task_a task_b task_c :duration: 30min :END: Not multi-line, but currently I can feed any

Re: [O] Syntax inconsistency?

2014-11-03 Thread Nicolas Goaziou
Hello, Marcin Borkowski mb...@wmi.amu.edu.pl writes: just wondering: on one hand, we have lines like #+OPTIONS: toc:nil This is a keyword. On the other hand, we have #+ATTR_ASCII: :width 10 This is an attribute. Why is the syntax (seemingly, at least) inconsistent? Why not

Re: [O] [RFC/PATCH] org-goto: Update for isearch changes

2014-11-03 Thread Nicolas Goaziou
Kyle Meyer k...@kyleam.com writes: To follow up on this: I think the reason why setting only one doesn't work is because isearch specifies both of them. (define-key map \r 'isearch-exit) (define-key map [return] 'isearch-exit) Since the return key is given a binding, it's not

Re: [O] [RFC] Change property drawer syntax

2014-11-03 Thread Nicolas Goaziou
Hello, Christian Egli christian.e...@sbs.ch writes: This usage is perfectly fine and will continue to work. There are some very obscure attributes that taskjuggler (and the exporter) support, such as note and journalentry. These can span multiple lines. They can be used to add notes or more

Re: [O] [RFC] Change property drawer syntax

2014-11-03 Thread Christian Egli
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Christian Egli christian.e...@sbs.ch writes: I see that it is too late now, but let me still note that the taskjuggler exporter is quite liberal in what attribute values it allows for exporting. I've never used it and I haven't ever

[O] custom agenda: tag filter not exported anymore in Version 8.2.10

2014-11-03 Thread sane
Hello, i got a linux machine having org mode 8.2.4 and a windows machine having 8.2.10 when i export a custom agenda view (or using mobile org export) on the linux machine my tag filters like -Work are correctly handled (in the example all :Work: tags are filtered out). on the windows machine

Re: [O] Bug: Org leaves whitespace around :LOGBOOK: [8.2.10 (release_8.2.10 @ /home/jsynacek/.local/share/emacs/24.4/lisp/org/)]

2014-11-03 Thread Jan Synacek
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Jan Synacek jsyna...@redhat.com writes: I'm not sure if this is by design or not, but it sure looks like a bug to me and is quite annoying. Reproducer: 1) emacs -Q 2) eval the following: (require 'org) (setq org-log-done 'time)

Re: [O] M-S-up/down on plain lists containing text (or multilevel lists)

2014-11-03 Thread James Harkins
Nicolas Goaziou mail at nicolasgoaziou.fr writes: Both `M-S-up' and `M-S-down' work line wise and ignore any structure around point. OTOH, `M-up' and `M-down' should do what you want. BTW the name of the menu item is misleading. C-h C-k M-S-up: ~~ It is bound to M-S-up, menu-bar Org Edit

Re: [O] M-S-up/down on plain lists containing text (or multilevel lists)

2014-11-03 Thread Nicolas Goaziou
James Harkins jamshar...@qq.com writes: BTW the name of the menu item is misleading. C-h C-k M-S-up: ~~ It is bound to M-S-up, menu-bar Org Edit Structure Move Subtree Up, menu-bar Tbl Row Delete Row. ~~ This is why I thought that M-S-up/down would work on entry + contents -- I looked in

Re: [O] Syntax inconsistency?

2014-11-03 Thread Marcin Borkowski
On 2014-11-03, at 09:28, Nicolas Goaziou wrote: Hello, Marcin Borkowski mb...@wmi.amu.edu.pl writes: just wondering: on one hand, we have lines like #+OPTIONS: toc:nil This is a keyword. On the other hand, we have #+ATTR_ASCII: :width 10 This is an attribute. Why is the syntax

Re: [O] M-S-up/down on plain lists containing text (or multilevel lists)

2014-11-03 Thread James Harkins
At Mon, 03 Nov 2014 13:48:56 +0100, Nicolas Goaziou wrote: James Harkins jamshar...@qq.com writes: BTW the name of the menu item is misleading. C-h C-k M-S-up: ~~ It is bound to M-S-up, menu-bar Org Edit Structure Move Subtree Up, menu-bar Tbl Row Delete Row. What improvement are you

[O] The order of interpreting when exporting

2014-11-03 Thread Marcin Borkowski
Hi there, do I get it right that exporting starts with the deepest parts, and then proceeds to the outer ones? I.e., when I have a function call of the type (org-html-whatever (element contents info)) then the `contents' are already interpreted by similar functions at the lower (`inner')

[O] bug#11774: bug#11774: bug#11774: org-mode causes undo boundaries to be lost

2014-11-03 Thread Stefan Monnier
There is one possible bug. I have undo-boundary on self-insert-hook. If I do newline-and-indent, for some reason both the newline and the indent get undo boundaries. My expectation is that typing RET should only have one undo boundary. I don't know if that is user expectation error, but

Re: [O] [bug] Alignment bug in clock tables

2014-11-03 Thread Stormking
Francesco Pizzolante fpz@... writes: Hi Joost, I reported this on September 2nd too. I'm having this problem, too. The code that aligns the clocktable seems to count the \emsp entity as five characters. But with pretty entities turned on, it's displayed as only one character. The same is

Re: [O] syntax highlighting of inline LaTeX fragments

2014-11-03 Thread Brady Trainor
Rasmus ras...@gmx.us writes: The variable `org-highlight-latex-and-related' should allow you to highlight inline math. Thank you. Takes care of all, - $..$ - $$..$$ (w/ newlines) - \(..\) - \[..\] (w/ newlines) - \begin{equation}..\end{equation} (w/ newlines) -- Brady

Re: [O] Org and ledger

2014-11-03 Thread Eric S Fraga
On Friday, 31 Oct 2014 at 12:32, Vikas Rawal wrote: I have started using ledger with Org, and would be interested in knowing experiences of other users. I use ledger within org in the literate programming sense. This allows me to have different ledger entries all over the place under

Re: [O] [RFC/PATCH] org-goto: Update for isearch changes

2014-11-03 Thread Kyle Meyer
Nicolas Goaziou m...@nicolasgoaziou.fr wrote: [...] OK. So let's bind both of them to nil then. Thanks for the investigation. I've attached an updated patch. It now includes a comment about which version removed isearch-other-control-char, and the commit message has been extended to explain why

Re: [O] The order of interpreting when exporting

2014-11-03 Thread Nicolas Goaziou
Hello, Marcin Borkowski mb...@wmi.amu.edu.pl writes: do I get it right that exporting starts with the deepest parts, and then proceeds to the outer ones? Correct. Regards, -- Nicolas Goaziou

[O] [PATCH] org-transpose-word: inherit text mode syntax table?

2014-11-03 Thread Eric Abrahamsen
Something that has subconsciously bothered me for years: `org-transpose-words' does its transposition using a blank syntax table, rather than inheriting from text-mode-syntax-table, meaning we don't get any of the default text-mode transposition behavior. The most immediate problem is that

[O] bug#11774: Emacs 24.3: newline-and-indent has two undo boundaries

2014-11-03 Thread Samuel Wales
Reporting as suggested by Stefan. In order to bunch up undos by 1 instead of the hardcoded 20, I do this: (add-hook 'post-self-insert-hook #'undo-boundary 'append) This or advice used to work, then around Emacs 24.1 it stopped working. Stefan patched it in 24.3. It now works in most cases.

Re: [O] M-S-up/down on plain lists containing text (or multilevel lists)

2014-11-03 Thread Nicolas Goaziou
James Harkins jamshar...@qq.com writes: Upon further reflection, I think the best would be to bind org-metaup/down to the move subtree menu items, rather than org-shiftmetaup. I'm guessing that this is the more common use case (because moving a whole subtree doesn't destroy the structure of

Re: [O] [RFC/PATCH] org-goto: Update for isearch changes

2014-11-03 Thread Nicolas Goaziou
Kyle Meyer k...@kyleam.com writes: I've attached an updated patch. It now includes a comment about which version removed isearch-other-control-char, and the commit message has been extended to explain why both 'C-m' and RET are bound to nil. Applied with a minor tweak: boundp - fboundp.

Re: [O] [PATCH] org-transpose-word: inherit text mode syntax table?

2014-11-03 Thread Nicolas Goaziou
Hello, Eric Abrahamsen e...@ericabrahamsen.net writes: Something that has subconsciously bothered me for years: `org-transpose-words' does its transposition using a blank syntax table, rather than inheriting from text-mode-syntax-table, meaning we don't get any of the default text-mode

Re: [O] [RFC] Change property drawer syntax

2014-11-03 Thread Nicolas Goaziou
Christian Egli christian.e...@sbs.ch writes: AFAIK the org-mode taskjuggler exporter was previously able to handle this if given the following headline: * task :PROPERTIES: :Effort: 1w :depends: software :allocate: test dev2 :note: Hopefully most bugs will be found

Re: [O] Bug: Org leaves whitespace around :LOGBOOK: [8.2.10 (release_8.2.10 @ /home/jsynacek/.local/share/emacs/24.4/lisp/org/)]

2014-11-03 Thread Nicolas Goaziou
Jan Synacek jsyna...@redhat.com writes: Git bisect log: bad: [3f484a52775c8873a3b1b44e8264e01369850a8a] Fix headline insertion after an empty headline good: [e112f3c0df49264998d4ae8df545c9940692f68f] ox-texinfo: Fix corner case when fixing a node name good:

Re: [O] [RFC/PATCH] org-goto: Update for isearch changes

2014-11-03 Thread Kyle Meyer
Nicolas Goaziou m...@nicolasgoaziou.fr wrote: [...] Applied with a minor tweak: boundp - fboundp. Thanks for catching that. -- Kyle

Re: [O] The order of interpreting when exporting

2014-11-03 Thread Marcin Borkowski
On 2014-11-03, at 18:20, Nicolas Goaziou wrote: do I get it right that exporting starts with the deepest parts, and then proceeds to the outer ones? Correct. Thanks! -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

Re: [O] The order of interpreting when exporting

2014-11-03 Thread Nicolas Goaziou
Marcin Borkowski mb...@wmi.amu.edu.pl writes: On 2014-11-03, at 18:20, Nicolas Goaziou wrote: do I get it right that exporting starts with the deepest parts, and then proceeds to the outer ones? Correct. Thanks! As a side note, when reaching the outer parts, you can also discard

[O] odt export of subtree: set/suppress the date in the export

2014-11-03 Thread Steinar Bang
Emacs version: GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) of 2013-03-17 on MARVIN Org version: Org-mode version 7.9.3f (release_7.9.3f-17-g7524ef @ c:/ProgramFiles/emacs-24.3/lisp/org/) I use org to take notes in meetings. When I make an ODT export of the subtree for the meeting minutes, I

Re: [O] Bug (regression) in org-replace-disputed-keys. Bisected.

2014-11-03 Thread Nicolas Goaziou
Hello, Teika Kazura te...@gmx.com writes: Now a real fix. There're two candidates: (i) Revert the wrong commit. Since it was in fact done in two separate commits[2], you need another patch, not git-revert. Here it is:

Re: [O] Previewing chemfig

2014-11-03 Thread John Kitchin
gGarreau, Alexandre galex-...@galex-713.eu writes: I cannot reproduce this, my math previews work fine. just the chemfig is messed up. On 2014-11-02 at 22:48, John Kitchin wrote: Nicolas Goaziou m...@nicolasgoaziou.fr writes: Interestingly, this: #+LATEX_HEADER: \usepackage{chemfig}

Re: [O] odt export of subtree: set/suppress the date in the export

2014-11-03 Thread Christian Moe
Hi, Does setting the subtree's :EXPORT_DATE: property to the date of the meeting do what you're looking for? Yours, Christian Steinar Bang writes: Emacs version: GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) of 2013-03-17 on MARVIN Org version: Org-mode version 7.9.3f

Re: [O] Bug: ox-taskjuggler :effort: property incorrectly converted when in minutes

2014-11-03 Thread John Hendy
On Sun, Nov 2, 2014 at 5:25 PM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: John Hendy jw.he...@gmail.com writes: Thanks for the explanation. I pretty much only use duration, which has never had an issue. As a fluke I used effort and noticed the big difference. Thanks for illuminating the

[O] (noob) interactive template? how?

2014-11-03 Thread Sven Ehret
Hello, sorry for my noob question. I searched the list but cannot find anything that would fit. My question is: How would I use the template(s) on http://lebensverrueckt.haktar.org/articles/org-mode-Food/ ? Thank you for your attention! Best, Sven. -- Sven Ehret E-Mail-Verschlüsselung? Ist

Re: [O] (noob) interactive template? how?

2014-11-03 Thread Brady Trainor
Sven Ehret s...@ehlu.name writes: Hello, sorry for my noob question. I searched the list but cannot find anything that would fit. It's not clear how noob you are? To Emacs? To Org-mode? Do you know how to execute the emacs-lisp? Or otherwise insert into your init file? Do you know that

[O] Org-plot/org-babel-gnuplot not working

2014-11-03 Thread Garreau, Alexandre
Hello, when I do `org-plot/gnuplot' on a org-plot figure it says “org-plot/gnuplot: Cannot open load file: gnuplot”. I also tried org-babel-gnuplot, and on an example code, C-c C-c says “org-babel-execute-src-block: No org-babel-execute function for gnuplot!”. I’m under Debian Testing (Jessy),

Re: [O] Org-plot/org-babel-gnuplot not working

2014-11-03 Thread John Hendy
On Nov 3, 2014 7:44 PM, Garreau, Alexandre galex-...@galex-713.eu wrote: Hello, when I do `org-plot/gnuplot' on a org-plot figure it says “org-plot/gnuplot: Cannot open load file: gnuplot”. I also tried org-babel-gnuplot, and on an example code, C-c C-c says “org-babel-execute-src-block: No