Re: [Orgmode] dynamic blocks/agenda view.

2007-09-03 Thread Carsten Dominik


On Sep 2, 2007, at 18:05, François Lagarde wrote:


hello,

In my org file project, I would like to insert/see automatically all 
my "todo"
items. I mean to insert the result view of the command agenda view 
"list of all

todos" in the current file.

I guess that a "Dynamic blocks" are my friends but my knowledge in 
lisp is more

than limited.

May someone may help me.


While this is of course possible, it is somewhat against the philosophy
of Org-mode, which encourages to store all information only once
and make all the needed lists dynamically.



I would like also to point out something. Two commands exist to quote 
text

depending on we would like to produce html (begin_html) or latex
(begin_latex).

It would be maybe easier to have only one command. Maybe begin_quote.


However, you might want to export a file both to LaTeX and to HTML,
so we need both.  I agree that a general quote would be useful as well.
We currently have subtrees with the QUOTE tag, and lines starting with 
":"

as quotes.  But I guess we need something that can work in the middle of
a line, and we also need something like ... in Muse.

- Carsten



--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] dynamic blocks/agenda view.

2007-09-02 Thread François Lagarde
hello,

In my org file project, I would like to insert/see automatically all my "todo"
items. I mean to insert the result view of the command agenda view "list of all
todos" in the current file.

I guess that a "Dynamic blocks" are my friends but my knowledge in lisp is more
than limited.

May someone may help me.

I would like also to point out something. Two commands exist to quote text
depending on we would like to produce html (begin_html) or latex
(begin_latex). 

It would be maybe easier to have only one command. Maybe begin_quote.

thanks.

-- 
François Lagarde


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] dynamic blocks

2007-08-24 Thread cezar

Hello,

  I am trying to use dynamic blocks to create a summary for my clocked
work. The problem is that It's a bit unfriendly, meaning I would expect
some way to easily change the date (something like, go to tommorow; or
go to next day) cause for each day I need to go to the block, change
the address manually and hit C-u C-c C-x C-u to update the table.
  Also maybe a range would be cool in which I can get the daily
clocked summary, not a sum of them for the entire range.

This is how my block looks like:

#+BEGIN: clocktable :tstart "<2006-08-10 Thu 10:00>"
  :tend "<2006-08-10 Thu 12:00>"
  
#+END: clocktable


Any advice is appreciated.

Best regards,
Cezar



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode