[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

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

2010-03-28 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 org-

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

[Orgmode] clocksum of scheduled task

2010-03-29 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 :PROP

[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 fo

[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 wrote: > Charles Philip Chan 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: > > , > | #+begin_src

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 ... into blogger What el

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 wrote: > Alexandre Russel writes: > >> Is there a way to have color for scala ? > > > D