From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Baier Subject: Source blocks with captions Date: Mon, 23 Jun 2014 17:19:21 +0200 Message-ID: <8738evodqe.fsf@student.kit.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wz621-0007jV-9d for emacs-orgmode@gnu.org; Mon, 23 Jun 2014 11:19:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wz61u-00054e-C6 for emacs-orgmode@gnu.org; Mon, 23 Jun 2014 11:19:41 -0400 Received: from mx1.mailbox.org ([80.241.60.212]:53354) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wz61u-00054M-2c for emacs-orgmode@gnu.org; Mon, 23 Jun 2014 11:19:34 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id 146B240252 for ; Mon, 23 Jun 2014 17:19:32 +0200 (CEST) Received: from smtp1.mailbox.org ([80.241.60.240]) (using TLS with cipher AES256-GCM-SHA384) by hefe.heinlein-support.de (hefe.heinlein-support.de [91.198.250.172]) (amavisd-new, port 10030) with ESMTPS id sHlG0-jpC8Jb for ; Mon, 23 Jun 2014 17:19:31 +0200 (CEST) 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 Hello org-moders! I just tried to put a caption under/on/above (or anywhere for that matter) my source code block. When exporting to latex, I didn't see any caption belonging to my code block. Other backends have not been tried. How can I achieve this? For reference, I run Org-mode version 8.2.6 (release_8.2.6 @ /home/delexi/.emacs.d/ext/org-mode/lisp/) and this is the org file: * Test #+CAPTION: Test #BEGIN_SRC java // some code #END_SRC Thanks in advance, -- Alexander Baier