From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [RFC] [PATCH] ox-latex: support :float no with caption for minted listings Date: Tue, 23 Sep 2014 21:48:40 +0200 Message-ID: <87ppemf78n.fsf@nicolasgoaziou.fr> References: <1408779394-11436-1-git-send-email-aaronecay@gmail.com> <87ha13dm3v.fsf@nicolasgoaziou.fr> <87oavbostg.fsf@gmail.com> <87a96uep52.fsf@nicolasgoaziou.fr> <87d2bqpvgr.fsf@gmail.com> <87tx514qaa.fsf@nicolasgoaziou.fr> <87r401tdc7.fsf@gmail.com> <87oav5eztu.fsf@nicolasgoaziou.fr> <87mw9vqvo1.fsf@gmail.com> <877g0zv060.fsf_-_@nicolasgoaziou.fr> <87iokfoww4.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWW4p-0004cM-Tc for emacs-orgmode@gnu.org; Tue, 23 Sep 2014 15:48:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWW4f-0001zf-PY for emacs-orgmode@gnu.org; Tue, 23 Sep 2014 15:48:43 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:46248) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWW4f-0001xt-Jo for emacs-orgmode@gnu.org; Tue, 23 Sep 2014 15:48:33 -0400 Received: from mfilter16-d.gandi.net (mfilter16-d.gandi.net [217.70.178.144]) by relay4-d.mail.gandi.net (Postfix) with ESMTP id B55B2172090 for ; Tue, 23 Sep 2014 21:48:26 +0200 (CEST) Received: from relay4-d.mail.gandi.net ([217.70.183.196]) by mfilter16-d.gandi.net (mfilter16-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id 7o2HHV0Byu9F for ; Tue, 23 Sep 2014 21:47:55 +0200 (CEST) Received: from selenimh (unknown [91.224.148.150]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 520EE17208C for ; Tue, 23 Sep 2014 21:47:55 +0200 (CEST) In-Reply-To: <87iokfoww4.fsf@gmail.com> (Aaron Ecay's message of "Mon, 22 Sep 2014 23:09:47 -0400") 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 Hello, Aaron Ecay writes: > Thanks for all your feedback. The patch is now applied on master. Thank you. > I=E2=80=99m confused about how =E2=80=98org-latex--wrap-label=E2=80=99 wo= rks. It tries to > put \label commands outside of floats. That will yield links that > jump to the preceding section, not the specific point in the document > where the \label command occurs. Probably this command should insert > \phantomsection before the \label, so that resultant links jump to > the right point. (I=E2=80=99ll make this change if no one objects.) I have no objection. > Merging the functions might only be worth doing if there were any more > places where \captionof needed to be used. That's the intent, yes. It would be a waste not to use a package now residing in the default list. Among the transcoders where `org-latex--wrap-label' is used, some could probably benefit from a non-float caption, if requested by the user. Regards, --=20 Nicolas Goaziou