From mboxrd@z Thu Jan 1 00:00:00 1970 From: post@mgrebenstein.de Subject: Re: Emacs-orgmode Digest, Vol 68, Issue 23 Date: Mon, 7 Nov 2011 23:20:06 +0100 Message-ID: <4HdqNcNKqfw5.LdfndMp2@smtp.df.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNXYT-0000y4-3b for emacs-orgmode@gnu.org; Mon, 07 Nov 2011 17:20:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNXYQ-0006nO-Px for emacs-orgmode@gnu.org; Mon, 07 Nov 2011 17:20:36 -0500 Received: from smtprelay03.ispgateway.de ([80.67.31.41]:43124) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNXYQ-0006mv-GZ for emacs-orgmode@gnu.org; Mon, 07 Nov 2011 17:20:34 -0500 Received: from [109.43.0.18] (helo=[10.37.228.33]) by smtprelay03.ispgateway.de with esmtpa (Exim 4.68) (envelope-from ) id 1RNXYN-00068O-20 for emacs-orgmode@gnu.org; Mon, 07 Nov 2011 23:20:31 +0100 Content-Language: i-default List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org -Urspr. Mitteilung- Betreff: Emacs-orgmode Digest, Vol 68, Issue 23 Von: emacs-orgmode-request@gnu.org Datum: 21.10.2011 18:01 Send Emacs-orgmode mailing list submissions to emacs-orgmode@gnu.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.gnu.org/mailman/listinfo/emacs-orgmode or, via email, send a message with subject or body 'help' to emacs-orgmode-request@gnu.org You can reach the person managing the list at emacs-orgmode-owner@gnu.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Emacs-orgmode digest..." Today's Topics: 1. Re: outline-demote incorrectly demotes leaf nodes (Carsten Dominik) 2. Re: Cannot display images inline any more =3D> solved (Rainer Stengele) 3. Re: Cannot display images inline any more =3D> solved (Rainer Stengele) ---------------------------------------------------------------------- Message: 1 Date: Fri, 21 Oct 2011 16:40:22 +0200 From: Carsten Dominik To: Michael Brand Cc: emacs-orgmode@gnu.org, S?bastien Delafond , Sanjoy Mahajan Subject: Re: [O] outline-demote incorrectly demotes leaf nodes Message-ID: Content-Type: text/plain; charset=3Dus-ascii On Oct 19, 2011, at 5:39 PM, Michael Brand wrote: > Hi Carsten >=20 > On 18.10.2011, at 20:03, Sanjoy Mahajan wrote: >> I do worry about one point, namely that C-c C-> (outline-demote) should = still >> work. And it does work in regular outline mode. For example, if I = rename my >> test file to c.otl and then use C-c C-> on the main heading, all the = subtrees >> are demoted as I expected. Whereas in org mode the leaf subtree gets a = space >> instead of a * when it is being demoted. >=20 > On Wed, Oct 19, 2011 at 09:14, Carsten Dominik > wrote: >> Another option, if you prefer the C-> and C-< bindings is this: >>=20 >> (add-hook 'org-mode-hook >> (lambda () >> (define-key org-mode-map [(control ?<)] 'org-promote-subtree) >> (define-key org-mode-map [(control ?>)] 'org-demote-subtree))) >=20 > My suggestion is something like >=20 > (define-key org-mode-map [remap outline-promote] = 'org-promote-subtree) > (define-key org-mode-map [remap outline-demote] = 'org-demote-subtree) > [...] >=20 > permanently built into Org mode (not in org-mode-hook) for these = and > maybe even a few more outline-* bindings to get the incompatible > outline-* bindings out of the way from within Org mode. >=20 > This remap does not affect the bindings in Outline mode and = resolves > the issue of the OP in Org mode, independent of, to which key any = user > might have mapped outline-*mote. Would you like to carefully think about which other functions you might = want to have remapped, and then prepare a patch? - Carsten ------------------------------ Message: 2 Date: Fri, 21 Oct 2011 16:46:08 +0200 From: Rainer Stengele To: emacs-orgmode@gnu.org, public-emacs-orgmode-mXXj517/zsQ@lo.gmane.org Subject: Re: [O] Cannot display images inline any more =3D> solved Message-ID: <4EA185B0.4090801@online.de> Content-Type: text/plain; charset=3DISO-8859-15 Am 21.10.2011 16:19, schrieb Jambunathan K: > Rainer Stengele writes: >=20 >> Am 21.10.2011 15:33, schrieb Sebastien Vauban: >>> Hi Suvayu and Rainer, >>> >>> suvayu ali wrote: >>>> On Fri, Oct 21, 2011 at 2:39 PM, Rainer Stengele >>>> wrote: >>>>> >>>>> I have for example >>>>> >>>>> [[file:c:/img.jpg]] >>>>> >>>>> which is exported correctly as html. >>>>> >>>>> In Emacs, after "C-c C-x v" Org says: "No images to display = inline". >>>>> >>>>> Does anybody use Emacs 24.0.90.1 and is able to display images = inline? >>>> >>>> My Emacs is 2 days older than yours and it works fine. >>> >>> I wonder if it's not related to some types of images (PNG, JPG) and = Emacs 24 >>> under Windows. Have read such things, IIRC. >>> >>> Best regards, >>> Seb >>> >> >> Well, who is telling me "No images to display inline"? Is it Emacs or = Org? >> How could I debug the funtion? >=20 > C-h v dynamic-library-alist > C-h v image-library-alist >=20 > You can copy the required dll to bin if you are on Windows. >=20 >> Anybody? >> Rainer >> >> >> >=20 Ok, that was it. I copied the libs from my old emacs w32 installation to my emacs bin folder = and that did it. I never knew that Lennard Borgman did the nice job packaging these libs in = his emacsw32 (which is out of date unfortunately - thanks Lennard anyway). Thank you for the hint Jambunathan, helped me to understand a bit more of = how emacs is working. Rainer ------------------------------ Message: 3 Date: Fri, 21 Oct 2011 16:46:08 +0200 From: Rainer Stengele To: emacs-orgmode@gnu.org Subject: Re: [O] Cannot display images inline any more =3D> solved Message-ID: <4EA185B0.4090801@online.de> Content-Type: text/plain; charset=3DISO-8859-15 Am 21.10.2011 16:19, schrieb Jambunathan K: > Rainer Stengele writes: >=20 >> Am 21.10.2011 15:33, schrieb Sebastien Vauban: >>> Hi Suvayu and Rainer, >>> >>> suvayu ali wrote: >>>> On Fri, Oct 21, 2011 at 2:39 PM, Rainer Stengele >>>> wrote: >>>>> >>>>> I have for example >>>>> >>>>> [[file:c:/img.jpg]] >>>>> >>>>> which is exported correctly as html. >>>>> >>>>> In Emacs, after "C-c C-x v" Org says: "No images to display = inline". >>>>> >>>>> Does anybody use Emacs 24.0.90.1 and is able to display images = inline? >>>> >>>> My Emacs is 2 days older than yours and it works fine. >>> >>> I wonder if it's not related to some types of images (PNG, JPG) and = Emacs 24 >>> under Windows. Have read such things, IIRC. >>> >>> Best regards, >>> Seb >>> >> >> Well, who is telling me "No images to display inline"? Is it Emacs or = Org? >> How could I debug the funtion? >=20 > C-h v dynamic-library-alist > C-h v image-library-alist >=20 > You can copy the required dll to bin if you are on Windows. >=20 >> Anybody? >> Rainer >> >> >> >=20 Ok, that was it. I copied the libs from my old emacs w32 installation to my emacs bin folder = and that did it. I never knew that Lennard Borgman did the nice job packaging these libs in = his emacsw32 (which is out of date unfortunately - thanks Lennard anyway). Thank you for the hint Jambunathan, helped me to understand a bit more of = how emacs is working. Rainer End of Emacs-orgmode Digest, Vol 68, Issue 23 *********************************************