Re: [Orgmode] Release 6.34

2010-01-10 Thread Carsten Dominik
Opps, thanks. Fixed now. - Carsten On Jan 10, 2010, at 11:20 PM, Simon Brown wrote: * Carsten Dominik (domi...@uva.nl) wrote: I have released version 6.34 of Org-mode. Thanks to everyone who contributed. The download links here: http://orgmode.org/index.html#sec-2 point to version 3.34 wh

[Orgmode] Re: Bug: #+STARTUP indent in org-babel.org: emacs segfaults [6.34 (release_6.34.1.g2783)]

2010-01-10 Thread Per Unneberg
Hi Eric, that may well be. I've now tried it on three machines, all 64-bit, and I can reproduce the bug. Weird. Cheers, Per ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/

Re: [Orgmode] Release 6.34

2010-01-10 Thread Simon Brown
* Carsten Dominik (domi...@uva.nl) wrote: > I have released version 6.34 of Org-mode. Thanks to everyone who > contributed. The download links here: http://orgmode.org/index.html#sec-2 point to version 3.34 which doesn't exist http://orgmode.org/org-3.34.zip http://orgmode.org/org-3.34.tar.gz ch

Re: [Orgmode] Bug: #+STARTUP indent in org-babel.org: emacs segfaults [6.34 (release_6.34.1.g2783)]

2010-01-10 Thread Eric Schulte
Hi Per, I was unable to recreate this issue using the latest Org-mode 6.34 and a recent Emacs build. Maybe it's specific to 64bit machines? Best -- Eric Per Unneberg writes: > Dear list, > > using the latest version of org-mode I noticed that some of my larger > org files containing babel co

Re: [Orgmode] Smart(er) word wrapping with org-mode and visual-line-mode

2010-01-10 Thread Carsten Dominik
On Jan 10, 2010, at 8:09 PM, Martin Pohlack wrote: Hi Carsten and Matthew, On 08.01.2010 18:24, Carsten Dominik wrote: On Jan 6, 2010, at 4:25 PM, Martin Pohlack wrote: I just tried this out (only for headlines up to now) and it seems to work great. Are there any plans to integrate somethin

Re: [Orgmode] Smart(er) word wrapping with org-mode and visual-line-mode

2010-01-10 Thread Martin Pohlack
Hi Carsten and Matthew, On 08.01.2010 18:24, Carsten Dominik wrote: > On Jan 6, 2010, at 4:25 PM, Martin Pohlack wrote: >> I just tried this out (only for headlines up to now) and it seems to >> work great. >> >> Are there any plans to integrate something like this into upstream? >> Especially the

Re: [Orgmode] Suppressing information in org-beamer

2010-01-10 Thread Marvin Doyley
Hi Carsten, Here is a little clarification that may help other. You are correct, I can suppress a frame using beamer handout mode by adding to the BEAMER_envargs property. To suppress information on a slide I use the following command \#+BEAMER: \only{ the proof used is ...} Thanks again fo

Re: [Orgmode] Suppressing information in org-beamer

2010-01-10 Thread Marvin Doyley
Hi Carsten, This works pretty well > #+BEAMER: \only<4->{The proof used \textit{reductio ad absurdum}.} No ideas at the moment, but I am thinking about this > Any ideas to make a better way to use \uncover and \only on selected > material? Best wishes M On Jan 10, 2010, at 4:02 AM, Car

[Orgmode] Bug: #+STARTUP indent in org-babel.org: emacs segfaults [6.34 (release_6.34.1.g2783)]

2010-01-10 Thread Per Unneberg
Dear list, using the latest version of org-mode I noticed that some of my larger org files containing babel code caused emacs to segfault when doing an incremental search. The culprit seems to be #+STARTUP: indent. I managed to reproduce the bug using this minimal .emacs file: (setq load-path (c

Re: [Orgmode] Re: Orgmode + other modes for outlining and studying.

2010-01-10 Thread Eric Schulte
"Thomas S. Dye" writes: [..] > > What would it take to add AWK to the list of supported languages, in > addition to Seb's setup? > It is currently possible to run awk one-liners using a shell script block, but I guess awk does straddle the line between command-line command and full-fledged lang

Re: [Orgmode] Re: Org-expiry: How to define keyword for org-expiry-add-keyword

2010-01-10 Thread David Maus
At Thu, 07 Jan 2010 18:01:11 +0100, David Maus wrote: > > [1 ] > At Tue, 05 Jan 2010 15:26:06 -0800, > Markus Heller wrote: > > > > > > But when I run M-x org-expiry-process-entries in the agenda or in my > > example file (see below), I get the following message in the minibuffer: > > > > "The mar

Re: [Orgmode] Beamer Table Export

2010-01-10 Thread Madhu Rao
Thanks very much Carsten. This work-around is more than enough. Regards, Madhu On 10-Jan-2010, at 6:15 PM, Carsten Dominik wrote: > Hi Madhu, > > this has come up before, and the only working fix we have right now is this: > > * Table export > ** Table export problem > #+BEAMER: {}\begin{textb

Re: [Orgmode] Bug: clockreport-mode fails in agenda if org-startup-indented is t [6.33f]

2010-01-10 Thread Sven Gaerner
Hi Carsten, thanks for this rapid fix. Sven On Sat, 09 Jan 2010 15:37:17 +0100 Carsten Dominik wrote: > Hi Sven, > > thank you for your report, this bug is now fixed. > > - Carsten > > On Jan 8, 2010, at 11:21 PM, Sven Gaerner wrote: > > > Hi, > > > > first of all: thanks to all for this g

Re: [Orgmode] Beamer Table Export

2010-01-10 Thread Carsten Dominik
Hi Madhu, this has come up before, and the only working fix we have right now is this: * Table export ** Table export problem #+BEAMER: {}\begin{textblock}{10}(-1,0) | A | B | C | D | |---+---+---+---| | 0 | 0 | 0 | 0 | | 0 | 0 | 0 | 1 | | 0 | 0 | 1 | 0 | |---+---+---+---| #+BEAMER: \end{te

[Orgmode] Beamer Table Export

2010-01-10 Thread Madhu Rao
Carsten: Thanks for this wonderful addition to org-mode. I have one small problem with tables and BEAMER/LaTeX keyword: it maybe an usage issue. The following org-table does not translate to a latex-table. It remains a org-table in the tex-file. * Table export ** Table export problem #+BEAMER:

[Orgmode] Re: Tips on maintaining a knowledge-base ?

2010-01-10 Thread andrea
d.st...@gmail.com writes: > I've been using org-mode for a little while, I've kept it really simple > for now, with only two files : > - one to act as an inbox, with remember-mode > - another where I stick just about anything that's been processed from the > inbox > > This is great for managing so

Re: [Orgmode] Re: 23.1; hl-line-mode appears to not be compatible with line prefix text properties

2010-01-10 Thread B Smith-Mannschott
On Sat, Jan 9, 2010 at 21:55, Eric S Fraga wrote: > At Sat, 09 Jan 2010 14:56:28 -0500, > Chong Yidong wrote: >> >> Hi Eric, >> >> > I use org-mode extensively.  In a recent upgrade to org-mode, text >> > properties are used to display the text automatically indented. >> > However, this use of lin

[Orgmode] Release 6.34

2010-01-10 Thread Carsten Dominik
Hi, I have released version 6.34 of Org-mode. Thanks to everyone who contributed. Enjoy! - Carsten Version 6.34 Incompatible changes ~ Tags in org-agenda-auto-exclude-function must be lower case.

Re: [Orgmode] Exporting non utf8 org documents

2010-01-10 Thread Carsten Dominik
Hi Francesco, you can remove the code I sent you again, and instead grab the latest git release. Then you can also do (setq org-export-latex-inputenc-alist '(("utf8" . "utf8x"))) to get utf8x instead of utf8. HTH - Carsten On Jan 8, 2010, at 1:36 PM, Francesco Pizzolante wrote: Hi Cars

Re: [Orgmode] Suppressing information in org-beamer

2010-01-10 Thread Carsten Dominik
Hi Marvin, On Jan 10, 2010, at 1:47 AM, Marvin Doyley wrote: Dear all, I use beamer to prepare lectures, and find it useful to suppress information or slides on the version of the slides that I distribute to the class at the start of my lectures. I suppress information using the beamer