From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] org-mobile: Tiny fix in creating index.org file Date: Sun, 28 Jun 2015 09:08:09 +0200 Message-ID: <87d20gtina.fsf@nicolasgoaziou.fr> References: <87381ftpye.fsf@nicolasgoaziou.fr> <1435329860-83056-1-git-send-email-gordienkos@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53260) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z96ft-00029k-JO for emacs-orgmode@gnu.org; Sun, 28 Jun 2015 03:06:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z96fs-0003P2-Jx for emacs-orgmode@gnu.org; Sun, 28 Jun 2015 03:06:45 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:39182) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z96fs-0003Nc-Di for emacs-orgmode@gnu.org; Sun, 28 Jun 2015 03:06:44 -0400 In-Reply-To: <1435329860-83056-1-git-send-email-gordienkos@gmail.com> (Sergey Gordienko's message of "Fri, 26 Jun 2015 17:44:20 +0300") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sergey Gordienko Cc: emacs-orgmode@gnu.org Sergey Gordienko writes: > * lisp/org-mobile.el (org-mobile-create-index-file): > Eliminate cloning of `#+READONLY' property in the `index.org' file. > A sublists of `org-todo-keywords' don't need to contain the `|'. Applied. Thank you. Regards,