From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aric Subject: Re: Org Table Export to Markdown Table Question Date: Fri, 10 Jan 2014 22:26:55 +0000 (UTC) Message-ID: References: <6fa64ecaba9463d42823229230e4e50e@mail.rickster.com> <955E2FFBCDEF76D4BF9F9DD5@ChaunceysMacBookPro.local> <52CF3750.40303@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1kYC-0007XY-FD for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 17:27:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1kY4-0001IA-7f for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 17:27:36 -0500 Received: from plane.gmane.org ([80.91.229.3]:56548) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1kY4-0001I1-16 for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 17:27:28 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W1kXv-0007mz-2e for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 23:27:26 +0100 Received: from 149.142.83.92 ([149.142.83.92]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Jan 2014 23:27:19 +0100 Received: from aorchid by 149.142.83.92 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Jan 2014 23:27:19 +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 Alan L Tyree gmail.com> writes: > Org is so nice to use for authoring that I can't give it away. I have a > book manuscript due in May and currently all my citations are using the > [[cite: key]] format with ox-bibtex. It is far from satisfactory and I'm > sure that May will see me tearing my hair out (what little is left). Yes, I hear you. I am trying to avoid this by using the [@nameYear] style for markdown hoping that a final export to markdown for bibliography will not go horribly wrong. But that is probably not a fair assumption. Aric