[Orgmode] org-olpath-completing-read is not friendly with partial-completion-mode

2009-10-16 Thread Levin Du
Try this: (partial-completion-mode t) (funcall 'org-olpath-completing-read ? '(todo1.org/tasks/ todo1.org/tasks/normal/ todo1.org/tasks/urgent/ note.org/) nil t nil nil) todotabtab It stays on todo1.org/ (Sole completion) my raw patch: diff

[Orgmode] Patch for resolving away time when clocked in

2009-10-16 Thread John Wiegley
Looking for anyone who uses Org's time clocking facilities and is willing to test this with me. I've been using it for a couple of days now. The functionality is based on the way the commercial app OfficeTime handles idleness. Excerpt from the new manual section: # Resolving idle time

[Orgmode] Evangelize the world with Org-mode

2009-10-16 Thread Sébastien Vauban
... or, at least, my colleagues. Hello, I have the following problem. I write a lot of docs. They were before in LaTeX, and now in Org. I even write our Web site. Before it was FrontPage or Muse, now it is Org as well. Using Org allows a clear separation between the contents and the form, even

Re: [Orgmode] Evangelize the world with Org-mode

2009-10-16 Thread Scot Becker
Sebastien, I don't think any of this is crazy. The first idea is similar to the HTML composition GUIs which now seem to be everywhere. I'm told it's a pretty complex task to get them to reliably be both WYSISYG and to maintain syntactically correct markup through multiple edits, but people are

Re: [Orgmode] Evangelize the world with Org-mode

2009-10-16 Thread Greg Newman
There already is Worg for wiki and pdf generation is already a core function of org-mode. Not sure if i'm missing something here or not. On Oct 16, 2009, at 6:41 AM, Scot Becker wrote: Sebastien, I don't think any of this is crazy. The first idea is similar to the HTML composition GUIs

Re: [Orgmode] Evangelize the world with Org-mode

2009-10-16 Thread Karl Maihofer
Am 16.10.09 14:09, schrieb Karl Maihofer: Perhaps ikiwiki? Ha! Have a look at this: http://www.golden-gryphon.com/blog/manoj/blog/2008/06/08/Using_org-mode_with_Ikiwiki/ There was already a discussion about ikiwiki on this list:

Re: [Orgmode] Evangelize the world with Org-mode

2009-10-16 Thread Eric Schulte
Karl Maihofer ignora...@gmx.de writes: Am 16.10.09 11:29, schrieb Sébastien Vauban: - or, even better (as it would be install-less): a Wiki based on Org syntax with document generation capability (button to generate a PDF). Perhaps ikiwiki? also blorgit could be relevant

[Orgmode] Re: Patch for resolving away time when clocked in

2009-10-16 Thread Jeff Kowalczyk
John Wiegley jwiegley at gmail.com writes: Looking for anyone who uses Org's time clocking facilities and is willing to test this with me. I've been using it for a couple of days now. The functionality is based on the way the commercial app OfficeTime handles idleness. Hi John, This

[babel] Re: [Orgmode] Re: [org-babel] Idea: Rendering output of code blocks inline (like org links)

2009-10-16 Thread Eric Schulte
Maurizio Vitale m...@cuma.i-did-not-set--mail-host-address--so-tickle-me writes: Eric == Eric Schulte schulte.e...@gmail.com writes: Eric 3) the results of a source code block are in no way Eric constrained to be located after the body of the block. In Eric cases where they are

[Orgmode] Re: org-protocol and safari

2009-10-16 Thread Mykola Nikishov
Matthew Lundin m...@imapmail.org writes: [...] As for FF, the instructions should work. See also: http://kb.mozillazine.org/Register_protocol#Linux_and_Mac These instructions are incorrect. I can confirm that setting a protocol does not work in Firefox on Mac OS - there is a bug that's

[Orgmode] Exporting Agenda to HTML

2009-10-16 Thread Nathaniel Flath
Hello, I would like to be able to export my agenda as a set of files corresponding to each org-file in org-agenda-files, as an 'agenda' html file that looks like the agenda, and has its entries hyperlinked to the relevant entry in the relevant file - much like the agenda works in emacs, where

Re: [Orgmode] Evangelize the world with Org-mode

2009-10-16 Thread Russell Adams
How about a click-thru to download a PDF of the current page? I need to go back and look into Worg some more. On Fri, Oct 16, 2009 at 07:08:59AM -0400, Greg Newman wrote: There already is Worg for wiki and pdf generation is already a core function of org-mode. Not sure if i'm missing

[Orgmode] Re: Patch for resolving away time when clocked in

2009-10-16 Thread Gregory J. Grubbs
John Wiegley jwieg...@gmail.com writes: Looking for anyone who uses Org's time clocking facilities and is willing to test this with me. I've been using it for a couple of days now. The functionality is based on the way the commercial app OfficeTime handles idleness. Wow. Your patch helped

Re: [Orgmode] Re: Patch for resolving away time when clocked in

2009-10-16 Thread John Wiegley
On Oct 16, 2009, at 10:25 AM, Jeff Kowalczyk wrote: I applied the patch against 93f396, and on Emacs 23.1 I get an error when clocking in. The error happens the first clock-in for each Emacs session, but the 'invalid timer' message shows for subsequent clock-in/out. In org-clock.el, on

[Orgmode] Integration with jsMath for HTML export of latex equations (feature request)

2009-10-16 Thread Darlan Cavalcante Moreira
Hello org-users, I know that it is possible to export equations as images if you set the variable org-export-with-LaTeX-fragments to t, but I prefer to use jsMath (http://www.math.union.edu/~dpvc/jsMath/) for equation in HTML. The problem is that when org-export-with-LaTeX-fragments is set to

Re: [Orgmode] Re: Patch for resolving away time when clocked in

2009-10-16 Thread John Wiegley
On Oct 16, 2009, at 11:59 AM, Gregory J. Grubbs wrote: One suggestion: I think when your code stops on a clock and prompts to keep/subtract/cancel, it should expand the drawer (for those of us who use drawers). I've added this to the version of the patch below. As another question: When

Re: [Orgmode] org-olpath-completing-read is not friendly with partial-completion-mode

2009-10-16 Thread Carsten Dominik
Hi Levin, I am already turning off partial completion mode for a number of relevant completion prompts, even have defined a macro org-without- partial-completion for this purpose. In what particular circumstance are you hit by this problem? - Carsten On Oct 16, 2009, at 8:52 AM, Levin Du

[Orgmode] Re: Patch for resolving away time when clocked in

2009-10-16 Thread Jeff Kowalczyk
John Wiegley jwiegley at gmail.com writes: On Oct 16, 2009, at 10:25 AM, Jeff Kowalczyk wrote: I applied the patch against 93f396, and on Emacs 23.1 I get an error when clocking in. The error happens the first clock-in for each Emacs session, but the 'invalid timer' message shows for

Re: [Orgmode] Re: Patch for resolving away time when clocked in

2009-10-16 Thread John Wiegley
On Oct 16, 2009, at 1:02 PM, Jeff Kowalczyk wrote: I am unable to reproduce the cancel-timer failure here. Please load org-clock.el into Emacs and type M-x eval-buffer and then trigger it again, that I may see the complete stack trace. No error anymore as mentioned above. I'm not sure I'm

Re: [Orgmode] Re: Patch for resolving away time when clocked in

2009-10-16 Thread John Wiegley
On Oct 16, 2009, at 1:41 PM, John Wiegley wrote: At the moment, the auto-resolver only checks files which are referred to by org-agenda-files. It does not scan the entire buffer list looking for any org-mode buffer. Do you think it should do the latter instead? I have a better answer

[Orgmode] Re: Patch for resolving away time when clocked in

2009-10-16 Thread Gregory J. Grubbs
John Wiegley jwieg...@gmail.com writes: On Oct 16, 2009, at 11:59 AM, Gregory J. Grubbs wrote: One suggestion: I think when your code stops on a clock and prompts to keep/subtract/cancel, it should expand the drawer (for those of us who use drawers). I've added this to the version of the

[Orgmode] Re: Patch for resolving

2009-10-16 Thread Jeff Kowalczyk
John Wiegley jwiegley at gmail.com writes: On Oct 16, 2009, at 1:41 PM, John Wiegley wrote: At the moment, the auto-resolver only checks files which are referred to by org-agenda-files. It does not scan the entire buffer list looking for any org-mode buffer. Do you think it should

Re: [Orgmode] Evangelize the world with Org-mode

2009-10-16 Thread Nagarjuna G.
2009/10/16 Sébastien Vauban wxhgmqzgw...@spammotel.com: I absolutely want to change this, but the path is not easy. I cannot tell my boss: just install and use Emacs, Org-mode, LaTeX and SVN, and you're good. We need an efficient middleware that transforms org buffer into html/pdf/latex as a

Re: [Orgmode] Re: Patch for resolving away time when clocked in

2009-10-16 Thread John Wiegley
On Oct 16, 2009, at 2:09 PM, Gregory J. Grubbs wrote: Since my intention was to clock in to A, I would find it confusing in any event to suddenly find myself clocked into B. Even in the case of a dangling clock caused by an emacs crash, I would prefer to stay in control! Should task B

[Orgmode] Any way to include filetags in tags completion?

2009-10-16 Thread Matt Lundin
Hi everyone, I've searched the org-mode variables and can't seem to find a way to get filetags included in tags completion. In other words, when I press TAB to see the org-global-tags-completion-table while entering a tag or filtering for tags in the agenda, only tags associated with headlines