Re: [O] Broken LaTeX export of tables

2011-06-01 Thread Carsten Dominik
On 31.5.2011, at 19:16, suvayu ali wrote: Hi, I think LaTeX export of tables broke sometime between these two commits Thanks for the report, this works again now. - Carsten Works: commit 2a8fbc4b464d10dda3ceebf70e4f99825f179dd5 Author: Carsten Dominik carsten.domi...@gmail.com

Re: [O] [bug, babel] export corruption bug and 3 more bugs

2011-06-01 Thread David Maus
At Fri, 27 May 2011 07:15:10 -0700, Samuel Wales wrote: Hi David, Thank you. I am unable to debug this further so I appreciate it. I've just pushed a fix for compatibility with Emacs22 and the `activate-mark' function. Were you able to reproduce the corruption bug? Did anybody else?

Re: [O] A simpler way to write literal examples?

2011-06-01 Thread Carsten Dominik
On 25.5.2011, at 11:43, Steven Haryanto wrote: I plan to document some parts of Perl source code (more specifically, description in subroutine Sub::Spec specification, http://search.cpan.org/dist/Sub-Spec) using Org format instead of the canonical POD, hoping to have better table support,

Re: [O] Some remarks on org-contacts

2011-06-01 Thread Sebastien Vauban
Hi Sven and al, Sven Bretfeld wrote: After some days of using org-contacts with Gnus, I would like to make some comments. I know that this is an early stage of the development, but I think some views and suggestions by users could help Julien or other developers to decide what could be done

Re: [O] Google Analytics tracking code for org-export-as-html

2011-06-01 Thread Sebastien Vauban
Hi Tomas, Tomas Hlavaty wrote: Google Analytics code is between head and /head. You could sneak it in using #+STYLE or org-publish-project-alist :style. Wouldn't it make more sense to put it in `org-export-html-scripts'? (untested) Best regards, Seb -- Sebastien Vauban

Re: [O] [patch] Do not run flyspell checks on org keywords

2011-06-01 Thread Julien Danjou
On Tue, May 24 2011, Sébastien Delafond wrote: Here is a small patch that prevents flyspelle from checking all the Org keywords. This is especially useful when using a dictionary other than english. Pushed. -- Julien Danjou ❱ http://julien.danjou.info pgp9F0twLEmqi.pgp Description: PGP

[O] Separate weeks visually in agenda month view

2011-06-01 Thread Joost Kremers
Hi all, I was wondering if there's a way to separate weeks in month view in the agenda. Either an empty line or a dashed line or something, anything that's more conspicuous than the Wxx that is displayed, because that doesn't really stand out. TIA Joost -- Joost Kremers Life has its moments

[O] Bug: build problems [7.5 (release_7.5.343.ge05a)]

2011-06-01 Thread Dave Abrahams
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] Some remarks on org-contacts

2011-06-01 Thread Julien Danjou
On Wed, Jun 01 2011, Sven Bretfeld wrote: - The buffers displaying the contacts file(s) get the changed mark whenever something is done with org-contacts. Even if only a name was searched and no changes have happened at all. Is it a bug or some feature that I don't understand? I don't

Re: [O] [PATCH] Common Lisp source blocks are now wrapped in a LET form which binds the symbol *default-pathname-defaults* to the directory in which the org file resides.

2011-06-01 Thread Eric Schulte
Hi Mark, I agree that this would constitute more reasonable default behavior. I've implemented your suggestion with a simpler version of the patch you supplied which makes use of the `default-directory' variable. This version also uses the :dir header argument, which can be used to override (or

[O] v minor patch

2011-06-01 Thread Barak A. Pearlmutter
v minor patch, purely cosmetic From 83fb2858d3ff8fc08b07a48f425b15579617fdbc Mon Sep 17 00:00:00 2001 From: Barak A. Pearlmutter barak+...@cs.nuim.ie Date: Wed, 1 Jun 2011 13:56:41 +0100 Subject: [PATCH] remove unnecessary parenthesis in Makefile --- Makefile | 24 1

Re: [O] Separate weeks visually in agenda month view

2011-06-01 Thread Memnon Anon
Joost Kremers joostkrem...@fastmail.fm writes: I was wondering if there's a way to separate weeks in month view in the agenda. Either an empty line or a dashed line or something, anything that's more conspicuous than the Wxx that is displayed, because that doesn't really stand out. Mhh, my

Re: [O] Passing font size to exported LaTeX table

2011-06-01 Thread Nick Dokos
Thomas S. Dye t...@tsdye.com wrote: Suvayu Ali fatkasuvayu+li...@gmail.com writes: I am not very familiar with org-latex internals. Based on my limited understanding I wrote the attached patch to the org manual. I hope it is up to par. [patch snipped] This looks like an

Re: [O] Passing font size to exported LaTeX table

2011-06-01 Thread Suvayu Ali
Hi Nick, A very big thank you for that crystal clear code commentary. On Wed, 01 Jun 2011 14:50:34 -0400 Nick Dokos nicholas.do...@hp.com wrote: soapbox I've tried to keep a neutral tone in (most of) the rest of the mail, but I have to say that I think clever hacks like this are too clever

Re: [O] Some remarks on org-contacts

2011-06-01 Thread Štěpán Němec
Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: And the cherry on the cake would be: snarfing data from received email, asking the user what to do when a new email address is detected for a known contact, or a new name detected for a known email address...

[O] line breaks disappear between tags and properties

2011-06-01 Thread Myles Byrne
Hi everyone, Using the latest Aquamacs and org-mode on OSX 10.6.7: Most every time i move, copy/paste, or close and reload my org-mode docs, i'm losing the line breaks that separate :property: drawers from the headline and it's :tags. With the effect that the properties are not recognized as

Re: [O] [Orgmode] S5 export

2011-06-01 Thread Eric Schulte
Hi Pierre, This looks very nice. Perhaps you could add a function to the `org-export-html-final-hook' which could perform step 3 below. With that in place it shouldn't be difficult to write a self-contained `org-export-as-s5' function which let-binds the html-final-hook, as well as some of the

[O] [patch] bring back the multiline option for latex tables

2011-06-01 Thread Eric Schulte
Hi, The following patch make the behavior of LaTeX table exporter more closely resemble the documented behavior (at least to my mind). I'm hesitant to apply this patch myself as it applies to org-latex.el which is outside of my area of expertise. Please apply this if it looks reasonable.

Re: [O] [PATCH] latex export - title placement

2011-06-01 Thread Nick Dokos
Thomas S. Dye t...@tsdye.com wrote: Sebastian Hofer sebho...@gmail.com writes: Hi all, This patch addresses the problem of ambiguous conventions for the placement of the title related macros (\author, \date,...) with respect to the main document body in different latex classes. It

Re: [O] [Orgmode] S5 export

2011-06-01 Thread Eric Schulte
Hi Pierre, I've taken your very thorough S5 instructions and converted them into a single `org-export-as-s5' function. The attached archive file holds an s5.org Org-mode file which defines this function, as well as the ui directory required for S5, and an html file which results from calling the

Re: [O] [PATCH] latex export - title placement

2011-06-01 Thread Thomas S. Dye
Nick Dokos nicholas.do...@hp.com writes: Thomas S. Dye t...@tsdye.com wrote: Sebastian Hofer sebho...@gmail.com writes: Hi all, This patch addresses the problem of ambiguous conventions for the placement of the title related macros (\author, \date,...) with respect to the main

Re: [O] [PATCH] latex export - title placement

2011-06-01 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: IIUC, the only remaining thing is the position of the \title etc macros in the preamble or the body (or both). There are three categories of LaTeX classes: the ones that implement Lamport's dictum that \title etc can come anywhere before \maketitle,

[O] org-export-babel-evaluate

2011-06-01 Thread skip
Is there a buffer level header for (org-export-babel-evaluate nil)? Something like #+BABEL: ??? I want to disable code eval for all src blocks in a single org file that I'm working on now. I would still like to be able to manually C-c C-c in some code blocks as needed. --Skip.

Re: [O] Problem with latest stable org-mode - Lisp error: (void-variable outline-regexp)

2011-06-01 Thread John Toohey
Hope this is done correctly. Bug Report: Emacs : GNU Emacs 23.3.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54) of 2011-03-18 on braeburn.aquamacs.org - Aquamacs Distribution 2.2 Package: Org-mode version 7.5 current

[O] Links and visual-line-mode

2011-06-01 Thread Scott Randby
This is a problem that has been bugging me for some time because I use visual-line-mode a lot when I'm working on my org-mode files. Say I have visual-line-mode turned on when I'm editing an org-mode file. If I do C-c C-l, put in the link address, hit Enter, put in a description, and hit Enter,

Re: [O] [Announce] A GitHub Issues interface for Org-mode

2011-06-01 Thread Puneeth Chaganti
Hi William, On Mon, May 30, 2011 at 8:08 PM, William Henney when...@gmail.com wrote: [..] Is the v2 API missing some features you need? Maybe it would be better to use that until v3 is out of beta v2 API doesn't provide access to the new features of Issues, added in version 2 of GitHub Issues,

Re: [O] Problem with make and autoloads

2011-06-01 Thread Matt Lundin
Achim Gratz strom...@nexgo.de writes: Matt Lundin m...@imapmail.org writes: The autoloads in org-install all have lisp/ prepended to the file name. What is prefix and lispdir set to in the Makefile? They are the default values (i.e., I have not changed anything). --8---cut

Re: [O] line breaks disappear between tags and properties

2011-06-01 Thread Matt Lundin
Myles Byrne bohmb...@gmail.com writes: Using the latest Aquamacs and org-mode on OSX 10.6.7: Most every time i move, copy/paste, or close and reload my org-mode docs, i'm losing the line breaks that separate :property: drawers from the headline and it's :tags. With the effect that the

Re: [O] Links and visual-line-mode

2011-06-01 Thread Nick Dokos
Scott Randby sran...@gmail.com wrote: This is a problem that has been bugging me for some time because I use visual-line-mode a lot when I'm working on my org-mode files. Say I have visual-line-mode turned on when I'm editing an org-mode file. If I do C-c C-l, put in the link address, hit

[O] [LaTeX Export] Question: How to import a really long caption in #+CAPTION:

2011-06-01 Thread Sunny Srivastava
Dear org-mode users: I want to export a really long caption in org to latex export. For example: #+CAPTION: A_really_long_caption_that_really_needs_a_line_break #+LABEL: fig:sims Presently, I can do it by just having the really long line in front of #+caption; if I have a line break, it

Re: [O] Links and visual-line-mode

2011-06-01 Thread Scott Randby
On 06/01/2011 10:49 PM, Nick Dokos wrote: Scott Randby sran...@gmail.com wrote: This is a problem that has been bugging me for some time because I use visual-line-mode a lot when I'm working on my org-mode files. Say I have visual-line-mode turned on when I'm editing an org-mode file. If I