[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org-real 11ed5a92a5 109/188: Linting
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org-real 11ed5a92a5 109/188: Linting |
Date: |
Sun, 5 May 2024 22:55:59 -0400 (EDT) |
branch: externals/org-real
commit 11ed5a92a59c2f243e90359f396de8c7f0fd5bb6
Author: Amy Grinn <grinn.amy@gmail.com>
Commit: Amy Grinn <grinn.amy@gmail.com>
Linting
---
Eldev | 2 ++
org-real.el | 9 ++++-----
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/Eldev b/Eldev
index a6196bb273..f13739d970 100644
--- a/Eldev
+++ b/Eldev
@@ -1,6 +1,7 @@
; -*- mode: emacs-lisp; lexical-binding: t -*-
(eldev-use-package-archive 'melpa)
+(eldev-add-extra-dependencies 'test 'popup)
(eldev-defcommand
org_real-md5 (&rest _)
@@ -21,6 +22,7 @@
:override t
(require 'cl-lib)
(require 'org-element)
+ (eldev-load-project-dependencies)
(load-file "org-real.el")
(let ((failures 0))
(cl-flet* ((get-expected ()
diff --git a/org-real.el b/org-real.el
index f5cba37a3f..cc695a098d 100644
--- a/org-real.el
+++ b/org-real.el
@@ -845,7 +845,7 @@ button drawn."
str))
(put-text-property 0 (length str)
'cursor-sensor-functions
- (list
(org-real--create-cursor-functions box))
+ (list
(org-real--create-cursor-function box))
str)
(insert-button str
'help-echo "Jump to first
occurence"
@@ -1393,10 +1393,9 @@ PREV must already exist in PARENT."
(with-slots (primary) box primary)))
(oset match :locations (append (with-slots (locations) match locations)
(with-slots (locations) box locations)))
- (let ((world (org-real--get-world match)))
- (mapc
- (lambda (next) (org-real--add-next next match))
- (org-real--next box))))
+ (mapc
+ (lambda (next) (org-real--add-next next match))
+ (org-real--next box)))
(cl-defmethod org-real--merge-into ((from org-real-box) (to org-real-box))
"Merge FROM box into TO box."
- [elpa] externals/org-real 36cdd58d63 070/188: Created buttons that link back to the location of the link, (continued)
- [elpa] externals/org-real 36cdd58d63 070/188: Created buttons that link back to the location of the link, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real dbecf17555 075/188: Added ability to cycle children of a box, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 930333911f 080/188: Updated readme, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 00e4a4c595 096/188: Rotate locations of box when cycling, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 59236092f7 097/188: Show all containers while completing, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real c93e380141 101/188: Merge branch 'next' into 'main', ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 623103b507 108/188: Skip adding box if it already exists, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real badabb5c40 100/188: Added org mode keybindings suggestions, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 25cad71080 114/188: Removed popup.el dependency, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 3e372c02d7 121/188: Use cartesian distance for cycle up/down, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 11ed5a92a5 109/188: Linting,
ELPA Syncer <=
- [elpa] externals/org-real 31a19bb0d5 113/188: Added more customization vars, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 115f7024f1 120/188: Added calculate functionality to is-visible, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 641dead241 135/188: Typo in jumping to rel box, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real f589e667d6 143/188: Use buffer name instead of buffer-file-name for org-real-headlines, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 5acd2b0a28 150/188: Linting, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real ecaee4809a 147/188: Added boxy dependency, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real f2b3878e86 170/188: Removed extraneous quoting, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real cc4a757a1e 146/188: Merge branch 'next' into 'main', ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 2416b11900 172/188: Bump version, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real f69f45763b 173/188: Merge branch 'next' into 'main', ELPA Syncer, 2024/05/05