[O] Set org-todo-keywords as file-local variables

2014-10-06 Thread Thorsten Jolitz
Hi List, I set 'org-todo-keywords' as file-local variables in a file, and 'C-h v org-todo-keywords' in that file's buffer suggests I was successfull: , | org-todo-keywords is a variable defined in `org.el'. | Its value is shown below. | | This variable's value is file-local. | | Document

Re: [O] Babel evaluation of Calc block not working, bug in Calc?

2014-10-06 Thread H. Dieter Wilhelm
Andrea Rossetti writes: >> PS: Are you using Calc regularly? > Compact answer: no :( > Detailed answer: I do like Calc and Org+Babel+Calc, > but my daily job doesn't involve any maths. Then it's understandable, the UI of Calc is very fast but also very, very abstract. My hope is that with the Ba

Re: [O] babel "language" for conf-mode?

2014-10-06 Thread Thomas S. Dye
Aloha Eric, My guess is that you'll need to define conf-unix as a language. It might be easy since evaluation isn't needed. See, http://orgmode.org/w/worg.git/blob/HEAD:/org-contrib/babel/ob-template.el All the best, Tom Eric Abrahamsen writes: > I'm doing a blog post on various computer con

[O] babel "language" for conf-mode?

2014-10-06 Thread Eric Abrahamsen
I'm doing a blog post on various computer configuration stuff, including lengthy excerpts from configuration files. It would be kind of nice to export the HTML so that the :htmlize-source option also recognized these chunks, and highlighted them correctly. So instead of wrapping the excerpts in #+

Re: [O] Clocktable language customization not working as expected

2014-10-06 Thread Axel Kielhorn
Am 06.10.2014 um 23:15 schrieb Andrea Rossetti : > Axel Kielhorn writes: >> >> Clocktable language: not working >> >> #+BEGIN: clocktable :maxlevel 2 :scope file :lang fr >> #+CAPTION: [2014-10-04 Sat 09:09] >> | || | >> |-++--|

Re: [O] Clocktable language customization not working as expected

2014-10-06 Thread Andrea Rossetti
Axel Kielhorn writes: > > Clocktable language: not working > > #+BEGIN: clocktable :maxlevel 2 :scope file :lang fr > #+CAPTION: [2014-10-04 Sat 09:09] > | || | > |-++--| > | *nil* | *0:31* | | > |

Re: [O] LaTeX exporter

2014-10-06 Thread Rasmus
Fabrice Popineau writes: > Maybe I wasn't clear enough. > I was thinking about an option specific of the latex exporter to expand the > document class options : > > \documentclass[default_option_1, default_option_2, EXTRA_OPTIONS]{myclass} > > default_option_i being taken from the org-latex-class

Re: [O] Babel evaluation of Calc block not working, bug in Calc?

2014-10-06 Thread Andrea Rossetti
Hi Dieter, die...@duenenhof-wilhelm.de (H. Dieter Wilhelm) writes: > PS: Are you using Calc regularly? Compact answer: no :( Detailed answer: I do like Calc and Org+Babel+Calc, but my daily job doesn't involve any maths. The Org functions I use most frequently are: - org-clock-in, org-clock-out

Re: [O] LaTeX exporter

2014-10-06 Thread Fabrice Popineau
Hi, Maybe I wasn't clear enough. I was thinking about an option specific of the latex exporter to expand the document class options : \documentclass[default_option_1, default_option_2, EXTRA_OPTIONS]{myclass} default_option_i being taken from the org-latex-classes entry for the current class. A

Re: [O] LaTeX exporter

2014-10-06 Thread Nicolas Goaziou
Hello, Fabrice Popineau writes: > The org-latex-classes variable handles a couple of parameters like > DEFAULT-PACKAGES, PACKAGES and EXTRA. > > I thing that this variable could also benefit from an EXTRA_OPTIONS > parameter. > This could allow to have a default set of options for the curent cla

Re: [O] real-time image rendering

2014-10-06 Thread Doyley, Marvin M.
I agree controlling the refresh rate make your approach better. Thanks, M > Why better? For which reason? > Why not this: > --8<---cut here---start->8--- > (add-hook 'org-babel-after-execute-hook > (lambda () > (org-display-inline-images ni

Re: [O] how to replace 'org-drawers'

2014-10-06 Thread Alan Schmitt
Hello Jonathan, On 2014-10-06 11:13, Jonathan Leech-Pepin writes: > Hello Alan > > On 6 October 2014 08:23, Alan Schmitt > wrote: > > Hello, > > I'm trying to use org-wc, but it fails because org-drawers no > longer > exists. Is there a suggestion to change > https://g

Re: [O] how to replace 'org-drawers'

2014-10-06 Thread Alan Schmitt
On 2014-10-06 17:00, Rasmus writes: > Hi, > > Alan Schmitt writes: > >> I'm trying to use org-wc, but it fails because org-drawers no longer >> exists. Is there a suggestion to change >> https://github.com/dato/org-wc/blob/master/org-wc.el#L55 such that it >> works with current org? > > A pragma

Re: [O] how to replace 'org-drawers'

2014-10-06 Thread Alan Schmitt
On 2014-10-06 14:56, Thorsten Jolitz writes: > Alan Schmitt writes: > >> Hello, >> >> I'm trying to use org-wc, but it fails because org-drawers no longer >> exists. > > Not??? > > I still find this > > , > | 510:;;; Greater elements > | 544: Center Block > | 594: Drawer > ` > >

Re: [O] how to replace 'org-drawers'

2014-10-06 Thread Jonathan Leech-Pepin
Hello Alan On 6 October 2014 08:23, Alan Schmitt wrote: > Hello, > > I'm trying to use org-wc, but it fails because org-drawers no longer > exists. Is there a suggestion to change > https://github.com/dato/org-wc/blob/master/org-wc.el#L55 such that it > works with current org? > > A quick search

Re: [O] how to replace 'org-drawers'

2014-10-06 Thread Rasmus
Hi, Alan Schmitt writes: > I'm trying to use org-wc, but it fails because org-drawers no longer > exists. Is there a suggestion to change > https://github.com/dato/org-wc/blob/master/org-wc.el#L55 such that it > works with current org? A pragmatic approach is to approximate the org-wc word coun

Re: [O] Formal description of Org files

2014-10-06 Thread Samuel Loury
Hi, Gustav Wikström writes: >> Just curious: what is it you wish to do in a mobile environment. I have >> everything I need with MobileOrg and running full emacs + org on an >> OpenPandora. Obviously, your needs may be different than mine. >> >> (email composed on train offline on my OpenPandor

Re: [O] how to replace 'org-drawers'

2014-10-06 Thread Thorsten Jolitz
Alan Schmitt writes: > Hello, > > I'm trying to use org-wc, but it fails because org-drawers no longer > exists. Not??? I still find this , | 510:;;; Greater elements | 544: Center Block | 594: Drawer ` in my org-element.el. I guess you mean something else? PS #+BEGIN_SRC e

[O] how to replace 'org-drawers'

2014-10-06 Thread Alan Schmitt
Hello, I'm trying to use org-wc, but it fails because org-drawers no longer exists. Is there a suggestion to change https://github.com/dato/org-wc/blob/master/org-wc.el#L55 such that it works with current org? Thanks, Alan -- OpenPGP Key ID : 040D0A3B4ED2E5C7 signature.asc Description: PGP s

[O] org-mac-link discovered!

2014-10-06 Thread Rainer M Krug
I just discovered org-mac-link [1] and I must say *I love it*. Just had to share this. Cheers, Rainer Footnotes: [1] [[http://orgmode.org/worg/org-contrib/org-mac-link.html]] -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 pgp13NG4KQphq.pgp Description: PGP signature

[O] [PATCH] read.table in variable transfer caused sometimes "function not found" error - small change

2014-10-06 Thread Rainer M Krug
Hi The variable transfer of tables from org to R caused sometimes 'could not find function "read.table"' errors (e.g. when the file was tangled into a ./data directory which was loaded by the function devtools::load_all("./")). This can easily be fixed by adding the package name to the call in R,

[O] archive subtree with complete structure

2014-10-06 Thread Julien Cubizolles
Can org-archive-subtree be made to archive the whole parent structure along with the subtree selected ? I'm using an the same org file every year and I'd like to archive some of its contents at the end of the year. Something like: Master file: archive subtree with complete structure From: Julien

Re: [O] agenda time grid -- default time slot lines

2014-10-06 Thread Sebastien Vauban
Mike McLean wrote: > Attached is a patch that updates the Docstring of org-agenda-time-grid to > match the actual options. > > From 60112793e7d459b43cf59f96e77301488b7412d7 Mon Sep 17 00:00:00 2001 > From: Mike McLean > Date: Mon, 6 Oct 2014 05:54:09 -0400 > Subject: [PATCH] org-agenda.el: Update

Re: [O] agenda time grid -- default time slot lines

2014-10-06 Thread Mike McLean
Attached is a patch that updates the Docstring of org-agenda-time-grid to match the actual options. On Mon, Oct 6, 2014 at 4:58 AM, Sebastien Vauban wrote: > hymie! wrote: > > My Agenda for a-week-from-next-Tuesday looks like this: > > > > Tuesday14 October 2014 > >8:00.

Re: [O] agenda time grid -- default time slot lines

2014-10-06 Thread Sebastien Vauban
hymie! wrote: > My Agenda for a-week-from-next-Tuesday looks like this: > > Tuesday14 October 2014 >8:00.. > 10:00.. > 12:00.. > tasks: 14:00-15:00 IT-Security meeting >

[O] LaTeX exporter

2014-10-06 Thread Fabrice Popineau
Hi, The org-latex-classes variable handles a couple of parameters like DEFAULT-PACKAGES, PACKAGES and EXTRA. I thing that this variable could also benefit from an EXTRA_OPTIONS parameter. This could allow to have a default set of options for the curent class, but to locally add a couple of option

Re: [O] PATCH: org-mac-link.el: Don't fail on machines without Growl installed

2014-10-06 Thread Nicolas Goaziou
Hello, Alan Schmitt writes: > Unless I'm mistaken, I did not receive a reply to this question: can > I apply this patch? > > I understand that Bastien is quite busy at the moment, so I'm wondering > if I should bug somebody else ;) Please go ahead (applying the patch, not bugging somebody!).