[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/orgalist 9630139: Fix thinko in last commit
From: |
Nicolas Goaziou |
Subject: |
[elpa] externals/orgalist 9630139: Fix thinko in last commit |
Date: |
Thu, 9 Apr 2020 09:46:04 -0400 (EDT) |
branch: externals/orgalist
commit 9630139944c01956fce70f42b475d530e00550ee
Author: Nicolas Goaziou <address@hidden>
Commit: Nicolas Goaziou <address@hidden>
Fix thinko in last commit
* orgalist.el (orgalist--call-in-item): Remove the correct part of the
`or'...
---
orgalist.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/orgalist.el b/orgalist.el
index 8eeadc8..1b50f64 100644
--- a/orgalist.el
+++ b/orgalist.el
@@ -240,7 +240,7 @@ group 4: description tag")
"Call function FUN with buffer narrowed to item starting at POS.
Call function with ARGUMENTS. Return the value FUN returns."
(let* ((struct (save-excursion (goto-char pos) (orgalist--struct)))
- (next (org-list-has-child-p pos struct))
+ (next (org-list-get-item-end pos struct))
(fill-prefix
(make-string (+ (length (org-list-get-bullet pos struct))
(org-list-get-ind pos struct))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/orgalist 9630139: Fix thinko in last commit,
Nicolas Goaziou <=