Re: [Orgmode] Re: How to convert org file to such a plain text

2008-08-05 Thread Hugo Schmitt
, anhnmncb [EMAIL PROTECTED] wrote: anhnmncb [EMAIL PROTECTED] writes: Carsten Dominik [EMAIL PROTECTED] writes: On Jul 26, 2008, at 9:52 AM, anhnmncb wrote: Hugo Schmitt [EMAIL PROTECTED] writes: What are the odds that Carsten has plans to export to a format *you* just invented

Re: [Orgmode] Re: How to convert org file to such a plain text

2008-07-26 Thread Hugo Schmitt
What are the odds that Carsten has plans to export to a format *you* just invented? On Fri, Jul 25, 2008 at 3:47 PM, anhnmncb [EMAIL PROTECTED] wrote: Carsten Dominik [EMAIL PROTECTED] writes: We do not have an exporter that can do this right now. - Carsten Will it come in furture?

[Orgmode] Emacs: Smarter interactive prompts with Org remember templates

2008-07-20 Thread Hugo Schmitt
Hello orgmoders! Is Sacha on the list? She has a lot of ideas, but I really wish she would work with the list to improve Orgmode, instead of posting a patch that very few people will want to mantain... Any ideas? Cheers, Hugo The post is here:

Re: [Orgmode] export to txt files

2008-03-17 Thread Hugo Schmitt
Hm, I guess I sent this only to Dimitri... I'm resending it to the list.. This seems to do what you want. (defun org-export-top-levels () (interactive) (goto-char (point-min)) (let (start (point)) (while (re-search-forward ^* nil t) (write-region start (point-at-bol) (concat

Re: [Orgmode] rcirc

2008-03-12 Thread Hugo Schmitt
Hi folks. i'd like to write that but before I have to understand how do you use it.. :) I'm trying it with ERC and what I see: following an irc link takes you to the corresponding buffer (say emacs channel) What does that have to do with logs? I must have missed something big this time...

Re: [Orgmode] rcirc

2008-03-12 Thread Hugo Schmitt
at 6:12 PM, Bastien Guerry [EMAIL PROTECTED] wrote: Hugo Schmitt [EMAIL PROTECTED] writes: I'm trying it with ERC and what I see: following an irc link takes you to the corresponding buffer (say emacs channel) What does that have to do with logs? Maybe try to configure this option

Re: [Orgmode] Re: IRC Channel

2008-03-07 Thread Hugo Schmitt
I bet the bot is named Borg :) On Fri, Mar 7, 2008 at 9:36 AM, Bastien [EMAIL PROTECTED] wrote: Hi Phil and Russell, Phil Jackson [EMAIL PROTECTED] writes: Russell Adams [EMAIL PROTECTED] writes: First thing everyone talked about was who wants to take the role of channel owner? They

Re: [Orgmode] Quickly Switch Between TODO States

2008-02-13 Thread Hugo Schmitt
Wanrong, I have it configured like this: (setq org-todo-keywords '((sequence TODO(t) STARTED(s) WAITING(w) UNTESTED(u) | DONE(d) DEFERRED(f) CANCELLED(x (setq org-use-fast-todo-selection t) then all it takes is C-c C-t and then a key (t,s,w)... Cheers, Hugo On Feb

Re: [Orgmode] list indentation

2008-02-07 Thread Hugo Schmitt
Hi. The problem with your example, afaik, is that 'And another list' is just the rest of the text that starts at the last 'blah'. Shouldn't 'And another list' be a header? Maybe you want something like this? ** TODO something to be done notes about this task come here and they include a list

Re: [Orgmode] cygwin and org mode

2008-02-06 Thread Hugo Schmitt
Hi. Even though I can't help you with your problem, I wanted to remember you that Cygwin already has Emacs 22. Regards, Hugo On Feb 6, 2008 3:25 PM, Paul Schlesinger [EMAIL PROTECTED] wrote: When I attempt to load Org-mode in emacs 21 under cygwin I get symbol not defined and

Re: [Orgmode] Fill-paragraph and orgmode

2008-01-31 Thread Hugo Schmitt
\f\\|[ ]*$\\|\\*+ \\|\f\\|[ \t]*\\([-+*][ \t]+\\|[0-9]+[.)][ \t] +\\)\\|[ \t]*[:|]\\|^[ \t]+\\[[0-9]\\{4\\}-))) Hope this helps. - Carsten On Jan 28, 2008, at 11:54 AM, Hugo Schmitt wrote: Hi everyone. There is a little issue that I keep having with org-mode. Say

Re: [Orgmode] Strange bug, request for more info

2008-01-31 Thread Hugo Schmitt
Adam, i'm happy and sad with you last message. How come i never heard about edebug? I read every elisp tutorial out there (should have read the manual!) I've been putting (read-string debug msg) on my code for the past two years for tracing the execution... This totally rocks! Thanks a lot!

Re: [Orgmode] Re: Git repository

2008-01-31 Thread Hugo Schmitt
I use mercurial just because it's supposed to work better with windows (work). -Hugo On Jan 31, 2008 1:34 PM, Adam Spiers [EMAIL PROTECTED] wrote: On Thu, Jan 31, 2008 at 04:39:50PM +0100, Carsten Dominik wrote: On Jan 31, 2008, at 4:33 PM, Bernt Hansen wrote: Carsten Dominik [EMAIL

[Orgmode] Fill-paragraph and orgmode

2008-01-28 Thread Hugo Schmitt
Hi everyone. There is a little issue that I keep having with org-mode. Say the cursor is on : * TODO Title Words words words words words words words words words words words words words words words [2008-01-25 sex] After you press M-q you get this: * TODO Title Words words words words

Re: [Orgmode] Fill-paragraph and orgmode

2008-01-28 Thread Hugo Schmitt
(or org-fill-paragraph) to achieve that, please tell me. Thanks, Hugo On Jan 28, 2008 8:08 AM, Phil Jackson [EMAIL PROTECTED] wrote: Hugo Schmitt [EMAIL PROTECTED] writes: Hi everyone. There is a little issue that I keep having with org-mode. Say the cursor is on : * TODO Title Words

Re: [Orgmode] TODO dependencies

2008-01-25 Thread Hugo Schmitt
And the parent could also support the [%] notation that exists for checkboxes :) -Hugo On Jan 25, 2008 12:45 PM, Stuart McLean [EMAIL PROTECTED] wrote: Hi, Sorry if I have started a new thread on this subject, GMail and I are not getting along right now. ** TODO a main project *** TODO

[Orgmode] org remember anything

2008-01-25 Thread Hugo Schmitt
Hi. So, just wrote this and maybe there are others users of Anything.el around: Just update your anything-sources variable to include anything-org-remember. Maybe this will get more useful for people that have 10+ templates and not enough meaninful keys. - Hugo Ps: if there is a better way of

Re: [Orgmode] FR: interactive todo creation with remember templates

2008-01-25 Thread Hugo Schmitt
Perfect! Thanks - Hugo On Jan 25, 2008 10:58 AM, Carsten Dominik [EMAIL PROTECTED] wrote: On Jan 24, 2008, at 5:37 PM, Hugo Schmitt wrote: I think my suggestion doesn't fit orgmode that well, but what if 'org-remember' had 'template' as an optonal argument? (instead of pulling from org

Re: [Orgmode] FR: interactive todo creation with remember templates

2008-01-24 Thread Hugo Schmitt
I think my suggestion doesn't fit orgmode that well, but what if 'org-remember' had 'template' as an optonal argument? (instead of pulling from org-remember-template interactively). Then people could write their own menus/keymap/etc before calling remember. (Hmm, thinking about it, maybe i'll try

Re: [Orgmode] Auto Archive TODOs?

2008-01-24 Thread Hugo Schmitt
Hi... You can do both things, number 2 is easier, if that solves your problem. 1) John Wiegley implemented something to auto archive done tasks. I dunno if it has been added in org. Here is the link: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg02939.html 2) Rebind to another key: This

Re: [Orgmode] Re: Remember and then refile

2008-01-20 Thread Hugo Schmitt
I use ido all day, and I find ido-completing-read much nicer/cooler than the default. If anyone wants to try, just change the sexp (completing-read ...) inside org-refile for something like: (if (fboundp 'ido-completing-read) (ido-completing-read Refile to: tbl nil t nil

Re: [Orgmode] Remember and then refile

2008-01-18 Thread Hugo Schmitt
Can't wait! Thank you very much for all the work on org-mode. -Hugo On Jan 18, 2008 5:47 AM, Carsten Dominik [EMAIL PROTECTED] wrote: This will be in 5.19. Thanks for the proposal!. - Carsten On Jan 7, 2008, at 5:05 PM, Hugo Schmitt wrote: Hello everyone! I know Remember allows one

[Orgmode] Problems with org-remember-use-refile-when-interactive

2008-01-18 Thread Hugo Schmitt
Hi Carsten. I was just trying out 5.19 and something showed up with the new remember-refile option. You seem to store the text into the *remember* buffer before calling (org-refile). That is a problem for people that have 'org-refile-targets' to set to generate targets from current file. Here

Re: [Orgmode] Patch to allow quotes showing on *remember*

2008-01-15 Thread Hugo Schmitt
the purpose of this is. The ## stuff at the beginning is stuff to remind the user on how to proceed further. What is the idea of Sacha you are referring to? What is the use case? Thanks. On Jan 14, 2008, at 8:45 PM, Hugo Schmitt wrote: Hi folks! I'm sending this as a suggestion

Re: [Orgmode] Patch to allow quotes showing on *remember*

2008-01-15 Thread Hugo Schmitt
, at 12:04 PM, Hugo Schmitt wrote: Hi again. Let me just show you the use case. Take a look at my current remember buffer: ---start ## Filing location: Select interactively, default, or last used: ## C-u C-c C-c to select file and header location interactively. ## C-c C

[Orgmode] [Org+] org-elisp-symbol.el

2008-01-14 Thread Hugo Schmitt
I'm reposting to the list because Bastien's mail bounced. --- Hi Bastien. I've been using this package daily, thank you very much. I had a problem today with evaluated functions without docstring. They 'fall' on the code below because functionp is t for them: ((functionp sym-name)

Re: [Orgmode] Can you automatically open a branch on load?

2007-12-28 Thread Hugo Schmitt
Hello. Something like this already works fine for me: (add-hook 'org-mode-hook 'my-open-some-branch) (defun my-open-some-branch () Start org file with some particular branch opened. (org-overview) (save-excursion (search-forward Finances) (org-show-entry))) You can easily write a