From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Loris Bennett" Subject: Re: Colon in block name? Date: Fri, 13 Feb 2015 11:16:46 +0100 Message-ID: <87sieayv3l.fsf@hornfels.zedat.fu-berlin.de> References: <877fvnxime.fsf@hornfels.zedat.fu-berlin.de> <87wq3njewr.fsf@ucl.ac.uk> <87a90i1caa.fsf@hornfels.zedat.fu-berlin.de> <877fvmm89w.fsf@pinto.chemeng.ucl.ac.uk> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59543) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMDIx-0005Qy-2Q for emacs-orgmode@gnu.org; Fri, 13 Feb 2015 05:17:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMDIs-0003yg-2L for emacs-orgmode@gnu.org; Fri, 13 Feb 2015 05:16:59 -0500 Received: from plane.gmane.org ([80.91.229.3]:42432) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMDIr-0003wg-Rz for emacs-orgmode@gnu.org; Fri, 13 Feb 2015 05:16:54 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YMDIp-000619-Nk for emacs-orgmode@gnu.org; Fri, 13 Feb 2015 11:16:51 +0100 Received: from hornfels.zedat.fu-berlin.de ([160.45.11.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Feb 2015 11:16:51 +0100 Received: from loris.bennett by hornfels.zedat.fu-berlin.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Feb 2015 11:16:51 +0100 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: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Eric S Fraga writes: > On Friday, 13 Feb 2015 at 08:49, Loris Bennett wrote: > > [...] > >> In my ECM and in my original posting there are no empty lines between >> the table information and the actual table (see attached screenshot of >> my original ECM). However, I can see that in your quoted version above >> there is one. > > Ummm, interesting. The way to avoid this issue may be to actually > attach a file instead of pasting the contents into the email. Can you > attach your ECM so that we can see what happens with it? --=-=-= Content-Type: text/x-org Content-Disposition: inline; filename=ecm.org Content-Description: ecm * Test with block names containing a colon ** Data My data can be found in Table [[tab:my_data]]. #+CAPTION: My data #+NAME: tab:my_data | a | b | |---+---| | 2 | 4 | | 3 | 9 | ** Code My code can be found in Listing [[code:my_code]]. #+CAPTION: My code #+NAME: code:my_code #+HEADER: :var data=tab:my_data :colnames yes #+BEGIN_SRC R d <- data #+END_SRC ** Results My results can be found in Table [[tab:my_results]]. #+CAPTION: My results #+NAME: tab:my_results #+RESULTS: code:my_code | a | b | |---+---| | 2 | 4 | | 3 | 9 | ** Conclusions Names with colons don't work. --=-=-= Content-Type: text/plain -- This signature is currently under construction. --=-=-=--