Re: Two low-priority questions re: design of org-babel-do-load-languages

2023-03-22 Thread Mandar Mitra
Ihor Radchenko wrote (Wed, Mar 22, 2023 at 12:55:31PM +): > The function `org-babel-do-load-languages' is originally not a generic > function. It is specifically designed to be used as a :set function for > `org-babel-load-languages' variable: > > (defcustom org-babel-load-languages

Two low-priority questions re: design of org-babel-do-load-languages

2023-03-21 Thread Mandar Mitra
Here's the code from my version of org.el (9.5.5, inbuilt in Emacs 28.2). (defun org-babel-do-load-languages (sym value) "Load the languages defined in `org-babel-load-languages'." (set-default sym value) (dolist (pair org-babel-load-languages) (let ((active (cdr pair)) (lang

Re: tab at beginning of line does not indent any more

2021-12-27 Thread Mandar Mitra
On Mon, Dec 27 2021, Jose A. Ortega Ruiz wrote: > On Mon, Dec 27 2021, Mandar Mitra wrote: > i was surprised by this (new?) behaviour too. in my case, i "fixed" it > with > > (setq org-adapt-indentation t) > > if memory serves, i found about this variabl

tab at beginning of line does not indent any more

2021-12-26 Thread Mandar Mitra
I have org 20210929 installed. With emacs -Q and (package-initialize) evaluted in the *scratch* buffer, I see the following change in behaviour: * ABCD I'm fairly sure that, before the last upgrade, I used to get * ABCD Have other users observed this? Are you bothered by it? Is this

Some broken links in pages under https://orgmode.org/worg/org-contrib/babel

2021-10-04 Thread Mandar Mitra
Not sure if this is the right place to report this, but I was trying to learn about Org-Babel, and encountered some broken links. Below are a few (not a comprehensive list, of course, just some that I happened to encounter). * https://orgmode.org/worg/org-contrib/babel/intro.html *** ...

[O] Skipping multiple timestamps

2013-12-27 Thread Mandar Mitra
I'm using 8.4.2. I have the following in my TODO: *** [#1] Grading DEADLINE: 2013-12-30 Mon 2013-12-27 Fri--2013-12-29 Sun In the custom-set-variables section, I have '(org-agenda-skip-additional-timestamps-same-entry t) '(org-agenda-skip-deadline-if-done t)

[O] how to schedule over a range of dates?

2012-04-22 Thread Mandar Mitra
I understand that SCHEDULED is intended to only specify a start date, but I'd like to be able to use a range of dates with SCHEDULED, and get consistent behaviour in the Agenda view. This helps when I'm looking at the Agenda view and trying to find free days to schedule other stuff. Currently

Re: [O] how to schedule over a range of dates?

2012-04-22 Thread Mandar Mitra
Detlef Steuer wrote (Sun, Apr 22, 2012 at 07:05:12PM +0200): On Sun, 22 Apr 2012 20:28:08 +0530 Mandar Mitra mandar.mi...@gmail.com wrote: Currently (version 7.8.09), if I have something like SCHEDULED: 2012-04-21 Sat--2012-04-24 Tue I use it without the SCHEDULED keyword

Re: [O] how to schedule over a range of dates?

2012-04-22 Thread Mandar Mitra
Detlef Steuer wrote (Sun, Apr 22, 2012 at 10:58:15PM +0200): Sorry, no. It disappears and I agree that this is a problem sometimes with cleaning up my org file. You can try something like ** TODO testschedule 2012-04-17 Di--2012-04-22 So DEADLINE: 2012-04-22 So -0d It will