Re: [O] want a custom project-aware agenda-todo-view

2016-02-08 Thread Eric S Fraga
On Monday, 8 Feb 2016 at 06:50, Stefan Huchler wrote: > when I open agenda-view (list all todo entries) "t" I see all todo items > and in the first column the filename. > > I would rather see the project the task belongs to, > sorry if I am ask thats maybe very simpel and I just dont find the righ

Re: [O] Evaluating simple inline expressions in org-mode

2016-02-08 Thread Eric S Fraga
On Sunday, 7 Feb 2016 at 16:45, H. Dieter Wilhelm wrote: works as well. I'm not sure how you define variables in calc however... >>> > >>> You could write something like src_calc[:var x=3.41]{2*x} :-) >> >> Yes but can you save a variable for use in a later expression? > > Well, at the momen

[O] Bug: Regression in ox-texinfo export

2016-02-08 Thread Oleh Krehel
At the current git master, the org source: #+BEGIN_TEXINFO @quotation Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with n

Re: [O] Bug: OpenDocument export failed: End of file during parsing [8.2.10 (release_8.2.10 @ /nix/store/2v8f4l0ikhjnqmbqn0lm9vshssm5apaq-emacs-24.5/share/emacs/24.5/lisp/org/)]

2016-02-08 Thread Damien Cassou
Nicolas Goaziou writes: > Could you send the backtrace (possibly with Org uncompiled)? I might > help understanding the issue. this is weird. I'm using a clean Emacs, on which I execute: (require 'package) (add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/";) t) ;; M

Re: [O] Bug: Regression in ox-texinfo export

2016-02-08 Thread Kaushal Modi
The syntax change was announced in Dec last year: https://lists.gnu.org/archive/html/emacs-orgmode/2015-12/msg00525.html It is now #+BEGIN_EXPORT backend #+END_EXPORT On Monday, February 8, 2016, Oleh Krehel wrote: > > At the current git master, the org source: > > #+BEGIN_TEXINFO > @q

Re: [O] Bug: Regression in ox-texinfo export

2016-02-08 Thread Oleh Krehel
Kaushal Modi writes: > The syntax change was announced in Dec last year: > https://lists.gnu.org/archive/html/emacs-orgmode/2015-12/msg00525.html > > It is now > > #+BEGIN_EXPORT backend > #+END_EXPORT Thanks, Kaushal. I wasn't aware of the change. I assume that #+TEXINFO: and #+HTML: one-line

Re: [O] Strange problems when exporting asynchronously in beamer mode

2016-02-08 Thread Julien Cubizolles
Nicolas Goaziou writes: > You could try adding (require 'ox-beamer) above. That did it. For some reason, it wasn't needed before. Julien.

Re: [O] column view uses non-existent org-whitespace face

2016-02-08 Thread Michael Brand
Hi Eric On Thu, Sep 25, 2014 at 6:09 PM, Michael Brand wrote: > On Tue, Aug 5, 2014 at 4:53 AM, Eric Abrahamsen > wrote: >> 2. The text for %ITEM has the face org-whitespace applied to the leading >> stars, which doesn't exist anymore. I assume the intended effect was >> that the stars take u

[O] Errors get suppressed by org-babel-execute-src-block

2016-02-08 Thread Gary Oberbrunner
org-babel-execute-src-block has a big unwind-protect that basically eats all errors inside it. I don't think it used to do that. It makes it hard to debug my sql code since I can't figure out where the actual problem is. In my case, I'm probably returning no result from some query, and ob-sql is m

Re: [O] symbol's function definition is void: org-find-property

2016-02-08 Thread Thorsten Jolitz
童俊翔 writes: > I want to use capture, the following is my configuration in .emacs > > > ;;(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) > (global-set-key "\C-cl" 'org-store-link) > (global-set-key "\C-cc" 'org-capture) > (global-set-key "\C-ca" 'org-agenda) > (global-set-key "\C-cb" 'or

[O] bug#22597: [25.0.90.1] org-table-import docu

2016-02-08 Thread Rasmus
Hi Andreas, Thanks for your report. Andreas Röhler writes: > saying: The file is assumed to be tab-separated > > While internally org-table-convert-region is used receiving optional > argument SEPARATOR: > > \(4) Use the comma as a field separator > \(16) Use a TAB as field separator >

[O] Capture while away from the computer via phone audio recording

2016-02-08 Thread Russell Adams
I use org-capture for *everything*. My primary Org files are all exclusively appended to by org-capture, and the agenda is my primary method of accessing their contents. Obviously these are separate from my per-project Org files, but they allow me to capture the dynamic events thrown at me each day

Re: [O] column view uses non-existent org-whitespace face

2016-02-08 Thread Eric Abrahamsen
Michael Brand writes: > Hi Eric > > On Thu, Sep 25, 2014 at 6:09 PM, Michael Brand > wrote: > >> On Tue, Aug 5, 2014 at 4:53 AM, Eric Abrahamsen >> wrote: > >>> 2. The text for %ITEM has the face org-whitespace applied to the leading >>> stars, which doesn't exist anymore. I assume the intende

[O] why does org-protocol randomly fail with "no server buffers remain to edit"?

2016-02-08 Thread Samuel Wales
why does org-protocol randomly fail with "no server buffers remain to edit"? i have tried a bookmark, which is clunky, and org-capture extension. i get this frequently. iceweasel 38.6.0 debian jessie, emacs 24, org maint.

Re: [O] [PATCH] org-attach.el: Get attachments from git annex

2016-02-08 Thread Erik Hetzner
On Sun, 07 Feb 2016 12:48:20 -0800, Achim Gratz wrote: > > Erik Hetzner writes: > > Thank you for all your feedback on this code! I’m really happy with how it > > turned out, and glad it is in master now. > > Please fix the tests to not fail (preferrably not run) if git-annex is > not installed.

[O] [PATCH] testing/lisp/test-org-attach-annex.el: New file

2016-02-08 Thread Erik Hetzner
* testing/lisp/test-org-attach-annex.el: Move all org-attach tests that use git-annex to this file, which can test for the presence of git-annex. Prevents tests failing on systems where git-annex is not installed. --- testing/lisp/test-org-attach-annex.el | 96 +++

Re: [O] bug#22597: [25.0.90.1] org-table-import docu

2016-02-08 Thread Andreas Röhler
On 08.02.2016 21:51, Rasmus wrote: Hi Andreas, Thanks for your report. Andreas Röhler writes: saying: The file is assumed to be tab-separated While internally org-table-convert-region is used receiving optional argument SEPARATOR: \(4) Use the comma as a field separator \(16) Us