[O] Some desktop managers co-opt C-M-right and C-M-left

2014-04-20 Thread Susan Cragin
Aggghhh. I changed to the Enlightenment desktop manager, changed my underlying distro to Lubuntu (LXDE) Both desktop managers co-opt the C-M-right and -left keys to change desktops. (They also co-opt C-S-right.) Ditto -up and -down. I have tried the following: (global-set-key (kbd C-S-right)

Re: [O] Some desktop managers co-opt C-M-right and C-M-left

2014-04-20 Thread Susan Cragin
I answered my own question. .emacs does not take precedence over my desktop manager. Solution: use Super key, as follows. (global-set-key (kbd C-s-right) 'org-demote-subtree) (global-set-key (kbd C-s-left) 'org-promote-subtree) (global-set-key (kbd C-s-up) 'org-move-subtree-up) (global-set-key

Re: [O] Some desktop managers co-opt C-M-right and C-M-left

2014-04-20 Thread Susan Cragin
tjol...@gmail.com Sent: Apr 20, 2014 7:56 AM To: emacs-orgmode@gnu.org Subject: Re: [O] Some desktop managers co-opt C-M-right and C-M-left Susan Cragin susancra...@earthlink.net writes: Aggghhh. I changed to the Enlightenment desktop manager, changed my underlying distro to Lubuntu (LXDE

[O] Bug??

2014-05-06 Thread Susan Cragin
Hi. I got error messages on my compiles relating to the documents, starting perhaps yesterday or the day before. I re-downloaded the repo and updated my depends files, to no avail.This is just FYI.Done (Total of 108 files compiled, 3 skipped)make[2]: Leaving directory

Re: [O] Build fail with emacs 24.3.1

2013-03-13 Thread Susan Cragin
I just installed Emacs 24.3.1 on OSX 10.8.2 and tried to build the latest git version of orgmode. It fails. Is this due to the fact that I have a new emacs, or is it a more general problem. Here is the output from building: Ran 428 tests, 426 results as expected, 2 unexpected (2013-03-13

Re: [O] Difficulties Accessing git Repository

2013-10-09 Thread Susan Cragin
I get this: $ git clone orgm...@orgmode.org:org-mode.git Cloning into 'org-mode'... Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.

[O] Having trouble with hidestars this morning

2013-11-04 Thread Susan Cragin
Hello. Normally outlines are supposed to start up in hidestars view, which shows one star per level, indented, thusly: * First Level * Second * Third But after compiling both emacs and org-mode from git this morning, and re-installing, my outlines show all the stars, and the stars

Re: [O] Having trouble with hidestars this morning

2013-11-07 Thread Susan Cragin
Just a FYI. I got this at this morning's org-mode git compile the following warning at the end. It's probably due to all the settings tinkering I did, and I haven't had time to investigate it, but thought I'd pass it along. org-version: 8.2.1 (release_8.2.1-223-g065627)makeinfo --no-split org.texi

[O] Hidestars problem cured in this morning's emacs git

2013-11-09 Thread Susan Cragin
FYI to list. I just downloaded and installed. Hidestars back to good.so compile away!

[O] M-up-arrow no longer moves text up

2013-11-25 Thread Susan Cragin
Hello. I compile both emacs and org-mode daily. Today M-up and M-down have stopped working as a mode of moving a line of plain text up and down. I get this message: command-execute: Wrong type argument: commandp, handle-focus-in The problem may be with emacs rather than with org-mode. I'm

Re: [O] M-up-arrow no longer moves text up

2013-11-25 Thread Susan Cragin
I have confirmed that the problem is with the emacs build. Emacs24 works with today's org-mode. --Susan message-- I compile both emacs and org-mode daily. Today M-up and M-down have stopped working as a mode of moving a line of plain text up and down. The problem may be with emacs rather than

[O] SH-ALT-RightArrow works but not SH-ALT-LeftArrow to uniformly promote subheadings

2014-01-15 Thread Susan Cragin
Bastien, Silly me. I should have checked both directions. So your fix fixed half the problem. Susan

[O] One-keystroke command to move blocks of text up and down

2013-02-24 Thread Susan Cragin
I use Meta-up-arrow and Meta-down-arrow to move headings in org and entries in spreadsheets. Would like to be able to use the same or similar command to move blocks of text up or down. The current solution--highlight then kill/yank--is just too slow. Suggestions?

Re: [O] One-keystroke command to move blocks of text up and down

2013-02-24 Thread Susan Cragin
-Original Message- From: Carsten Dominik carsten.domi...@gmail.com Sent: Feb 24, 2013 11:16 AM To: Susan Cragin susancra...@earthlink.net Cc: emacs-orgmode@gnu.org Subject: Re: [O] One-keystroke command to move blocks of text up and down On 24.2.2013, at 16:53, Susan Cragin susancra

Re: [O] One-keystroke command to move blocks of text up and down

2013-02-24 Thread Susan Cragin
M-up and M-down also move paragraphs and most blocks (in Org 7.9). Unfortunately, binding is shadowed when trying to move a src block. When I try that I get these messages: Cannot drag this element forward. Cannot drag this element backward.

Re: [O] One-keystroke command to move blocks of text up and down

2013-02-24 Thread Susan Cragin
M-up and M-down also move paragraphs and most blocks (in Org 7.9). Unfortunately, binding is shadowed when trying to move a src block. When I try that I get these messages: Cannot drag this element forward. Cannot drag this element backward. Can you share the file on which you tested this?

[O] M-S-(down-arrow) worked briefly this morning and now does not

2013-02-25 Thread Susan Cragin
Hi. I updated my emacs git, got the new org-mode, and tried M-S-UpArrow. And it worked. I was elated. And then I closed the program and re-opened it, and now it no longer works. The message is: This command is active in special context like tables, headlines or items --Susan

Re: [O] M-S-(down-arrow) worked briefly this morning and now does not

2013-02-25 Thread Susan Cragin
Works. My mistake. Thanks for help. Susan