From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [Chris Kauffman] Re: include org-table-move-single-cell.el in org mode Date: Sat, 01 Jul 2017 18:10:04 +0200 Message-ID: <87efu02l5v.fsf@nicolasgoaziou.fr> References: <87tw2xxu4q.fsf@mat.ucm.es> <87tw2w4kr7.fsf@nicolasgoaziou.fr> <87injcgno2.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dRKyJ-00076T-Dw for emacs-orgmode@gnu.org; Sat, 01 Jul 2017 12:10:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dRKyG-0002N1-7n for emacs-orgmode@gnu.org; Sat, 01 Jul 2017 12:10:11 -0400 Received: from relay2-d.mail.gandi.net ([2001:4b98:c:538::194]:38361) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dRKyG-0002LJ-2B for emacs-orgmode@gnu.org; Sat, 01 Jul 2017 12:10:08 -0400 In-Reply-To: <87injcgno2.fsf@mat.ucm.es> (Uwe Brauer's message of "Sat, 01 Jul 2017 15:52:13 +0000") 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: Uwe Brauer Cc: emacs-orgmode Uwe Brauer writes: > Before I contact Chris, what additional documentation (besides doc > strings) entries in info files? Docstrings, org.texi, and an entry in ORG-NEWS. That's about it. > and what sort of tests? See "test-org-table.el" in testing/lisp/ directory. In particular, see `test-org-table/move-row-down', added recently. Regards,