Re: [O] How to use ox-html klipse in org-publish?

2018-05-05 Thread N. Raghavendra
) at the bottom. 3. The Org file and the Makefile that generated the HTML are at http://www.retrotexts.net/tmp/ox-html-klipse/ in case you want to see them. I hope this helps. Best regards, Raghu. -- N. Raghavendra <ra...@hri.res.in>, http://www.retrotexts.net/ Harish-Chandra Research Institute, http://www.hri.res.in/

Re: [O] org-babel-do-load-languages

2018-05-03 Thread N. Raghavendra
le, and thus ignore may be mistakenly misleading. Since the > function is so short in this case, the issue doesnʼt really arise). Thanks for that explanation too, I didn't know that. Regards, Raghu. -- N. Raghavendra <ra...@hri.res.in>, http://www.retrotexts.net/ Harish-Chandra Research Institute, http://www.hri.res.in/

Re: [O] org-babel-do-load-languages

2018-05-03 Thread N. Raghavendra
not symbols. It should be Emacs Lisp and R. See, > e.g., Emacs and ESS manuals. I agree, but I just copied the text from the current Org manual. Raghu. -- N. Raghavendra <ra...@hri.res.in>, http://www.retrotexts.net/ Harish-Chandra Research Institute, http://www.hri.res.in/

Re: [O] org-babel-do-load-languages

2018-05-03 Thread N. Raghavendra
(ignore sym) (org-babel-do-load-languages value)) ...) -------- looks reasonable. Raghu. -- N. Raghavendra <ra...@hri.res.in>, http://www.retrotexts.net/ Harish-Chandra Research Institute, http://www.hri.res.in/

Re: [O] org-babel-do-load-languages

2018-05-03 Thread N. Raghavendra
At 2018-05-03T16:49:01+05:30, N. Raghavendra wrote: > (set-default org-babel-load-languages languages) I meant `setq-default' there, not `set-default'. Raghu. -- N. Raghavendra <ra...@hri.res.in>, http://www.retrotexts.net/ Harish-Chandra Research Institute, http://www.hri.res.in/

[O] org-babel-do-load-languages

2018-05-03 Thread N. Raghavendra
tion is disabled for ‘emacs-lisp’, and enabled for ‘R’. (org-babel-do-load-languages '((emacs-lisp . nil) (R . t))) ---- Raghu. -- N. Raghavendra <ra...@hri.res.in>, http://www.retrotexts.net/ Harish-Chandra Research Institute, http://www.hri.res.in/

Re: [O] [PATCH] ox-html.el: Fix display of language indicators for source blocks

2017-09-19 Thread N. Raghavendra
At 2017-09-19T06:24:37+05:30, N. Raghavendra wrote: > Attached is a patch that implements these changes. Attached is a simplified patch with an unnecessary conditional removed. Raghu. -- N. Raghavendra <ra...@hri.res.in>, http://www.retrotexts.net/ Harish-Chandra Research Instit

Re: [O] Klipse change removed line breaks in html export of code blocks

2017-09-18 Thread N. Raghavendra
At 2017-09-16T17:27:14+02:00, Nicolas Goaziou wrote: > I'm Cc'ing Matt, as the author of klipse integration, for some insight. I've submitted a new patch with some explanation in a separate message. I hope you will review it. Cheers, Raghu. -- N. Raghavendra <ra...@hri.res.in&

Re: [O] [PATCH] ox-html.el: Fix display of language indicators for source blocks

2017-09-18 Thread N. Raghavendra
At 2017-06-14T23:02:12+05:30, N. Raghavendra wrote: > At 2017-06-12T12:45:13-04:00, Matt Price wrote: > >> As it stands right now, both changes (addition of `data-editor-type` >> attribute and moving the language name class from `pre` to `code`) >> are necessary to make

Re: [O] [PATCH] ox-html.el: Fix display of language indicators for source blocks

2017-06-14 Thread N. Raghavendra
. Cheers, Raghu. -- N. Raghavendra <ra...@hri.res.in>, http://www.retrotexts.net/ Harish-Chandra Research Institute, http://www.hri.res.in/

Re: [O] [PATCH] ox-html.el: Fix display of language indicators for source blocks

2017-06-08 Thread N. Raghavendra
ot;bump" > may be a bit early at this point. Certainly. It was less a bump than an expression of concern that my messages may have been lost in the general mileu of the mailing list. Cheers, Raghu. -- N. Raghavendra <ra...@hri.res.in>, http://www.retrotexts.net/ Harish-Chan

Re: [O] [PATCH] ox-html.el: Fix display of language indicators for source blocks

2017-06-08 Thread N. Raghavendra
At 2017-06-06T20:50:21+05:30, N. Raghavendra wrote: > CSS rules like > > pre.src-awk:before { content: 'Awk'; } > > in `org-html-style-default' don't work in the current Org version, > because the class attribute has been moved from the `pre' element to a > `code'

Re: [O] [PATCH] ox-html.el: Fix display of language indicators for source blocks

2017-06-06 Thread N. Raghavendra
At 2017-06-06T20:50:21+05:30, N. Raghavendra wrote: > CSS rules like > > pre.src-awk:before { content: 'Awk'; } > > in `org-html-style-default' don't work in the current Org version, > because the class attribute has been moved from the `pre' element to a > `code'

[O] [PATCH] ox-html.el: Fix display of language indicators for source blocks

2017-06-06 Thread N. Raghavendra
) - " data-editor-type=\"html\"" "") - code close))) + (concat open code close))) Statistics Cookie -- 2.7.4 -- -- N. Raghavendra <ra...@hri.res.in>, http://www.retrotexts.net/ Harish-Chandra Research Institute, http://www.hri.res.in/

Re: [O] Repeated tasks

2016-05-16 Thread N. Raghavendra
At 2016-05-13T22:07:58+02:00, Leandro Noferini wrote: > "N. Raghavendra" <ra...@hri.res.in> writes: > >> Is there a way to specify the timestamp for a repeated task which has >> to be done on the second Sunday of every month? I'd like the todo >> state of

[O] Repeated tasks

2016-05-16 Thread N. Raghavendra
in the Org manual. Thanks, Raghu. -- N. Raghavendra <ra...@hri.res.in>, http://www.retrotexts.net/ Harish-Chandra Research Institute, http://www.hri.res.in/

[O] Repeated tasks

2016-05-16 Thread N. Raghavendra
Is there a way to specify the timestamp for a repeated task which has to be done on the second Sunday of every month? I'd like the todo state of the task to go back to TODO after it has been marked DONE, as described in the section on repeated tasks in the Org manual. Thanks, Raghu. -- N

[O] Repeated tasks

2016-05-16 Thread N. Raghavendra
Is there a way to specify the timestamp for a repeated task which has to be done on the second Sunday of every month? I'd like the todo state of the task to go back to TODO after it has been marked DONE, as described in the section on repeated tasks in the Org manual. Thanks, Raghu. -- N

[O] Repeated tasks

2016-05-16 Thread N . Raghavendra
Is there a way to specify the timestamp for a repeated task which has to be done on the second Sunday of every month? I'd like the todo state of the task to go back to TODO after it has been marked DONE, as described in the section on repeated tasks in the Org manual. Thanks, Raghu.

[O] Repeated tasks

2016-05-12 Thread N. Raghavendra
through Gmane? -- N. Raghavendra <ra...@hri.res.in>, http://www.retrotexts.net/ Harish-Chandra Research Institute, http://www.hri.res.in/

[O] Org-contacts and Gnus

2013-07-21 Thread N. Raghavendra
it: ;; Don't fetch avatar icons of contacts from the Web. (setq org-contacts-icon-use-gravatar nil) I wonder if it is a good idea to make (1) and (2) the default behaviour. Thanks and best regards, Raghavendra. -- N. Raghavendra ra...@hri.res.in, http://www.retrotexts.net/ Harish-Chandra Research