emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [PATCH] test-org/fuzzy-links


From: Rafael Laboissière
Subject: [O] [PATCH] test-org/fuzzy-links
Date: Wed, 12 Apr 2017 22:33:54 +0200
User-agent: NeoMutt/20170113 (1.7.2)

Function org-backward-heading-same-level fails in a specific case. Suppose the following org-mode file:

==================
* first
* second
* third
==================

where '* first' is right at the beginning of the file.

When the cursor is at line '* third' and org-backward-heading-same-level is called, we go to the previous line correctly. However when the cursor is at '* second', org-backward-heading-same-level does bring us to the first line but emits an error "Beginning of buffer". It seems that the patch attached to this message fixes the problem.

Best,

Rafael

Attachment: 0001-Do-not-fail-when-heading-is-at-the-beginning-of-the-.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]