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

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

[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

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

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 <

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

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,

[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

[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

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

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 >

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

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

[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