aboutsummaryrefslogtreecommitdiff
path: root/orgmode-backports.org
diff options
context:
space:
mode:
Diffstat (limited to 'orgmode-backports.org')
-rw-r--r--orgmode-backports.org9
1 files changed, 0 insertions, 9 deletions
diff --git a/orgmode-backports.org b/orgmode-backports.org
index 2e5d8dd..84b5fe9 100644
--- a/orgmode-backports.org
+++ b/orgmode-backports.org
@@ -42,15 +42,6 @@ and then after resolving run
* Backport list
-#+begin_src elisp :results silent
- (require 'ob-shell)
-
- (defun org-maint-rev-from-next-item ()
- (or (and (re-search-forward "- \\[[ X]\\] \\([A-z0-9]\\{40\\}\\)")
- (match-string-no-properties 1))
- (user-error "Next revision item not found")))
-#+end_src
-
NOTE: Look for "ONSYNC" for changes that should be considered when
syncing, but that don't seem appropriate for Org backport.