[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org-real 101d6c9899 034/188: Added org-real-pkg for mul
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org-real 101d6c9899 034/188: Added org-real-pkg for multifile package |
Date: |
Sun, 5 May 2024 22:55:50 -0400 (EDT) |
branch: externals/org-real
commit 101d6c98998f55ac4ff76343213d6f0965a11c12
Author: Amy Grinn <grinn.amy@gmail.com>
Commit: Amy Grinn <grinn.amy@gmail.com>
Added org-real-pkg for multifile package
---
README.org | 2 +-
org-real--box.el | 4 ++--
org-real-pkg.el | 5 +++++
org-real.el | 10 +++++-----
4 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/README.org b/README.org
index 585f06a043..6aa89fb187 100644
--- a/README.org
+++ b/README.org
@@ -1,6 +1,6 @@
#+TITLE: Org Real
-Keep track of real things as org links.
+Keep track of real things as org-mode links.
#+begin_src emacs-lisp
(use-package org-real
diff --git a/org-real--box.el b/org-real--box.el
index 40b65e7c8f..fdc3dec706 100644
--- a/org-real--box.el
+++ b/org-real--box.el
@@ -1,8 +1,8 @@
-;;; org-real--box.el --- Create org-mode links to real things -*-
lexical-binding: t -*-
+;;; org-real--box.el --- Keep track of real things as org-mode links -*-
lexical-binding: t -*-
;; Author: Tyler Grinn <tylergrinn@gmail.com>
;; Version: 0.1.0
-;; File: org-real.el
+;; File: org-real--box.el
;; Package-Requires: ((emacs "26.1"))
;; Keywords: tools
;; URL: https://gitlab.com/tygrdev/org-real
diff --git a/org-real-pkg.el b/org-real-pkg.el
new file mode 100644
index 0000000000..77458527fb
--- /dev/null
+++ b/org-real-pkg.el
@@ -0,0 +1,5 @@
+(define-package
+ "org-real"
+ "0.1.0"
+ "Keep track of real things as org-mode links"
+ '((emacs "26.1")))
diff --git a/org-real.el b/org-real.el
index 160379dfdf..3c43518f26 100644
--- a/org-real.el
+++ b/org-real.el
@@ -1,4 +1,4 @@
-;;; org-real.el --- Create org-mode links to real things -*- lexical-binding:
t -*-
+;;; org-real.el --- Keep track of real things as org-mode links -*-
lexical-binding: t -*-
;; Author: Tyler Grinn <tylergrinn@gmail.com>
;; Version: 0.1.0
@@ -335,8 +335,8 @@ describing where BOX is."
(toggle-truncate-lines t)
(if containers (org-real--pp-text containers))
(let ((offset (- (line-number-at-pos)
- (cdr org-real--margin)
- (* 2 (cdr org-real--padding)))))
+ (cdr org-real-margin)
+ (* 2 (cdr org-real-padding)))))
(dotimes (_ (+ top height)) (insert (concat (make-string width ?\s)
"\n")))
(org-real--draw box offset)
(special-mode)))
@@ -348,8 +348,8 @@ describing where BOX is."
(let* ((reversed (reverse containers))
(container (pop reversed))
(primary-name (plist-get container :name)))
- (dotimes (_ (cdr org-real--padding)) (insert "\n"))
- (insert (make-string (car org-real--padding) ?\s))
+ (dotimes (_ (cdr org-real-padding)) (insert "\n"))
+ (insert (make-string (car org-real-padding) ?\s))
(insert "The ")
(put-text-property 0 (length primary-name) 'face 'org-real-primary
primary-name)
- [elpa] externals/org-real 594cbce6d5 092/188: Improved efficiency, (continued)
- [elpa] externals/org-real 594cbce6d5 092/188: Improved efficiency, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 33b69e62e0 152/188: Added license, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real e7bf6e5089 157/188: Added url-parse, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 4d86ca8c44 160/188: Merge branch 'next' into 'main', ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 1fa40be2c7 006/188: More edge cases, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 13502c70e2 018/188: Modified logic to allow multiple children, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real e5b21825e3 019/188: Updated preposition list, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real ea82c415f2 003/188: Added primary slot to color last element in url, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 5ae3174c55 001/188: initial commit, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 51bbcc313a 028/188: Cleaned up hooks, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 101d6c9899 034/188: Added org-real-pkg for multifile package,
ELPA Syncer <=
- [elpa] externals/org-real d84a2a83f8 046/188: Updated readme, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real b0f741198d 044/188: Rearranging, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 6edfdeca01 049/188: Whitespace cleanup, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real c49cce501d 037/188: Check for compiler warnings in CI/CD pipeline, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real de8dc5a6c9 051/188: Added children when following a link, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 38dff3d9fe 055/188: More edge cases, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 68f4ecfc29 071/188: org-real-headlines; Added more keys to Org Real mode, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 24124c2d5b 067/188: Typos, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 5363249fc7 069/188: Using save-excursion when applying changes, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real b980851142 074/188: Org real headlines takes over current window, ELPA Syncer, 2024/05/05