From 01cc350a49b6a8ec6277097ebe90f1216c793a07 Mon Sep 17 00:00:00 2001 From: petrucci4prez Date: Fri, 4 May 2018 22:13:32 -0400 Subject: [PATCH] remove comments --- conf.org | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf.org b/conf.org index 8b5cc5d..7d93ccd 100644 --- a/conf.org +++ b/conf.org @@ -616,8 +616,6 @@ Returns t if heading has certain relationship to other headings (defun nd/heading-has-children (heading-test) "returns t if heading has subheadings that return t when assessed with heading-test function" - ;; TODO make this more efficient (and accurate) by only testing - ;; the level immediately below (if it exists) (let ((has-children) (subtree-end (save-excursion (org-end-of-subtree t))) (previous-point)) @@ -630,7 +628,6 @@ Returns t if heading has certain relationship to other headings (setq has-children t)) (setq previous-point (point)) (org-forward-heading-same-level 1 t))) - ;; (outline-next-heading))) has-children)) (defun nd/heading-has-parent (heading-test)