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

2019-08-31 Thread Adam Porter
Hi Andrea, This is a nice idea. Here are a few notes: 1. You should implement it as a minor mode, and enable/disable the hooks there. 2. I would generally recommend using org-element to help with parsing. It will make your code much cleaner and easier to understand. Much of the searching

Re: [O] org-id fixups and minor changes

2019-08-31 Thread Adam Porter
Gustav Wikström writes: > Yeah – you’re right, I didn’t think that much about automated ID > creation so I stopped at seconds. I agree that it would be more > general with more precision but that will also add some more noise > into each ID. Maybe that’s not significant. But I also wonder how >

Re: [O] [RFC] Org document concept + document property drawers

2019-08-31 Thread Adam Porter
Gustav Wikström writes: > I'm continuing on my proposal to introduce a "document" element in > org-mode and the idea of seeing everything before the first headline > as the base level 0 outline for a file. I've attached two patches that > I'd like some public review of before pushing to master.

Re: [O] org-id fixups and minor changes

2019-08-31 Thread Gustav Wikström
Hi Carsten, Yeah – you’re right, I didn’t think that much about automated ID creation so I stopped at seconds. I agree that it would be more general with more precision but that will also add some more noise into each ID. Maybe that’s not significant. But I also wonder how common it will be to

[O] [RFC] Org document concept + document property drawers

2019-08-31 Thread Gustav Wikström
Hi! I'm continuing on my proposal to introduce a "document" element in org-mode and the idea of seeing everything before the first headline as the base level 0 outline for a file. I've attached two patches that I'd like some public review of before pushing to master. Patch 0001 introduces the

[O] Strange interaction between ID block property, org-schedule and ical/ics export backend

2019-08-31 Thread rey-coyrehourcq
Hi, I'm starting using org-mode to replace asana, clickup, and other tools to manage my work. I'm trying to create a day-to-day workflow with org-mode, org-agenda Schedule and iCalendat-export backend. 1) What exactly did you do After creating a new entry, i run (org-id-get-create) to get a

Re: [O] org-megaup

2019-08-31 Thread Jean-Christophe Helary
Thank you Nick for the help. It looks like I some kind of interference between the built-in org-mode and the most recent package available in melpa. Everything is fixed now. > On Aug 31, 2019, at 4:42, Nick Dokos wrote: > > Jean-Christophe Helary writes: > >> When I use org-megaup I get a

Re: [O] Bug: tangling with elisp as lang in a noweb reference doesn't work [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/local/share/emacs/26.2/lisp/org/)]

2019-08-31 Thread Immanuel Litzroth
No problem! I have some more coming up :-) I've been looking at getting org-babel to add line directives for languages that support it. (c, c++, haskell...). It would make literate programming for these kinds of languages much better, and other people have been complaining e.g.

[O] Bug: org-babel-tangle-clean seems buggy [9.2.5 (release_9.2.5-504-g3c24be @ /home/immanuel/.emacs.d/straight/build/org/)]

2019-08-31 Thread immanuel
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 https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.