|
From: | Nicolas Goaziou |
Subject: | Re: [O] [patch] org-delete-indentation |
Date: | Sun, 17 May 2015 10:35:37 +0200 |
>> + (let ((string (concat " " (prog2 (and ARG (forward-line 1)) >> + (org-trim (delete-and-extract-region >> (line-beginning-position) >> + >> (line-end-position))))))) Also, (concat " " (progn (when ARG (forward-line)) (org-trim ...)))
[Prev in Thread] | Current Thread | [Next in Thread] |