Re: [Orgmode] Better links to usenet articles

2008-11-14 Thread Tassilo Horn
Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Carsten, > Does anyone know the magic spell to check for this header field in a > gnus article? That works for me: --8<---cut here---start->8--- (with-current-buffer gnus-article-buffer (save-excursion (gnu

Re: [Orgmode] Better links to usenet articles

2008-11-14 Thread Tassilo Horn
Tassilo Horn <[EMAIL PROTECTED]> writes: Ups, please correct that one line. > --8<---cut here---start->8--- > (with-current-buffer gnus-article-buffer > (save-excursion > (gnus-summary-toggle-header 1) ^^^ > (goto-char

[Orgmode] About grammar highlight

2008-11-14 Thread Yu Zhao
Hello everyone, I'm beginner of org-mode. I was using Muse mode. I found org mode the day before yesterday and decided to use it instead of Muse yesterday. Because I think I can get with org what I could with muse and even more. Moreover, it is easier to manipulate. My question is if it is

Re: [Orgmode] Re: Repeating tasks with a time period?

2008-11-14 Thread Chris McMahan
It just keeps getting better! Thanks Carsten! - chris Carsten Dominik writes: > >On Nov 13, 2008, at 8:24 PM, Chris McMahan wrote: > >> Just a thought >> >> Calendar/Diary already has a very sophisticated mechanism for >> repeating appointments, blocks of time and such. >> >> Has any thought

[Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-14 Thread Bernt Hansen
"Eric Schulte" <[EMAIL PROTECTED]> writes: > I have been working on an org-mode add-on for the specialized processing > of #+begin_* blocks. Since this is very similar to the need you > expressed below, I implemented ditaa processing as one of the examples > in the initial implementation of this

[Orgmode] Feature Request: org-remember to attach toa different headline level

2008-11-14 Thread Jonathan Arkell
Hi everyone Having moved from planner mode to org mode, I am quite happy. It has required a few shifts in my planning behavior, but all in all it is for the better. One of the biggest things I miss about planner mode though is the ability to quickly attach a task to a particular planner page

Re: [Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-14 Thread Carsten Dominik
On Nov 14, 2008, at 3:54 PM, Bernt Hansen wrote: "Eric Schulte" <[EMAIL PROTECTED]> writes: I have been working on an org-mode add-on for the specialized processing of #+begin_* blocks. Since this is very similar to the need you expressed below, I implemented ditaa processing as one of the

Re: [Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-14 Thread Bernt Hansen
Carsten Dominik <[EMAIL PROTECTED]> writes: > I would like blocks to be defined so that you can use both upper > and lower case, and I hope that most of Org works like this (please > report this as a bug if is case dependent under some circumstances). :) I've only every used all uppercase for or

[Orgmode] Bug Report - org-edit-special eats the first newline

2008-11-14 Thread Bernt Hansen
Hi Carsten, This is really minor but I ran into it using C-c ' when playing with Eric's ditaa export code. ,[ test.org ] | * TODO Testing | | | | ` If you put the point on the blank line between and and do C-c ' and create something and save it with C-c ' the first

[Orgmode] BUG org-remember doesn't always save location we stored the note

2008-11-14 Thread Bernt Hansen
Hi Carsten, I took at stab at fixing this but failed miserably :( I have C-M-r mapped to org-remember. When I start org-remember I occasionally want to store the note somewhere else and I use ## C-1 C-c C-c to select file and header location interactively. After filing this note away it's har

[Orgmode] Re: BUG org-remember doesn't always save location we stored the note

2008-11-14 Thread Bernt Hansen
Bernt Hansen <[EMAIL PROTECTED]> writes: > I took at stab at fixing this but failed miserably :( > > I have C-M-r mapped to org-remember. > > When I start org-remember I occasionally want to store the note > somewhere else and I use > > ## C-1 C-c C-c to select file and header location interactiv

[Orgmode] exporting a table to latex without the document stuff?

2008-11-14 Thread Daniel M German
Hi everybody, I'd like to keep my latex tables in org, and then use a makefile to export them to Latex for inclusion in the document. Is it possible to only export the table without any of the preamble and \begin{document} stuff in it? thanks a lot! --daniel _

[Orgmode] [PATCH] Save location of stored remember notes when saving with org-refile

2008-11-14 Thread Bernt Hansen
This sets the bookmark org-remember-last-stored to the location of the stored remember note when it is filed using C-1 C-c C-c (the org-refile interface) Both org-refile-last-stored and org-remember-last-stored bookmarks will point at the same place after saving the remember buffer. This makes ju

[Orgmode] [PATCH] Fix spelling in variable documentation

2008-11-14 Thread Bernt Hansen
- org-remember-store-without-prompt --- Minor typo fix in the documentation. This is available on the git://git.norang.ca/org-mode repository on the 'for-carsten' branch. You can cherry pick commits easily with gitk as follows: $ git checkout master $ git fetch git://git.norang.ca/org-mode for

[Orgmode] Validation and text search for export

2008-11-14 Thread Sebastian Rose
Hi, I have started a little Php script for validating the output from Org's XHTML export. Everybody is welcome to use and improve it. I found there are so many corner cases for this subject (Org-files and XHTML export), that I can't find them all here. What you get for validating, is a simpl

[Orgmode] Mismatched div in html export

2008-11-14 Thread Matthew Lundin
I believe I've found an unmatched div tag in html export. The problem occurs when the headlines of an export are set to 0, as in: #+OPTIONS: h:0 toc:nil Here's a sample org source file: --org source begins- #+TITLE: Test #+OPTIONS: h:0 toc:nil * Bullet point Here is some t

Re: [Orgmode] [PATCH] Fix spelling in variable documentation

2008-11-14 Thread Carsten Dominik
On Nov 14, 2008, at 6:58 PM, Bernt Hansen wrote: - org-remember-store-without-prompt --- Minor typo fix in the documentation. This is available on the git://git.norang.ca/org-mode repository on the 'for-carsten' branch. You can cherry pick commits easily with gitk as follows: $ git checkout

Re: [Orgmode] Feature Request: org-remember to attach toa different headline level

2008-11-14 Thread Carsten Dominik
Hi Jonathan, The headline only needs to be unique in the target file. It will be found independent of the level it is at. The display in the remember buffer may be a bit misleading, but this is how it works. - Carsten On Nov 14, 2008, at 4:47 PM, Jonathan Arkell wrote: Hi everyone Hav

Re: [Orgmode] [PATCH] Fix spelling in variable documentation

2008-11-14 Thread Bernt Hansen
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Nov 14, 2008, at 6:58 PM, Bernt Hansen wrote: > >> - org-remember-store-without-prompt >> --- >> >> Minor typo fix in the documentation. This is available on the >> git://git.norang.ca/org-mode repository on the 'for-carsten' branch. >> >> You can

Re: [Orgmode] [PATCH] Fix spelling in variable documentation

2008-11-14 Thread Carsten Dominik
I have applied this fix, thanks. - Carsten On Nov 14, 2008, at 6:58 PM, Bernt Hansen wrote: - org-remember-store-without-prompt --- Minor typo fix in the documentation. This is available on the git://git.norang.ca/org-mode repository on the 'for-carsten' branch. You can cherry pick commits

Re: [Orgmode] [PATCH] Save location of stored remember notes when saving with org-refile

2008-11-14 Thread Carsten Dominik
I picked the cherry and ate it. Thanks. - Carsten On Nov 14, 2008, at 6:53 PM, Bernt Hansen wrote: This sets the bookmark org-remember-last-stored to the location of the stored remember note when it is filed using C-1 C-c C-c (the org-refile interface) Both org-refile-last-stored and org-rem

Re: [Orgmode] ido's flex matching in org-refile

2008-11-14 Thread Samuel Wales
On Mon, Nov 10, 2008 at 01:14, Carsten Dominik <[EMAIL PROTECTED]> wrote: > Hi Sam, > > if you get this to wrok correctly with outline-path-completion, > that would make me consider to put in some time to make Org more > ido compatible. I am physically incapable of continuing on this. Does anybod