#x27;*' with a tab creates a
> formatting mess with any other text in the file.
>
> Edd
>
> On Mon, Aug 4, 2008 at 12:39 PM, anhnmncb <[EMAIL PROTECTED]> wrote:
> > anhnmncb <[EMAIL PROTECTED]> writes:
> >
> >> Carsten Dominik <[EMAIL PROTECTED]
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
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:
http://sachachua.com/wp/2008/07/20/emacs-smarter-int
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
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
&
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...
-hugo
I thought it was just "/msg chanserv register #org-mode password" and be
done with it.
On Fri, Mar 7, 2008 at 10:59 AM, Bastien Guerry <[EMAIL PROTECTED]> wrote:
> Phil Jackson <[EMAIL PROTECTED]> writes:
>
> > Bastien <[EMAIL PROTECTED]> writes:
> >
> >> Being the owner of the channel doesn't r
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
> >>
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
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
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 macro-dec
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 <[E
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!
-Hu
\{4\\}-")
> ;; The paragraph starter includes hand-formatted lists.
> (org-set-local 'paragraph-start
> "\f\\|[ ]*$\\|\\*+ \\|\f\\|[ \t]*\\([-+*][
> \t]+\\|[0-9]+[.)][ \t]
> +\\)\\|[ \t]*[:|]\\|^[ \t]+\\[[0-9]\\{4\\}-")))
>
> Hop
agraph (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 ha
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
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
> **
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 ac
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
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 no
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
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 'org-refile-hi
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 i
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:
>
>
&g
On Jan 15, 2008 8:17 AM, Carsten Dominik <[EMAIL PROTECTED]> wrote:
> Hi Hugo,
>
> On Jan 15, 2008, 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
7:55 AM, Carsten Dominik <[EMAIL PROTECTED]> wrote:
> Hi Hugo,
>
> I am not sure what 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 cas
Hi folks!
I'm sending this as a suggestion.
Right now the function 'org-remember-handler' removes the lines on the
beginning of the buffer that start with "##" (the ones explaining
usage, shortcuts, etc)
Yesterday i was trying out sachac's idea of putting quotes into
remember (on the bottom), but t
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)
(documentation
heers,
Hugo
On Jan 7, 2008 1:05 PM, Hugo Schmitt <[EMAIL PROTECTED]> wrote:
> Hello everyone!
>
> I know Remember allows one to select where we want to file an entry with
> C-u C-c C-c, but now that we have org-refile (great!), it would be really
> nice to be able to call or
Hello everyone!
I know Remember allows one to select where we want to file an entry with C-u
C-c C-c, but now that we have org-refile (great!), it would be really nice
to be able to call org-refile after the text is inserted on it's default
place (mine is the Tasks tree on todo.org)
Now, I couldn'
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 co
31 matches
Mail list logo