[O] Oas: a small addon to Org Mode to automatically close tasks with statistics

2019-08-30 Thread Andrea Giugliano
Hi, I recently landed on this conversation: https://lists.gnu.org/archive/html/emacs-orgmode/2010-03/msg00802.html Since I find myself quite often in a situation like the following: * TODO abc [3/3] - [X] a - [X] b - [X] c I decided to dive more into Org's API, and I created this library [0] to

[O] Suggestion for note capture

2019-05-11 Thread Andrea Giugliano
Hi Nathan, I think I have a starting point for you: -- (defun ag/org-add-note-to-last-entry () "Add a note to the main agenda file under the latest visited heading (untested in case the org buffer is not available)" (interactive) (let ((buffer (car (org-buffer-list 'file

Re: [O] Org mode repeated dates to do spaced learning

2019-01-06 Thread Andrea Giugliano
(org-set-tags new-tags) (add-hook 'org-trigger-hook 'my/space-repeat-if-tag-spaced)) ))) (add-hook 'org-trigger-hook 'my/space-repeat-if-tag-spaced) #+end_src Thanks, Andrea On Wed 02 Jan 2019 at 05:59, Marcin Borkowski wrote: > On 2019-01-01

Re: [O] Org mode repeated dates to do spaced learning

2019-01-01 Thread Andrea Giugliano
2019 at 16:39, Bingo wrote: > Le 1 janvier 2019 18:02:31 GMT+05:30, Andrea Giugliano a > écrit : >>Happy 2019 everyone! >> >>I would like to slightly change my learning method this year. I have >>heard that spaced learning is much better than bang your head agains

[O] Org mode repeated dates to do spaced learning

2019-01-01 Thread Andrea Giugliano
Happy 2019 everyone! I would like to slightly change my learning method this year. I have heard that spaced learning is much better than bang your head against the same material multiple times in a row. Spaced learning is simply reviewing some interesting topic at given intervals: after 1 day, 1

[O] Literate programming: Org mode and Scala

2018-09-09 Thread Andrea Giugliano
Hi everybody, TL;DR: org mode literate programming does not work easily with the current scala-mode, there are options to work around this: are the org-mode maintainers still okay with scala-mode depending on ensime? Thanks so much for org-mode: the more I use it the more I appreciate the effort

[O] Fwd: Re: Bug: Org-babel-detangle does not work for subtrees [8.3.5 (8.3.5-elpaplus @ /home/andrea/.emacs.d/elpa/org-plus-contrib-20160808/)]

2016-08-31 Thread Andrea Giugliano
I am not sure my previous mail reached everyone interested. Best, Andrea Andrea Giugliano writes: > Hello, > > I found a solution, or better I have understood how detangling is > supposed to work after reading ob-tangle.el. > > Basically, I found necessary two things to deta

[O] Bug: Org-babel-detangle does not work for subtrees [8.3.5 (8.3.5-elpaplus @ /home/andrea/.emacs.d/elpa/org-plus-contrib-20160808/)]

2016-08-30 Thread Andrea Giugliano
Hello, I have an org mode file with deep subtrees (i.e., 7 stars nesting level). When I try to detangle a src block generated by " *** TODO find map :PROPERTIES: :ID: 501cfff7-3b24-47cc-9ada-42e6d46abbe9 :END: #+BEGIN_SRC ocaml :noeval :comments both :mkdirp yes :tangle ~/tmp/findMap.

[O] Bug: [Feature request] ob-plantuml fails if there is not jar: can it check for the executable as well? [8.3.5 (8.3.5-elpaplus @ /home/andrea/.emacs.d/elpa/org-plus-contrib-20160808/)]

2016-08-12 Thread Andrea Giugliano
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -