From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Revilak Subject: bug#10745: 24.0.93; Regression: org-meta-return does not honor vertical spacing in lists Date: Mon, 6 Feb 2012 22:01:11 -0500 Message-ID: <20120207030111.GF4992__16535.6167628945$1328583747$gmane$org@srevilak.net> References: <20120207022015.GC4992@srevilak.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="e5bfZ/T2xnjpUIbw" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RubJr-00068L-Uq for emacs-orgmode@gnu.org; Mon, 06 Feb 2012 22:02:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RubJp-0000P8-0s for emacs-orgmode@gnu.org; Mon, 06 Feb 2012 22:02:11 -0500 Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-Message-ID: Content-Disposition: inline In-Reply-To: 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: Glenn Morris Cc: 10745@debbugs.gnu.org --e5bfZ/T2xnjpUIbw Content-Type: multipart/mixed; boundary="8bBEDOJVaa9YlTAt" Content-Disposition: inline --8bBEDOJVaa9YlTAt Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline >> Perhaps the value of org-blank-before-new-entry is getting clobbered? > >For a start, this: > >org-footnote.el:(defvar org-blank-before-new-entry nil) ; silence byte-compiler > >is bogus (the relevant syntax is (defvar foo)). Glenn, I believe you found it. Applying the change in org-footnote.el.patch (attached) corrects the vertical spacing issue I noticed. Steve --8bBEDOJVaa9YlTAt Content-Type: text/x-patch; charset=us-ascii Content-Disposition: attachment; filename="org-footnote.el.patch" Content-Transfer-Encoding: quoted-printable --- org-footnote.el.ORIG 2012-02-06 21:53:00.068908112 -0500 +++ org-footnote.el 2012-02-06 21:54:01.472540988 -0500 @@ -475,7 +475,7 @@ (org-footnote-create-definition label) (org-footnote-auto-adjust-maybe))))) =20 -(defvar org-blank-before-new-entry nil) ; silence byte-compiler +(defvar org-blank-before-new-entry) ; silence byte-compiler (defun org-footnote-create-definition (label) "Start the definition of a footnote with label LABEL." (interactive "sLabel: ") --8bBEDOJVaa9YlTAt-- --e5bfZ/T2xnjpUIbw Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) iEYEARECAAYFAk8wk/cACgkQX7YJI4BuyDTfNgCgrrI/vUcrmwBWkkQ/GeLTk/lw gJMAn2HYkztIsZB2ik2LtYVXCDwN9HrG =dZyE -----END PGP SIGNATURE----- --e5bfZ/T2xnjpUIbw--