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

2019-04-24 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 "/tmp/som

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

2019-04-24 Thread Ihor Radchenko
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 externally and only show them

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

2019-04-24 Thread Ken Mankoff
On 2019-04-24 at 21:56 +0200, Mohamed Wael Khobalatte wrote... > The file(s) you linked to usually assume a generated list of ics files > no? I didn't link to any files. There are *many* ical2org packages, many different ones. The one I currently use does expect an ICS file. If you use iCloud

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

2019-04-24 Thread Mohamed Wael Khobalatte
Thanks Ken, I'll check them out. If none works then I might try to code up something. On Wed, Apr 24, 2019 at 10:31 PM Ken Mankoff wrote: > > On 2019-04-24 at 21:56 +0200, Mohamed Wael Khobalatte < > wael.khobala...@gmail.com> wrote... > > The file(s) you linked to usually assume a generated lis

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

2019-04-24 Thread Noam Postavsky
Dmitrii Korobeinikov writes: > * Implementation > > I am not familiar with Emacs internals to say what's feasible of the > proposed structure. 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

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

2019-04-24 Thread Alan L Tyree
On 25/4/19 5:05 am, Karl Fogel wrote: Hi. This is a feature proposal -- if the consensus is that it would be welcomed, I'm happy to code it. I just didn't want to take the time to write it if there's no chance for it to be accepted upstream (since I don't want to be maintaining my own person

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

2019-04-24 Thread Alan L Tyree
On 25/4/19 5:05 am, Karl Fogel wrote: Hi. This is a feature proposal -- if the consensus is that it would be welcomed, I'm happy to code it. I just didn't want to take the time to write it if there's no chance for it to be accepted upstream (since I don't want to be maintaining my own person

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

2019-04-24 Thread Mohamed Wael Khobalatte
See for instance https://www.reddit.com/r/orgmode/comments/7vidfd/has_anyone_gotten_orgmacical_to_work/, which describes the same problem (although I *do* see some events, namely holidays, so I am closer to a solution). On Wed, Apr 24, 2019 at 3:56 PM Mohamed Wael Khobalatte < wael.khobala...@gmai

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

2019-04-24 Thread Mohamed Wael Khobalatte
Hi Ken, Thanks for your response. The file(s) you linked to usually assume a generated list of ics files no? My problem right now is that I do not want to generate those manually from my Mac (could be done of course, but this search is for something that does that). The one that comes close is or

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

2019-04-24 Thread Ken Mankoff
Hi Mohamed, On 2019-04-24 at 21:32 +0200, Mohamed Wael Khobalatte wrote... org-mode), > Does anyone know how I can get my Apple calendar to show up in > org-mode as readonly (preferably)? I had no luck with org-mac-iCal. There are several tools named ical2org - different languages, implementatio

[O] Porting Apple Calendars to org-mode

2019-04-24 Thread Mohamed Wael Khobalatte
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 as readonly (preferably)? I had no luck w

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

2019-04-24 Thread Dmitrii Korobeinikov
I have written a proposal for buffer lenses which could prove useful in Org-mode, especially for interacting with code. If you are interested, please, see this link: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35419

Re: [O] [Proposal] Source Blocks with Post-Extensions

2019-04-24 Thread Dmitrii Korobeinikov
Sorry for not answering these two days. You are right, that's an option. But I just don't think that's the best possible one - for usability. Introducing this would imply architectural decisions, so it might not be immediately clear if it's right or not. Especially that the improvement might not

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

2019-04-24 Thread Karl Fogel
Hi. This is a feature proposal -- if the consensus is that it would be welcomed, I'm happy to code it. I just didn't want to take the time to write it if there's no chance for it to be accepted upstream (since I don't want to be maintaining my own personal branch of Org Mode). It would be use

Re: [O] source-block 'uncomment-region' comments out a second time

2019-04-24 Thread Daniel Herzig
M-; is definitely what I've been searching for! Thanks for the advice, Daniel "Berry, Charles" writes: > My bad. See inline. > >> On Apr 24, 2019, at 8:45 AM, Daniel Herzig wrote: >> >> Hi! >> >> "Berry, Charles" writes: >> On Apr 22, 2019, at 3:49 AM, Daniel Herzig wrote: >>>

Re: [O] source-block 'uncomment-region' comments out a second time

2019-04-24 Thread Berry, Charles
My bad. See inline. > On Apr 24, 2019, at 8:45 AM, Daniel Herzig wrote: > > Hi! > > "Berry, Charles" writes: > >>> On Apr 22, 2019, at 3:49 AM, Daniel Herzig wrote: >>> >>> I found a minor problem when editing source code blocks. I am on >>> Org-Mode 8.2.10 that comes with Emacs 25.1.1 on D

Re: [O] source-block 'uncomment-region' comments out a second time

2019-04-24 Thread Daniel Herzig
Hi! "Berry, Charles" writes: >> On Apr 22, 2019, at 3:49 AM, Daniel Herzig wrote: >> >> I found a minor problem when editing source code blocks. I am on >> Org-Mode 8.2.10 that comes with Emacs 25.1.1 on Debian. > > With more modern versions (9.2.3, for example), the behavior you describe > d

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

2019-04-24 Thread Damon Permezel
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…. > On 2019-Apr-24, at 23:54, Damon Permezel wrote: > > Hi. > I am trying to learn Japanese and I am cre

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

2019-04-24 Thread Damon Permezel
Hi. I am trying to learn Japanese and I am creating word lists as: Kanji/Katakana Katakana meaning 理由 りゆう reason 地理 ちり geography 無理な むりな impossible 特に とくに especially 安い やすい cheap I just now scraped together the following to turn it into org-drill fo

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

2019-04-24 Thread Sebastian Miele
* doc/org-manual.org (Footnotes): Fix typo. --- doc/org-manual.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index cf58f75b4..3c16edc4a 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -21473,7 +21473,7 @@ through ~word-w