[Orgmode] orgstruct-mode keybindings don't work

2007-12-14 Thread David O'Toole
I'm using orgstruct-mode in my elisp files (i.e. turn-on-orgstruct is in the emacs-lisp-mode-hook.) Local value of outline regexp is: ";;;\\(;* [^ ]\\|###autoload\\)\\|(" None of the orgstruct commands/keybindings work; C-h k shows that M-right has the org-hijacker command bound to it, but execut

Re: [Orgmode] Re: update-org script

2007-12-14 Thread Carsten Dominik
On Dec 14, 2007, at 2:39 PM, Peder O. Klingenberg wrote: Dan Griswold <[EMAIL PROTECTED]> writes: What I don't understand is what it is that determines which files will appear in an ls command within lftp. Presumably it is something configured on the host server. I would guess that it just

[Orgmode] Re: update-org script

2007-12-14 Thread Peder O. Klingenberg
Dan Griswold <[EMAIL PROTECTED]> writes: > What I don't understand is what it is that determines which > files will appear in an ls command within lftp. Presumably it is > something configured on the host server. I would guess that it just parses the HTML it receives and tries to locate links to

Re: [Orgmode] Re: update-org script

2007-12-14 Thread Carsten Dominik
Hi Dan, thank you very much for the clarification!!! - Carsten On Dec 14, 2007 1:47 PM, Dan Griswold <[EMAIL PROTECTED]> wrote: > Carsten Dominik <[EMAIL PROTECTED]> writes: > > > So my remaining question is: Is there ftp access for users on > > orgmode.org? I do use ftp to upload, but I did n

[Orgmode] Re: update-org script

2007-12-14 Thread Dan Griswold
Carsten Dominik <[EMAIL PROTECTED]> writes: > So my remaining question is: Is there ftp access for users on > orgmode.org? I do use ftp to upload, but I did not know about public > access. > > - Carsten The lftp program will use http to access a site, if specified in the URI. In other words, it

Re: [Orgmode] Re: update-org script

2007-12-14 Thread Bastien
Harald Weis <[EMAIL PROTECTED]> writes: > In my great innocence I thought: what I cannot see does not exist. > > I have downloaded org-5.16b.tar.gz with firefox a week ago. > When I saw the script, I have tried to understand it which > I didn't because firefox does not see org.tar.gz. > > I never

Re: [Orgmode] Re: update-org script

2007-12-14 Thread Harald Weis
On Fri, Dec 14, 2007 at 05:30:26PM +0530, Manish wrote: > > On Dec 14, 2007 5:20 PM, Harald Weis <[EMAIL PROTECTED]> wrote: > > [snip] > > > Normal or not normal ? That is the question. My firefox version is 2.0.0.4 > . > > Very strange that Dan's firefox does see it! > > I believe he directly p

Re: [Orgmode] Re: update-org script

2007-12-14 Thread Manish
> On Dec 14, 2007 5:20 PM, Harald Weis <[EMAIL PROTECTED]> wrote: [snip] > Normal or not normal ? That is the question. My firefox version is 2.0.0.4 . > Very strange that Dan's firefox does see it! I believe he directly placed the URI http://orgmode.org/org.tar.gz in address bar. I don't think

Re: [Orgmode] Re: update-org script

2007-12-14 Thread Harald Weis
On Thu, Dec 13, 2007 at 08:23:00PM -0500, Dan Griswold wrote: > Carsten Dominik <[EMAIL PROTECTED]> writes: > > > On Dec 13, 2007, at 6:24 PM, Pete Phillips wrote: > >> Carsten appears to link the latest version of the org tar file to > >> > >>http://orgmode.org/org.tar.gz > > > > > > That use

Re: [Orgmode] emacs on the N800

2007-12-14 Thread Bastien
Adam Spiers <[EMAIL PROTECTED]> writes: >> Adam> Entering text by tapping can be very frustrating in certain >> Adam> situations, so I suspect I'd miss having the physical keyboard. The >> Adam> selection of the small tap keyboard for stylus and the large finger >> Adam> keyboard seems to be

Re: [Orgmode] emacs on the N800

2007-12-14 Thread Adam Spiers
On Fri, Dec 14, 2007 at 02:23:23AM -0800, Daniel M German wrote: > > >> Unless Adam tells me that the physical keyboard is not as useful as he > >> first thought (maybe for the reasons I mention here), I'll go for N810. > > Adam> Entering text by tapping can be very frustrating in certain > A

Re: [Orgmode] emacs on the N800

2007-12-14 Thread Adam Spiers
On Fri, Dec 14, 2007 at 10:09:04AM +, Adam Spiers wrote: > The physical keyboard has the following by default: > > Key Event reported by xev > -- > Fn ISO_Level3_Shift > Left Shift Shift_L > Right Shift Shift_L :-( > Chr

Re: [Orgmode] emacs on the N800

2007-12-14 Thread Daniel M German
>> Unless Adam tells me that the physical keyboard is not as useful as he >> first thought (maybe for the reasons I mention here), I'll go for N810. Adam> Entering text by tapping can be very frustrating in certain Adam> situations, so I suspect I'd miss having the physical keyboard. The Ad

Re: [Orgmode] emacs on the N800

2007-12-14 Thread Adam Spiers
On Fri, Dec 14, 2007 at 08:00:08AM +0100, Bastien wrote: > Thanks to both of you for your answers. > > After spending way too much time browsing the internet for demo videos > and people talking of the usefulness of the physical keyboard, I think > I will go for the N810 (requiring that I'm very

[Orgmode] shortcut suggestion C-c C-& instead of C-& with no context.

2007-12-14 Thread Rainer Stengele
hi. I oftentimes do set a mark anywhere in my large org file with C-%. Working in the file somewhere else I want to go back and most of the time I do not use simply C-& because it leaves me with no context around the marked line - which is confusing. Therefore what I do mostly is: - S-TAB to swi

Re: [Orgmode] help with modifying a bit of code in .emacs

2007-12-14 Thread Graham Smith
Chris, Thanks, this looks pretty well what I ended up with after some help off-list (I've only realised it was off list, and thought I had already replied to the list. The code I ended up with is: (setq org-agenda-custom-commands '( ("d" todo #("DELEGATED") nil) ("c" todo #

Re: [Orgmode] help with modifying a bit of code in .emacs

2007-12-14 Thread Graham Smith
William, Thanks, this has now been fixed, and the code that works is: (setq org-agenda-custom-commands '( ("d" todo #("DELEGATED") nil) ("c" todo #("DONE|DEFERRED|CANCELLED") nil) ("w" todo #("WAITING") nil) ("W" agenda "" ((org-agenda-ndays 21))) ("A

Re: [Orgmode] Re: update-org script

2007-12-14 Thread Carsten Dominik
On Dec 14, 2007, at 9:44 AM, Pete Phillips wrote: Dan>> I do find it curious that I don't see that file when I ls the Dan>> directory. No biggie; just find it interesting. Carsten> How can you ls the directory of a website? I thought that Carsten> is not possible? If you have a

Re: [Orgmode] Re: problem with nested lists.

2007-12-14 Thread Carsten Dominik
On Dec 14, 2007, at 8:55 AM, francois wrote: Carsten Dominik gmail.com> writes: my emacs is 22.1.1 I cannot reproduce this. Anyone? hello, I was misusing the list. I can fold/unfold the tree at the first level entry. But for the second level, I have realized that I have to move the curs

[Orgmode] Re: when filing todos with remember org-remember-default-headline is not found

2007-12-14 Thread Rainer Stengele
Carsten Dominik schrieb: > > On Dec 13, 2007, at 4:58 PM, Rainer Stengele wrote: > >> I can now reproduce a bug which annoys me since several months. >> >> Defining a todo with remember I try to save it with C-u C-c C-c under >> the template-predefined headline. >> >> The filled template is saved

Re: [Orgmode] Re: update-org script

2007-12-14 Thread Pete Phillips
>> Dan>> I do find it curious that I don't see that file when I ls the Dan>> directory. No biggie; just find it interesting. Carsten> How can you ls the directory of a website? I thought that Carsten> is not possible? If you have an index.html file in there (or index.htm, de

[Orgmode] Re: problem with nested lists.

2007-12-14 Thread francois
Carsten Dominik gmail.com> writes: my emacs is 22.1.1 > I cannot reproduce this. Anyone? hello, I was misusing the list. I can fold/unfold the tree at the first level entry. But for the second level, I have realized that I have to move the cursor to the "-" character, and then press enter. P

Re: [Orgmode] some suggested manual changes

2007-12-14 Thread Carsten Dominik
On Dec 14, 2007, at 2:23 AM, Jesse Alama wrote: While reading through org-mode's info file, I noticed a handful of passages which would profit from stylistic changes; I also came across some errors. I'm curious to see what the list thinks; some of these proposed changes are perhaps based on m

Re: [Orgmode] Re: update-org script

2007-12-14 Thread Carsten Dominik
On Dec 14, 2007, at 2:23 AM, Dan Griswold wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: On Dec 13, 2007, at 6:24 PM, Pete Phillips wrote: Carsten appears to link the latest version of the org tar file to http://orgmode.org/org.tar.gz That used to be a link, it is now a hard