Re: ob-ledger errors quietly

2020-03-20 Thread ob-ledger
On Fri, Mar 20, 2020, at 8:45 AM, Eric S Fraga wrote: > This a ledger issue, not org. I would hope that if ledger throws an error, with exit code 1 and a message, that ob-ledger might notify me of this. The results were empty and the echo area was blank.

Re: ob-ledger errors quietly

2020-03-20 Thread Eric S Fraga
On Friday, 20 Mar 2020 at 07:46, ob-led...@tangential.info wrote: > #+BEGIN_SRC ledger > 1970-01-01 example > A 1 > B > #+END_SRC This a ledger issue, not org. You can fix this by using entry names that are not single letters. Try AA and BB and it should work. -- : Eric S Fraga via Emacs 28

ob-ledger errors quietly

2020-03-20 Thread ob-ledger
Hello all, With the following, (org-babel-do-load-languages 'org-babel-load-languages '((ledger . t))) And #+BEGIN_SRC ledger 1970-01-01 example A 1 B #+END_SRC Upon typing C-c C-c, I see no errors in echo area, but there is an error hiding in *Messages* buffer, I've included it at the e

Bug: Fontification: Heading following a comment

2020-03-20 Thread Sebastian Miele
Current master branch Org. Create an Org file with just the following two lines # * A Save, kill the buffer, find the file again. Then "* A" is in org-meta-line face.

[PATCH] Add semimonth step for clocktables

2020-03-20 Thread Christian Hopps
From 25818bb40620311d7bb497320acafc175c9f4276 Mon Sep 17 00:00:00 2001 From: Christian Hopps Date: Fri, 20 Mar 2020 06:58:29 -0400 --- lisp/org-clock.el | 4 1 file changed, 4 insertions(+) diff --git a/lisp/org-clock.el b/lisp/org-clock.el index 345fd9b5a..c902635f9 100644 --- a/lisp/or

Total amount of efforts estimates per file

2020-03-20 Thread dkrm
Hi, I have a per-project workflow, where each file is a project and every top headlines is a task in the project. At the beginning of a project I create the tasks for it and add an effort to each tasks. Then I want to have the sum of the efforts for the whole project. At this time there is no c