[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] [PATCH] Emphasize caption in LaTeX output

2010-03-29 Thread Thomas S. Dye
Hi Carsten, This appears to emphasize org-mode markup in LaTeX export of caption strings, caveat emptor. All the best, Tom - Modified lisp/org-latex.el diff --git a/lisp/org-latex.el b/lisp/org-latex.el index 2ba6e31..03517d5 100644 --- a/lisp/org-latex.el +++

[Orgmode] Re: Bug: LaTeX export of plain lists inside description lists [6.34trans]

2010-03-29 Thread Christian Egli
Günter Kolousek k...@htlwrn.ac.at writes: + one plain list item + just another one here follows a plain paragraph + and another new plain list + second item AFAIK this is a know bug in the LaTeX exporter which is hard to fix. Search the archives for a more detailed

Re: [Orgmode] clocktable display format

2010-03-29 Thread Olivier Schwander
Le 26 Mar 2010 17:31, Olivier Schwander a écrit: Hello, I am using clocktable to display a summary of the effort in a subtree. As I am not particularly interested in precise hourly details, I would like to display the total time in days instead of hours. Now I have: | L | Headline

[Orgmode] Org mode and emacs email

2010-03-29 Thread Simon Brown
Hi all, I currently use mutt as my email client but I'm looking for greater emacs integration and better html support. Org mode supports at least gnus, vm and wanderlust. Can anybody advise on the relative pros and cons? My main restriction is that I don't want to break my mutt setup, so the

Re: [Orgmode] checklist and org-after-todo-statistics-hook

2010-03-29 Thread Carsten Dominik
On Mar 25, 2010, at 7:14 PM, David Ellis wrote: I have the following in my .emacs file to automatically update the todo state of a parent todo based on the number of completed children. (defun org-summary-todo (n-done n-not-done) Switch entry to DONE when all subentries are done, to TODO

Re: [Orgmode] Literal HTML export and paragraphs

2010-03-29 Thread Carsten Dominik
Hi Ulf, On Feb 23, 2010, at 1:58 PM, Ulf Stegemann wrote: Hi, not quite sure if that's a bug but I've just noticed that literal HTML export with `#+HTML' or `#+BEGIN_HTML ...' suppresses paragraph markups whenever literal export appears at the end of a paragraph. An org file like this

Re: [Orgmode] Re: Tables and Images are shifted to the end of document while exporting to tex file

2010-03-29 Thread Carsten Dominik
On Mar 27, 2010, at 4:35 PM, Keith wrote: I think I find where the bug is. I notice the images which are moved to the end of the document were placed just after the footnote syntax, say: here is the content.[fn:footnote] [fn:footnote] here is the footnote of the content. #+CAPTION:

Re: [Orgmode] many an agenda keyword search improvement

2010-03-29 Thread Carsten Dominik
Hi Samuel, thanks for this message. I have put this on my list, but I cannot see when I will be able to work on this. - Carsten On Mar 13, 2010, at 6:36 PM, Samuel Wales wrote: Here are agenda suggestions for org keyword searches that I have been collecting. All of them would be very

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

2010-03-29 Thread Carsten Dominik
On Mar 28, 2010, at 2:43 PM, Alexandre Russel wrote: 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

Re: [Orgmode] Bug: LaTeX export of plain lists inside description lists [6.34trans]

2010-03-29 Thread Carsten Dominik
Hi Günter, this is a known limitation of the LaTeX exporter. You cannot have text between two items of a plain list. Bastien, when you ever have a day of programming time - this would be a great one to address. - Carsten On Mar 28, 2010, at 2:23 PM, Günter Kolousek wrote: Using the

Re: [Orgmode] Bug in LaTeX export of org-html-entities?

2010-03-29 Thread Carsten Dominik
Hi Gerald, Ulf Stegemann and myself have been working on improving this problem. The result of this work is in a special branch on the git repo, called new-entity-support. If you have time, maybe you can check out this branch and test it, to see if the problem you reported is indeed fixed. -

Re: [Orgmode] many an agenda keyword search improvement

2010-03-29 Thread Carsten Dominik
Hi Samuel, thanks for this message. I have put this on my list, but I cannot see when I will be able to work on this. - Carsten On Mar 13, 2010, at 6:36 PM, Samuel Wales wrote: Here are agenda suggestions for org keyword searches that I have been collecting. All of them would be very

Re: [Orgmode] Re: Tables and Images are shifted to the end of document while exporting to tex file

2010-03-29 Thread Carsten Dominik
On Mar 27, 2010, at 4:35 PM, Keith wrote: I think I find where the bug is. I notice the images which are moved to the end of the document were placed just after the footnote syntax, say: here is the content.[fn:footnote] [fn:footnote] here is the footnote of the content. #+CAPTION:

Re: [Orgmode] checklist and org-after-todo-statistics-hook

2010-03-29 Thread Carsten Dominik
On Mar 25, 2010, at 7:14 PM, David Ellis wrote: I have the following in my .emacs file to automatically update the todo state of a parent todo based on the number of completed children. (defun org-summary-todo (n-done n-not-done) Switch entry to DONE when all subentries are done, to TODO

[Orgmode] Re: [PATCH] Miscellaneous fixes

2010-03-29 Thread Bernt Hansen
Hi Carsten, It seems I didn't cook 84e8434337ea86cd242bac6227232fa6e1f5fb6f long enough - it breaks batch refiling operations from the agenda. Please revert this and I'll send a fix when I have one. Apologies, Bernt Carsten Dominik carsten.domi...@gmail.com writes: Applied, thanks. -

Re: [Orgmode] [PATCH] Emphasize caption in html output

2010-03-29 Thread Carsten Dominik
Hi Thomas, I have just checked in a similar patch, thanks a lot. - Carsten On Mar 29, 2010, at 7:45 AM, Thomas S. Dye wrote: Hi Carsten, This appears to emphasize org-mode markup in html export of captions. It seems to work, but I have a difficult time understanding org-mode code and

Re: [Orgmode] Some questions about column view and org mode

2010-03-29 Thread Carsten Dominik
On Mar 28, 2010, at 3:36 PM, Friedericksen Hope wrote: Dear all, I start to like column view. :) But as I played around with it, a few questions came up: - Is there some built-in timestamp property? The background is that I would like to have a column with a timestamp in it which I can set

Re: [Orgmode] [PATCH] Speed up org-diary

2010-03-29 Thread Carsten Dominik
Hi Matt, that is a good catch. org-diary is a total orphan for me, I have not looked at this function for 5 years - it was written when I was still thinking to use Org-files through the Emacs diary. I have made one change - I have given it 3 seconds instead of 1, I think this is a better

Re: [Orgmode] Emphasis etc. in #+CAPTION:

2010-03-29 Thread Carsten Dominik
On Mar 29, 2010, at 3:14 AM, Nick Dokos wrote: Thomas S. Dye t...@tsdye.com wrote: I see in the Org Manual that: You can make words *bold*, /italic/, _underlined_, =code= and ~verbatim~, and, if you must, ‘+strike-through+’. Text in the code and verbatim string is not processed

[Orgmode] Re: [PATCH] Miscellaneous fixes

2010-03-29 Thread Carsten Dominik
On Mar 29, 2010, at 1:51 PM, Bernt Hansen wrote: Hi Carsten, It seems I didn't cook 84e8434337ea86cd242bac6227232fa6e1f5fb6f long enough - it breaks batch refiling operations from the agenda. Please revert this and I'll send a fix when I have one. Done. Apologies, No reason - I am so

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

2010-03-29 Thread Carsten Dominik
On Mar 28, 2010, at 9:20 PM, Alexandre Russel wrote: 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

Re: [Orgmode] #+LABEL: in HTML export

2010-03-29 Thread Carsten Dominik
Hi Thomas, Are you talking about figures or about tables? For figures, the label is attached to the figure as the id of the div surrounding figure plus caption. However, this only works if you also specify a caption. But I think that only figures with caption should be targets for links. For

[Orgmode] Re: Org mode and emacs email

2010-03-29 Thread Richard Riley
Simon Brown si...@cliffestones.demon.co.uk writes: Hi all, I currently use mutt as my email client but I'm looking for greater emacs integration and better html support. Org mode supports at least gnus, vm and wanderlust. Can anybody advise on the relative pros and cons? My main restriction

Re: [Orgmode] Bug: LaTeX export of plain lists inside description lists [6.34trans]

2010-03-29 Thread Bastien
Carsten Dominik carsten.domi...@gmail.com writes: Bastien, when you ever have a day of programming time - this would be a great one to address. Okay, I put this on top of the list. Sadly enough, I don't think I'll have a day of programming this month, hopefully within the next two months.

Re: [Orgmode] Re: Org mode and emacs email

2010-03-29 Thread Simon Brown
* Richard Riley (rileyrg...@gmail.com) wrote: This is pretty fanboi of me but its really simple : use Gnus. It can do imap fine (you can always move to using a local dovecot server and use offlineimap to sync if performance is a problem). I've had a quick look at the gnus manual and it seems to

[Orgmode] Re: Org mode and emacs email

2010-03-29 Thread Łukasz Stelmach
Simon Brown si...@cliffestones.demon.co.uk writes: * Richard Riley (rileyrg...@gmail.com) wrote: This is pretty fanboi of me but its really simple : use Gnus. It can do imap fine (you can always move to using a local dovecot server and use offlineimap to sync if performance is a problem).

[Orgmode] Re: Export special characters to LaTeX and HTML

2010-03-29 Thread Magnus Henoch
Sven Bretfeld sven.bretf...@gmx.ch writes: I use the same characters for Sanskrit. They export just fine to LaTeX. To type them I have the following in my .emacs: (define-key global-map [(meta a)] nil) ;;make Alt-a free as a prefix (define-key org-mode-map [(meta a)] nil) (defun

[Orgmode] Re: hyperlink to IMAP email

2010-03-29 Thread Arne Freyberger
David Maus dmaus at ictsoc.de writes: Wanderlust does: [[wl:%Inbox:user/clear at host:993!#4BACBD0F.E2F8C581 at blueshieldca.com][4BACBD0F.E2F8C581 at blueshieldca.com]] How do the org-mode users link to their IMAP mail? Doing the linking on two assumptions: - the most significant

Re: [Orgmode] Re: New Org-mode talk by Carsten Dominik

2010-03-29 Thread Daniel Martins
Well, It works for white backgrounds but this color scheme is far from optimum. As I use both white background and black background for the night (I have read some academic papers that said white background is better for the eye fatigue but I am not quite sure of it) I need a white background

[Orgmode] Re: [PATCH] Speed up org-diary

2010-03-29 Thread Matthew Lundin
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com writes: that is a good catch. org-diary is a total orphan for me, I have not looked at this function for 5 years - it was written when I was still thinking to use Org-files through the Emacs diary. Thanks for applying the patch. Yes, I

Re: [Orgmode] How to open pdf file links with evince under linux?..

2010-03-29 Thread Daniel Martins
well, my values are org-file-apps is a variable defined in `org.el'. Its value is ((auto-mode . emacs) (\\.x?html?\\' . default)) which does not help very much since i think is scary to change the auto-mode in emacs I have the same annoying problem reported by Jan 2010/3/23 Jan Böcker

[Orgmode] Wrapping table header text

2010-03-29 Thread Gary .
I can't find mention of this anywhere, but is it possible to have org-mode automagically wrap the header text of a table column? For example a column called IP SLA Reports which would look like | IP SLA Reports | could be reformatted so that the header contains two lines and looks like | IP

Re: [Orgmode] Re: Export special characters to LaTeX and HTML

2010-03-29 Thread Thomas S. Dye
On Mar 29, 2010, at 4:01 AM, Magnus Henoch wrote: Sven Bretfeld sven.bretf...@gmx.ch writes: I use the same characters for Sanskrit. They export just fine to LaTeX. To type them I have the following in my .emacs: (define-key global-map [(meta a)] nil) ;;make Alt-a free as a prefix

[Orgmode] [PATCH] org-attach-commit: Split by nulls and two typos.

2010-03-29 Thread Mikael Fornius
I got a problem when doing attachments (C-c C-a c/m/c). My *Messages* buffer is flooded with: fatal: pathspec 'x' did not match any files messages. This is because the `split-string' function call in `org-attach-commit' does not split correctly in my emacs version (23.1.92.1). Maybe other

Re: [Orgmode] Org mode and emacs email

2010-03-29 Thread Henri-Paul Indiogine
Simon Brown si...@cliffestones.demon.co.uk writes: I currently use mutt as my email client but I'm looking for greater emacs integration and better html support. Org mode supports at least gnus, vm and wanderlust. Can anybody advise on the relative pros and cons? My main restriction is that I

[Orgmode] Re: How to open pdf file links with evince under linux?..

2010-03-29 Thread Matt Lundin
Hi Daniel, Daniel Martins daniel...@gmail.com writes: my values are org-file-apps is a variable defined in `org.el'. Its value is ((auto-mode . emacs)  (\\.x?html?\\' . default)) It looks as if you have changed this variable somehow. The default value is: ((auto-mode . emacs) (\\.mm\\' .

[Orgmode] Re: [ANN] org-mac-protocol, fully updated for 10.6 and with added applications

2010-03-29 Thread J. David Boyd
Carsten Dominik carsten.domi...@gmail.com writes: Hi Christopher, this is awesome! I guess this is a single elisp file? Looks like a bunch of AppleScript files that communicate with an elisp file... ___ Emacs-orgmode mailing list Please use

Re: [Orgmode] Re: hyperlink to IMAP email

2010-03-29 Thread David Maus
Arne Freyberger wrote: OK, so I spent a few hours configuring Wanderlust. When I try to link to an email message via: [[wl:%OPSLeaders:freyb...@mail.jlab.org:993!#4ba2737a.4060...@jlab.org][emails exchanged]] I get the following error: org-wl-open: Invalid function: wl-folder-get-elmo-folder

[Orgmode] Nick Dokos (2nd attempt): [OT] Thanks!

2010-03-29 Thread Nick Dokos
[I think this bit the dust because of the same problem: I forgot to update a setting. 2nd attempt.] --- Forwarded Message Date:Mon, 29 Mar 2010 16:39:31 -0400 From:Nick Dokos nicholas.do...@hp.com To: emacs-orgmode@gnu.org cc: nicholas.do...@hp.com, Mikael Fornius

Re: [Orgmode] Nick Dokos (2nd attempt): [OT] Thanks!

2010-03-29 Thread Carsten Dominik
On Mar 29, 2010, at 11:39 PM, Nick Dokos wrote: [I think this bit the dust because of the same problem: I forgot to update a setting. 2nd attempt.] --- Forwarded Message Date:Mon, 29 Mar 2010 16:39:31 -0400 From:Nick Dokos nicholas.do...@hp.com To: emacs-orgmode@gnu.org cc:

Re: [Orgmode] [ANN] org-mac-protocol, fully updated for 10.6 and with added applications

2010-03-29 Thread Christopher Suckling
On Mon, 29 Mar 2010 13:28:31 +0200, Carsten Dominik carsten.domi...@gmail.com wrote: this is awesome! I guess this is a single elisp file? Then you should just send it to me when ready. I will add it and also make an entry for it in org-modules. There is a single elisp file, but there

Re: [Orgmode] suggestion: display of #+TITLE

2010-03-29 Thread Thomas S. Dye
Hi Dan, What a pleasant surprise to see the tastefully displayed #+Title:, # +Author:, #+Email: and #+Date: after I pulled from git earlier today. What's next, org-mode stylesheets? All the best, Tom On Mar 27, 2010, at 4:52 PM, Dan Davison wrote: Thanks Scot, here's the final version of

Re: [Orgmode] many an agenda keyword search improvement

2010-03-29 Thread Samuel Wales
On 2010-03-29, Carsten Dominik carsten.domi...@gmail.com wrote: Hi Samuel, thanks for this message. I have put this on my list, but I cannot see when I will be able to work on this. Ah, I overwhelmed you. :) Anybody else find them interesting? :) Thanks for all of your work on org-mode.

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