emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Steve Revilak <steve@srevilak.net>
To: Glenn Morris <rgm@gnu.org>
Cc: 10745@debbugs.gnu.org
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	[thread overview]
Message-ID: <20120207030111.GF4992__16535.6167628945$1328583747$gmane$org@srevilak.net> (raw)
In-Reply-To: <jcvcnjz7lr.fsf@fencepost.gnu.org>


[-- Attachment #1.1: Type: text/plain, Size: 373 bytes --]

>> 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

[-- Attachment #1.2: org-footnote.el.patch --]
[-- Type: text/x-patch, Size: 499 bytes --]

--- 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)))))
 
-(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: ")

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

  parent reply	other threads:[~2012-02-07  3:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20120207022015.GC4992@srevilak.net>
2012-02-07  2:43 ` bug#10745: 24.0.93; Regression: org-meta-return does not honor vertical spacing in lists Glenn Morris
     [not found] ` <jcvcnjz7lr.fsf@fencepost.gnu.org>
2012-02-07  3:01   ` Steve Revilak [this message]
2012-02-14 14:00   ` Chong Yidong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='20120207030111.GF4992__16535.6167628945$1328583747$gmane$org@srevilak.net' \
    --to=steve@srevilak.net \
    --cc=10745@debbugs.gnu.org \
    --cc=rgm@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).