Re: [O] coloring source for scala

2012-09-02 Thread Alexandre Russel
thanks for your help, I've put it all in a post http://arussel.blogspot.be/2012/09/showing-scala-code-with-orgmode-to-code.html On Thu, Aug 30, 2012 at 10:50 AM, Thorsten Jolitz tjol...@googlemail.com wrote: Alexandre Russel alexan...@russel.fr writes: Is there a way to have color for scala

Re: [O] org for blogger

2012-09-01 Thread Alexandre Russel
I've seen some code that would help but never found the use. I have my blog in one org file with one entry per level. To create the blog, I: 1. C-C C-e (for export) 2. 1 (to switch from export buffer to export subtree) 3. H (export as html to temp buffer) 4. copy/paste the div id=content.../div

[O] showing orgmode source in orgmode

2012-08-30 Thread Alexandre Russel
Hi, I couldn't find how to show orgmode source in orgmode, I've tried the obvious(ly stupid): #+begin_src orgmode #+begin_src foobar #+end_src #+end_src but when exporting it shows only #+begin_src foobar when I would have like: #+begin_src foobar #+end_src any ideas ? alex

Re: [O] showing orgmode source in orgmode

2012-08-30 Thread Alexandre Russel
On Fri, Aug 31, 2012 at 6:44 AM, Charles Philip Chan cpc...@bell.net wrote: Charles Philip Chan cpc...@bell.net writes: Hi Alexandre: #+begin_src only works with certain programming languages. Please refer to section 14 of the manual. Sorry, it seems that org-mode is supported, try:

[O] coloring source for scala

2012-08-29 Thread Alexandre Russel
Hi, I have some source code in scala, how can I get the color when exporting to html ? ie: #+begin_src scala case class foo() #+end_src Alex

Re: [O] coloring source for scala

2012-08-29 Thread Alexandre Russel
thanks for your quick answer (setq org-src-fontify-natively t) it doesn't give exactly what I was looking for. This fontify the code inside my org file. Now, when I set the language to 'java', I have color, but when I set it to scala, I don't have nice color. Is there a way to have color for

[Orgmode] clocksum of scheduled task

2010-03-30 Thread Alexandre Russel
Hi all, I have scheduled task: * TODO daily work review :WORK: SCHEDULED: 2010-03-30 Tue +1d CLOCK: [2010-03-30 Tue 07:36] - State DONE [2010-03-29 Mon 09:04] CLOCK: [2010-03-29 Mon 08:27]--[2010-03-29 Mon 09:04] = 0:37

[Orgmode] Re: removing blocked tasks from custom agenda view

2010-03-29 Thread Alexandre Russel
 I created a custom agenda view with:  (tags-todo CALLS\|PC) but it shows all the todo, even the blocked task. How can I make tags-todo respect the org-agenda-dim-blocked-tasks settings ? I believe this is because the agenda view of tags-todo doesn't have the 'todo-state property so

Re: [Orgmode] Re: removing blocked tasks from custom agenda view

2010-03-29 Thread Alexandre Russel
 I created a custom agenda view with:  (tags-todo CALLS\|PC) but it shows all the todo, even the blocked task. How can I make tags-todo respect the org-agenda-dim-blocked-tasks settings ? I believe this is because the agenda view of tags-todo doesn't have the 'todo-state property so

[Orgmode] removing blocked tasks from custom agenda view

2010-03-28 Thread Alexandre Russel
Hi all, when I C-c a t, I don't see the blocked task because I set: (setq org-agenda-dim-blocked-tasks 'invisible) I created a custom agenda view with: (tags-todo CALLS\|PC) but it shows all the todo, even the blocked task. How can I make tags-todo respect the org-agenda-dim-blocked-tasks