Re: [Orgmode] hotkeys for org in OS X (WAS gnome)

2007-12-22 Thread William Henney
Hi list On Dec 22, 2007 12:00 PM, Rustom Mody <[EMAIL PROTECTED]> wrote: > I guess that there are -- broadly speaking -- 3 ways of handling this: > > 1. A programmable window manager > 2. Generating arbitrary sequence of events by stuffing the > corresponding keys into the window manager using (so

Re: [Orgmode] Org Radio

2007-12-22 Thread Bastien
Hi David, "David O'Toole" <[EMAIL PROTECTED]> writes: > I'm writing an add-on for Org (again!) > > This one is called radio.el. It lets you annotate files (or even > individual lines within files) with arbitrary org subtrees. Great! I played with it a bit, and I like the general idea. I though

Re: [Orgmode] emacs on the N800

2007-12-22 Thread Bastien
Adam Spiers <[EMAIL PROTECTED]> writes: R> On Thu, Dec 13, 2007 at 04:27:16PM +, Adam Spiers wrote: >> On Wed, Dec 12, 2007 at 09:43:18AM -0800, Daniel M German wrote: >> > Adam Spiers twisted the bytes to say: >> > >> On the other hand I have read that emacs23 has support for this type >> >

Re: [Orgmode] emacs on the N800

2007-12-22 Thread Adam Spiers
On Thu, Dec 13, 2007 at 04:27:16PM +, Adam Spiers wrote: > On Wed, Dec 12, 2007 at 09:43:18AM -0800, Daniel M German wrote: > > Adam Spiers twisted the bytes to say: > > >> On the other hand I have read that emacs23 has support for this type > > >> of devices, but I have not compiled it yet.

[Orgmode] Using C-c - to (un)listify and/or C-c * to (un)"headify" ?

2007-12-22 Thread Bastien
Ahem. Sorry for the messy subject line. Here are two needs I often meet: 1. I need to listify the lines between a region 2. I need to convert lines into headlines For now I'm using two simple functions (see below). But I think there is room for improvement. The first function could be merged

Re: [Orgmode] hotkeys for org in gnome

2007-12-22 Thread Rustom Mody
On Dec 22, 2007 9:22 PM, Bastien <[EMAIL PROTECTED]> wrote: > "Eric Schulte" <[EMAIL PROTECTED]> writes: > > > On Monday, December 17, at 15:20, Adam Spiers wrote: > > > On Mon, Dec 17, 2007 at 10:27:40AM +0400, Dmitri Minaev wrote: > > > > On Dec 15, 2007 8:34 AM, Rustom Mody <[EMAIL PROTECTED]>

Re: [Orgmode] emacs on the N800

2007-12-22 Thread Adam Spiers
On Sat, Dec 22, 2007 at 05:05:16PM +0100, Bastien wrote: > Hi, > > finally I didn't switch to the N810. The N800 already fits most of my > "needs" (who really need such a tool?). > > Daniel M German <[EMAIL PROTECTED]> writes: > > > I can provide a tar file for /usr/local with emacs in it. Bu

Re: [Orgmode] Org-mode version 5.17

2007-12-22 Thread Bastien
Bastien <[EMAIL PROTECTED]> writes: > Here is the only slight oddity I've found so far: when moving folded > trees, sometimes the moved tree will be swallowed in the previous or > next fold... More on this: I think this is due to the fact that any empty line at the end of a subtree is considered

[Orgmode] Convert the region into an abbrev link

2007-12-22 Thread Bastien
Hi list, I'm regularily using Org for taking notes in meetings. It's very handy to be able to send a HTML/PDF report to everyone quickly. While doing this, I like to link some parts of the text that need to be searched further, after the meeting. Then I'm using this small function to conver

Re: [Orgmode] emacs on the N800

2007-12-22 Thread Bastien
Hi, finally I didn't switch to the N810. The N800 already fits most of my "needs" (who really need such a tool?). Daniel M German <[EMAIL PROTECTED]> writes: > I can provide a tar file for /usr/local with emacs in it. But I don't > have it packaged, thought. I don't now how to do i. Regardin

Re: [Orgmode] hotkeys for org in gnome

2007-12-22 Thread Bastien
"Eric Schulte" <[EMAIL PROTECTED]> writes: > On Monday, December 17, at 15:20, Adam Spiers wrote: > > On Mon, Dec 17, 2007 at 10:27:40AM +0400, Dmitri Minaev wrote: > > > On Dec 15, 2007 8:34 AM, Rustom Mody <[EMAIL PROTECTED]> wrote: > > > > I was wondering if there is some way that in additio

[Orgmode] Bug in HTML export of region with single heading?

2007-12-22 Thread Adam Spiers
When selecting a region containing a single tree for HTML export, the tree head doesn't always become the document title. For example, if I select the tree via C-c @ (`outline-mark-subtree') then M-2 C-c C-e h, it treats it as if it had more than one top-level heading. But if I then move the end

[Orgmode] FR: allow absolute pathnames for EXPORT_FILE_NAME

2007-12-22 Thread Adam Spiers
Another self-explanatory one :-) Would be great if it could support ~ expansion of home directories via `expand-file-name' too. Thanks! ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://

[Orgmode] BUG: HTML export interprets URL fragments as subscript

2007-12-22 Thread Adam Spiers
e.g. with * PROJECT N810 ** NEXT [#C] fix N810 dialup:@internet:sub60:org:computer: *** http://maemo.org/development/documentation/how-tos/4-x/maemo_connectivity_guide.html when I export as HTML, "connectivity" appears in subscript. _

[Orgmode] XOXO export leaves point at buffer end

2007-12-22 Thread Adam Spiers
(Can you tell I'm testing exporting? :-) Subject says it all: with other exports, the point is left where it was before export was initiated, whereas XOXO export moves it to the end of the buffer, which is slightly irritating. ___ Emacs-orgmode mailing

[Orgmode] BUG: org-open-file fails with multiple %s in mailcap entry

2007-12-22 Thread Adam Spiers
The use of format in org-open-file assumes that there will only ever be a single '%s' in a mailcap entry: (cond ((and (stringp cmd) (not (string-match "^\\s-*$" cmd))) ;; Remove quotes around the file name - we'll use shell-quote-argument. (if (string-match "['\"]%s['\"]"

Re: [Orgmode] Drawers

2007-12-22 Thread Adam Spiers
On Tue, Oct 16, 2007 at 12:57:37AM +0100, Bastien wrote: > Richard G Riley <[EMAIL PROTECTED]> writes: > > > Is is possible to specify file specific drawers? > > Put this at the end of your .org file: > > # Local Variables: > # org-drawers: '("PROPERTIES" "CLOCK" "MYDRAW") > # End: > > This is