From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [ANN] Changes to link syntax Date: Mon, 18 Mar 2019 22:33:15 +0100 Message-ID: <874l7zuauc.fsf@nicolasgoaziou.fr> References: <87sgvusl43.fsf@nicolasgoaziou.fr> <87h8c490eh.fsf@gmail.com> <87wol0tnjr.fsf@nicolasgoaziou.fr> <8736nlkn6u.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:37045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5zss-0006YN-Im for emacs-orgmode@gnu.org; Mon, 18 Mar 2019 17:33:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5zsr-0007Qg-VU for emacs-orgmode@gnu.org; Mon, 18 Mar 2019 17:33:26 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:58347) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h5zsr-0007M5-KH for emacs-orgmode@gnu.org; Mon, 18 Mar 2019 17:33:25 -0400 In-Reply-To: <8736nlkn6u.fsf@gmail.com> (stardiviner's message of "Mon, 18 Mar 2019 09:04:25 +0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: stardiviner Cc: emacs-orgmode@gnu.org Hello, stardiviner writes: > So I have to consider a safer and larger method to upgrade link. I can't > manually open every Org files and run linter on them. I already offered a function for replacing it in a file. You can wrap it within a `dolist' on `directory-files-recursively'. > (Maybe linter can run on Org files automatically in programtically > way?) When not called interactively, it returns a non-nil value if any error is found. And you can call it on a limited set of checkers. Though, I think the function I provided is better. > Seems I can wait for better solution now. I don't see any other solution. Regards, -- Nicolas Goaziou