Re: [Orgmode] Re: BUG: refile leaves END line of inline tasks

2009-06-20 Thread Carsten Dominik
On Jun 19, 2009, at 4:44 PM, Matthew Lundin wrote: "Peter Westlake" writes: If you have a multi-line inline task, with an END line, then refiling it leaves the END line behind. Since it isn't needed at the destination, it should just be deleted. *** TODO example of refile

Re: [Orgmode] a few suggestions for org-mode table

2009-06-20 Thread Carsten Dominik
On Jun 19, 2009, at 5:29 PM, Michael Brand wrote: 1) I would like to have the fixed width columns in tables to be able to wrap around text as an alternative to the now implemented text truncation. As a "workaround" I use this: | x | first letter | | y | the greek | | | \ letter

Re: [Orgmode] a few suggestions for org-mode table

2009-06-20 Thread Carsten Dominik
Hi Michael, Org-mode tables are single line per row, and this will not change, I am quite sure - there are too many problems associated with this. Interestingly enough, there was a time when I wanted to have this as well, and there is even a command in Org where you can wrap a couple of lines in

Re: [Orgmode] org-mode-hook not started on auto-mode-alist

2009-06-20 Thread Carsten Dominik
That is weired, because the auto-mode-alist entry does nothing else but calling (org-mode) - Carsten On Jun 21, 2009, at 1:00 AM, Eraldo Helal wrote: org-mode-hook not started on auto-mode-alist doing M-x org-mode puts (Org Fly yas) in the mode list starting an .org file ends up with only (O

Re: [Orgmode] error starting the agenda with stuck projects enabled

2009-06-20 Thread Carsten Dominik
On Jun 20, 2009, at 7:39 PM, Eraldo Helal wrote: I get an error while starting the agenda if I have my stuck projects string active (not quited out) The Backtrace is attached to this email. Org-version: "6.27trans" Emacs-version: "23.0.91.1" I used the uncompiled version of org-mode (C-u M-x

[Orgmode] org-mode-hook not started on auto-mode-alist

2009-06-20 Thread Eraldo Helal
org-mode-hook not started on auto-mode-alist doing M-x org-mode puts (Org Fly yas) in the mode list starting an .org file ends up with only (Org) in the mode list! it seems like the org-mode-hook isnot executing (maybe) I have no idea on what to try next. Greetings from Austria, Eraldo __

Re: [Orgmode] org-tags-column

2009-06-20 Thread Mikael Fornius
r...@rosslaird.info (Ross A. Laird) writes: > So, how do I set this? I have tried: > > (setq org-tags-column 100) This is correct. Put the line in your $HOME/.emacs file and it will be set at startup. Another way is to use the interactive emacs customize system. I think this is the easiest and p

Re: [Orgmode] org-tags-column

2009-06-20 Thread Cameron Horsburgh
At Sat, 20 Jun 2009 12:48:23 -0700, Ross A Laird wrote: > > > One of the interesting things about org, from a non-programmer's point > of view, is that there are dozens (hundreds?) of settings that seem to > require some sort of programming knowledge. This is both challenging and > useful, from a

Re: [Orgmode] Feature suggestion: context sensitive movement

2009-06-20 Thread Samuel Wales
Thanks, Carsten. Using Carsten's comments in this thread, here is my c-m-ret command. Don't know if it helps the OP, but I find it useful. (defun alpha-org-up () "Go up by moving point to the next-highest item or headline in the following. - the item - the parent item - the headline -

[Orgmode] Re: org-tags-column

2009-06-20 Thread Ross A. Laird
Well, turns out my heuristic method works: (setq org-tags-column 100) It required a restart of emacs (not just eval-buffer and org rfresh), but it works perfectly. Now: how do I get the same setting in the agenda views? Ross -- Ross A. Laird, PhD www.rosslaird.info __

[Orgmode] org-tags-column

2009-06-20 Thread Ross A. Laird
One of the interesting things about org, from a non-programmer's point of view, is that there are dozens (hundreds?) of settings that seem to require some sort of programming knowledge. This is both challenging and useful, from an educational perspective. Here's an example: org-tags-column It is

Re: [Orgmode] checkbox problem

2009-06-20 Thread Carsten Dominik
Hi Samuel, I am quite convinced that only indentation should be used to determine list structure. I believe the solution to the problem would be a yank function that would adapt the indentation... - Carsten On Jun 19, 2009, at 7:58 PM, Samuel Wales wrote: Interesting. Just as a brainst

Re: [Orgmode] Feature suggestion: context sensitive movement

2009-06-20 Thread Carsten Dominik
On Jun 19, 2009, at 7:33 PM, Samuel Wales wrote: These look very useful. Is there one for moving to the parent item, no. You can make it with (org-beginning-of-item-list) (backward-char 1) (org-begining-if-item) or something like this (untested). and is there one for moving to

Re: [Orgmode] [patch] Link abbreviations : left-trim the tag

2009-06-20 Thread Carsten Dominik
Hmmm, this is inconsistent with all the other link syntax, like http: or news: or whatever - Carsten On Jun 19, 2009, at 11:56 PM, Nicolas Girard wrote: Hi, the following patch left-trims the tag in a link abbreviation ; this allows to write [[google: org-mode]] for better readability. --

Re: [Orgmode] make install-info

2009-06-20 Thread Carsten Dominik
Hi Nicolas, I don't know of a stable way to install info files on all systems, therefore it is too dangerous to do this step by default. Does make install-info-debian work for you? - Carsten On Jun 19, 2009, at 11:18 PM, Nicolas Girard wrote: Hi, i just noticed two things related to org-mode

Re: [Orgmode] Bugfix for org-export-format-source-code-or-example

2009-06-20 Thread Carsten Dominik
Applied, thanks, in particular for the extensive explanations. - Carsten On Jun 20, 2009, at 7:29 AM, s...@blarg.net wrote: I switched my 'org-export-html-extension' variable from "html" to "xhtml" and found that code examples are being formatted incorrectly. I use Firefox, and when Firefox h

[Orgmode] error starting the agenda with stuck projects enabled

2009-06-20 Thread Eraldo Helal
I get an error while starting the agenda if I have my stuck projects string active (not quited out) The Backtrace is attached to this email. Org-version: "6.27trans" Emacs-version: "23.0.91.1" I used the uncompiled version of org-mode (C-u M-x org-reload) If I leave the stuck project definition c

Re: [Orgmode] Documentation updates for hooks and function variables

2009-06-20 Thread Carsten Dominik
On Jun 20, 2009, at 1:19 PM, Nicolas Girard wrote: Hi, The hooks and function variables are currently not documented in the manual ; instead, the reader is redirected to a Worg page [1] which is outdated. [1] http://orgmode.org/worg/org-configs/org-hooks.php My proposal is that such documenta

[Orgmode] Re: Documentation updates for hooks and function variables

2009-06-20 Thread Nicolas Girard
2009/6/20 Nicolas Girard > The hooks and function variables are currently not documented in the manual > ${format}_visit_section 1 Function variables should be replaced with ${format}_visit_section 1 "Function variables" ___ Emacs-orgmode mailing lis

[Orgmode] Documentation updates for hooks and function variables

2009-06-20 Thread Nicolas Girard
Hi, The hooks and function variables are currently not documented in the manual ; instead, the reader is redirected to a Worg page [1] which is outdated. [1] http://orgmode.org/worg/org-configs/org-hooks.php My proposal is that such documentation takes place in the manual (possibly also in Worg)

[Orgmode] PIC embedding to XHTML

2009-06-20 Thread sand
When Firefox knows that your exported HTML file is really XHTML (thanks to you changing `org-export-html-extension' to "xhtml"), you can embed SVG into it. For example, here are PIC diagrams: http://home.avvanta.com/~sand/org-mode/embedded-pic.xhtml Those are the first two diagrams in "Making Pi