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
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
(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
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
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
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
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
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.
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.
-