From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: org-latex-fragments on sections Date: Mon, 02 Mar 2015 22:53:02 +0000 Message-ID: References: <87zj7v62gj.fsf@gmx.us> <87vbij617x.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSZF0-0008Ri-MA for emacs-orgmode@gnu.org; Mon, 02 Mar 2015 17:55:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSZEv-00031I-Lz for emacs-orgmode@gnu.org; Mon, 02 Mar 2015 17:55:10 -0500 Received: from plane.gmane.org ([80.91.229.3]:33831) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSZEv-00030O-GA for emacs-orgmode@gnu.org; Mon, 02 Mar 2015 17:55:05 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YSZEt-0006Gm-Qe for emacs-orgmode@gnu.org; Mon, 02 Mar 2015 23:55:03 +0100 Received: from cpc33-cmbg15-2-0-cust4.5-4.cable.virginm.net ([81.102.136.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Mar 2015 23:55:03 +0100 Received: from andreas.leha by cpc33-cmbg15-2-0-cust4.5-4.cable.virginm.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Mar 2015 23:55:03 +0100 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 Hi Rasmus, Andreas Leha writes: > Hi Rasmus, > > Rasmus writes: >> Andreas Leha writes: >> >>> Hi Rasmus, >>> >>> Thanks for testing this >>> >>> Rasmus writes: >>>> Andreas Leha writes: >>>> >>>> >>>>> I just add that the behaviour is not as expected also when the prefixed >>>>> command (C-u C-c C-x C-l) is used. >>>>> [...] >>>>> unfortunately when my maker is at point >>>>> >>>>> ** section 1.1 >>>>> >>>>> the command org-preview-latex-fragment (C-c C-x C-l) has no effect. >>>> >>>> I can't reproduce in neither Org 8.2 nor 8.3 using emacs -q. >>>> >>>> When I put the cursor on ** section 1.1 and do C-u C-c C-x C-l I get the >>>> desired fragments, i.e. section 1.1.1 and 1.1.2. >>>> >>>> —Rasmus >>> >>> I just tried with emacs -Q (which I had not done previously) and can >>> still reproduce it. >>> >>> My system info: >>> >>> GNU Emacs 24.4.50.1 (x86_64-apple-darwin13.3.0, NS appkit-1265.21 >>> Version 10.9.4 (Build 13E28)) of 2014-09-02 on mib106584i.local >>> Org-mode version 8.3beta (release_8.3beta-902-gd749e8) >> >> I'm on: >> >> GNU Emacs 25.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.8) of 2015-02-27 on W530 >> >> Org-mode version 8.3beta (release_8.3beta-882-gf8731e @ /usr/share/emacs/site-lisp/org/) >> >> And I just updated to latest version of master, and it still works. > > That is strange. > Nothing strange after all. I just forgot that I still had Nicolas (very nice) patch about improved latex fragment handling applied. On the clean build I see the expected behaviour as well. Thanks for your effort in reproducing this. (Reported in that thread http://permalink.gmane.org/gmane.emacs.orgmode/95597) Sorry for the noise, Andreas