Re: [O] table --> org-drill

2019-04-25 Thread Damon Permezel
> On 2019-Apr-24, at 23:57, Damon Permezel wrote: > > Just noticed a bug as I was reading my post. Just if argument-prefix is > applied, it will keep trying a line with no tabs (or less than 2) and not > advance the line. I’m sure there are more…. > This version is somewhat better. It

Re: [O] [PROPOSAL] Use prefix arg to control scope of org-narrow-to-subtree.

2019-04-25 Thread Nicolas Goaziou
Hello, Karl Fogel writes: > My proposal is for each raw prefix arg (each `C-u' prefix) to expand > the narrowing level outward/upward by one. So in the above situation: I suggest to use a numeric argument for that. M-1 for one level, M-2 for two levels, maybe M-0 equivalent to current

[O] [PATCH] Fix behaviour of ":dir" when ":mkdirp" is not defined

2019-04-25 Thread Joaquín Aguirrezabalaga
Hello, I think the behaviour of ":dir" is broken since commit 8b5941330 (ob-core: Make :mkdirp work for :dir too). It only works now if ":mkdirp" is defined. If I execute the following: #+begin_src elisp :dir /tmp/some-test-dir default-directory #+end_src Instead of the expected

Re: [O] [PATCH] org-manual: Fix typo

2019-04-25 Thread Nicolas Goaziou
Hello, Sebastian Miele writes: > * doc/org-manual.org (Footnotes): Fix typo. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] [PATCH] Fix behaviour of ":dir" when ":mkdirp" is not defined

2019-04-25 Thread Nicolas Goaziou
Hello, Joaquín Aguirrezabalaga writes: > Hello, > > I think the behaviour of ":dir" is broken since commit 8b5941330 > (ob-core: Make :mkdirp work for :dir too). It only works now if > ":mkdirp" is defined. > > If I execute the following: > > #+begin_src elisp :dir /tmp/some-test-dir >

[O] bug#35419: [Proposal] Buffer Lenses and the Case of Org-Mode (also, Jupyter)

2019-04-25 Thread Dmitrii Korobeinikov
> Have you looked at Phil Lord's lentic package? I think it implements a > lot of what you're talking about. > https://github.com/phillord/lentic This is nice to see! Indeed, except for embedding, there is a large overlap with what I described as buffer lenses. BTW, judging by this

[O] bug#35419: Fwd: Re: [Proposal] Buffer Lenses and the Case of Org-Mode (also, Jupyter)

2019-04-25 Thread 'Ihor Radchenko'
--- Begin Message --- Dear Dmitrii, I strongly support the proposal. Another use case for me is to speed up agenda creation. I usually do not like to split my org files into too many. However, it results in very large and slow org buffers later. If I can store some parts of the org files

[O] bug#35419: [Proposal] Buffer Lenses and the Case of Org-Mode (also, Jupyter)

2019-04-25 Thread Dmitrii Korobeinikov
Dear Ihor, > Another use case for me is to speed up agenda creation. > I usually do not like to split my org files into too many. However, it > results in very large and slow org buffers later. If I can store some > parts of the org files externally and only show them if some condition > is met

[O] bug#35419: [Proposal] Buffer Lenses and the Case of Org-Mode (also, Jupyter)

2019-04-25 Thread Dmitrii Korobeinikov
чт, 25 апр. 2019 г. в 23:52, Philipp Stephani : > Am Do., 25. Apr. 2019 um 10:41 Uhr schrieb Dmitrii Korobeinikov > : > > I have imagined that at the low level there is an actual data structure > that keeps the raw textual data and it could be directly shared by multiple > buffers. > > That's

[O] Bug: Preserving agenda settings per buffer? [9.2.3 (9.2.3-7-g222408-elpaplus @ .emacs.d/elpa/org-plus-contrib-20190415/)]

2019-04-25 Thread Allen Li
Example variables: org-agenda-todo-list-sublevels org-agenda-dim-blocked-tasks If org-agenda-dim-blocked-tasks is default true, and you have custom agenda views foo and bar, where bar sets this to false, opening bar will result in an agenda view where blocked tasks are not dimmed, but if you go

Re: [O] Porting Apple Calendars to org-mode

2019-04-25 Thread Mohamed Wael Khobalatte
Thanks, I actually got .org-mac-iCal working, and even changed it to be able to load non-Apple calendars if present in the local calendar app. I will try and push the modified version to github or send a patch. On Thu, Apr 25, 2019 at 11:34 PM David Masterson wrote: > Mohamed Wael Khobalatte

Re: [O] Is is possible to summarize contents of a task in the agenda headings?

2019-04-25 Thread David Masterson
writes: > Thanks, I'm already using (setq org-agenda-todo-list-sublevels nil) and > org-super-agenda. Both reduce clutter which is good. OTOH I now lack > information about subtasks that has been removed from the agenda > view. It is this concern i would like to address. A bit of work, but, if

Re: [O] Porting Apple Calendars to org-mode

2019-04-25 Thread David Masterson
Mohamed Wael Khobalatte writes: > Hi guys, I posted a question to the Emacs StackExchange > (https://emacs.stackexchange.com/questions/50137/show-apple-calendar-events-in-org-mode), > but I believe it's better asked here. Does anyone know how I can get > my Apple calendar to show up in org-mode