[Orgmode] Re: Navigation via headlines, with completion?

2009-02-07 Thread Mike Buksas
Shoot. I thought I was being helpful by giving the function name instead of the key-binding. Looks like I just made more confusion. I'll probably give org-goto another try. Since the functionality I'm looking for already exists in remember, I may try hacking my first org extension by adding it to

[Orgmode] Re: Images and html-export via data: ?

2009-02-07 Thread Renzo Been : - )
To follow up on the topic: I also experienced that IE did not show the images. Firefox does show them. That's actually how I found out about this trick. Firefox is using the src="data:..." inside it's bookmark file... Abiword also uses it in it's html export. And email messages that include im

Re: [Orgmode] Images and html-export via data: ?

2009-02-07 Thread Manish
On Sat, Feb 7, 2009 at 11:19 PM, Renzo Been :-) wrote: [...] > Images (and small files) can be included inside > html files in the following way. > > src="data:..." > > The image needs to be base64 encoded. Very interesting. > [...] > Another problem is that not all browsers > can display images

Re: [Orgmode] Images and html-export via data: ?

2009-02-07 Thread Sebastian Rose
Hi Renzo, is that true? I can't believe it :-D All those stupid JavaScript-preloader (for button rollovers) we all write all the time. Just send both the images together with the html and show/hide them onmouseover/out! It's valid - and it works :-) Haha - never seen this. Thank's for the hin

[Orgmode] Latex export error in tables

2009-02-07 Thread Flávio de Souza
Hi, I am trying to export one org file to latex, but I am getting lots of erros in the tables. I checked the tex generated file and table has wrong textbuf. I attached my org file so you guys can reproduce the error easily. projeto.org Description: Binary data I am using org version 6.21b.

[Orgmode] Images and html-export via data: ?

2009-02-07 Thread Renzo Been : - )
Hi, It's been a while since I posted anything on this list. I've just been using org-mode happily for quite a while now, and am quite contend with the way it's working for me now... I do have one idea that I think might be useful. Images (and small files) can be included inside html files in the

[Orgmode] Re: Latex enumerate item problem

2009-02-07 Thread Flávio de Souza
Carsten Dominik writes: > Hi Flavio, > > there is no very good solution to this, but the following works. > > > * Blablablbalbala > > 1) Blablablbalbala > > 2) Blablablbalbala > > >: sudo apt-get install openoffice.org-java-common > > > 3) Blablablbalbala > > 4) Blablablbalbala > > 5) Bl

Re: [Orgmode] Re: how to do this org-agenda command?

2009-02-07 Thread Richard KLINDA
> Regarding 'Re: [Orgmode] Re: how to do this org-agenda command?'; Manish > adds: > How about switching the TODO state when you clock in to a task and > adding a block to the custom agenda to inlude tasks with that state? > --8<---cut here---start-

Re: [Orgmode] Re: how to do this org-agenda command?

2009-02-07 Thread Richard KLINDA
> Regarding 'Re: [Orgmode] Re: how to do this org-agenda command?'; Matthew > Lundin adds: > As Manish said, I would recommend automatically changing to a todo > state when you clock in an item. > --8<---cut here---start->8--- > (setq org-cloc

[Orgmode] [PATCH] Fix grammar in description of org-refile-targets

2009-02-07 Thread Bernt Hansen
--- This is available at git://git.norang.ca for-carsten lisp/org.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index df8729e..82db6fc 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -1421,8 +1421,8 @@ This is list of cons cells. Each cell

Re: [Orgmode] Re: how to do this org-agenda command?

2009-02-07 Thread Matthew Lundin
Hi Richard, > Thanks Manish, would it be possible to have this as a single tags-todo > section? Ideally I would like to have something like this, so the most > important tasks can stay visually together at the top of my daily agenda > stuff: As Manish said, I would recommend automatically chang

Re: [Orgmode] error when exporting org to html

2009-02-07 Thread Carsten Dominik
On Feb 6, 2009, at 11:39 AM, Giovanni Ridolfi wrote: 1. OK Export region from the first heading C-c @ on the [2009...] heading C-c C-e h + exports the region OK OK. 2. Wishlist Export region from *before* the 2nd heading "I'm 1st line 1st heading" Select region with C-SPC, M-w

Re: [Orgmode] Latex enumerate item problem

2009-02-07 Thread Carsten Dominik
Hi Flavio, there is no very good solution to this, but the following works. * Blablablbalbala 1) Blablablbalbala 2) Blablablbalbala : sudo apt-get install openoffice.org-java-common 3) Blablablbalbala 4) Blablablbalbala 5) Blablablbalbala HTH - Carsten When I export to latex

Re: [Orgmode] Re: how to do this org-agenda command?

2009-02-07 Thread Manish
On Sat, Feb 7, 2009 at 6:24 PM, Richard KLINDA wrote: [...] > > >> (tags-todo "PRIORITY=\"A\"|SCHEDULED=t|CLOCKED=t" nil) > > > Obviously this is not a valid syntax (as of now) but what do you > > mean by CLOCKED=t? > > Yes it is confusing, I meant CLOCKED=t for the item that is currently > clocked

Re: [Orgmode] Re: how to do this org-agenda command?

2009-02-07 Thread Richard KLINDA
> Regarding 'Re: [Orgmode] Re: how to do this org-agenda command?'; Manish > adds: >> tags-todo section? Ideally I would like to have something like >> this, so the most important tasks can stay visually together at the >> top of my daily agenda stuff: > How about blanking out t

Re: [Orgmode] Re: how to do this org-agenda command?

2009-02-07 Thread Manish
On Sat, Feb 7, 2009 at 5:33 PM, Richard KLINDA wrote: >> Regarding 'Re: how to do this org-agenda command?'; Manish adds: > > > > --8<---cut here---start->8--- > > (setq org-agenda-custom-commands > >(quote (("r" "Richard's Daily Agenda" > >((tags

[Orgmode] Re: how to do this org-agenda command?

2009-02-07 Thread Richard KLINDA
> Regarding 'Re: how to do this org-agenda command?'; Manish adds: > --8<---cut here---start->8--- > (setq org-agenda-custom-commands > (quote (("r" "Richard's Daily Agenda" >((tags-todo "PRIORITY=\"A\"" nil) >

Re: [Orgmode] Too much text is interpreted as a code fragment

2009-02-07 Thread Carsten Dominik
On Feb 7, 2009, at 11:32 AM, Daniel Clemente wrote: Carsten Dominik writes: stuff you do not want interpreted should be protected as an example, or with ": " at the beginning of the line. If you do want this interpreted as HTML, put it into a BEGIN_HTML block or so. However, I think th

Re: [Orgmode] Too much text is interpreted as a code fragment

2009-02-07 Thread Daniel Clemente
Carsten Dominik writes: > stuff you do not want interpreted should be protected as > an example, or with ": " at the beginning of the line. > If you do want this interpreted as HTML, put it into a BEGIN_HTML block or so. > However, I think that the => of the clock should always be protected.

Re: [Orgmode] Too much text is interpreted as a code fragment

2009-02-07 Thread Daniel Clemente
> I cannot reproduce this here. You may need to close the file and open it again. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] how to do this org-agenda command?

2009-02-07 Thread Manish
On Sat, Feb 7, 2009 at 8:08 AM, Richard KLINDA wrote: > Hi, I need an org-agenda-custom-commands section for the following: list > all TODO entries, that are either scheduled for that day OR have #A > priority. Is it possible? Thanks in advance! --8<---cut here---start-

Re: [Orgmode] Installing on windows

2009-02-07 Thread Manish
On Sat, Feb 7, 2009 at 4:49 AM, Tim O'Callaghan wrote: >> Obviously, I do not fully understand the initialization sequence for >> EmacsW32. Could someone using EmacsW32 throw some more light on a >> better procedure/technique to install Org-mode on it? >> > > Hi, > > I run the same installation of

Re: [Orgmode] Installing on windows

2009-02-07 Thread Manish
On Sat, Feb 7, 2009 at 5:00 AM, Sebastian Rose wrote: > Chris McMahan writes: >> You were adding to the end of the load path, and emacs was using the >> first copy it came to (the one included in emacs). >> >> You could try something like this instead... >> >> >> (setq load-path-orig load-path) >>