Re: [O] [PATCH] Allow S-left/S-right editing in indented clocktables

2011-06-14 Thread Carsten Dominik
Applied, thanks. - Carsten On 13.6.2011, at 19:00, Achim Gratz wrote: > > It wasn't possible to use S-up/down/left/right on the clocktable BEGIN > line when the whole table was indented. Interestingly enough calling > the function directly would work, it turned out to be a regexp in org.el > t

Re: [O] Long table, landscape or sideways, LaTeX PDF

2011-06-14 Thread Nick Dokos
suvayu ali wrote: > Yes you are correct. There was no adjoining text so I didn't notice > the regular size fonts. I think the placement option is getting > completely ignored when longtable is present. > > That being said, if I put the \footnotesize after the #+LATEX > \begin{landscape} line, it

Re: [O] problem with utf8 todo keywords

2011-06-14 Thread Carsten Dominik
On 11.6.2011, at 20:56, harven wrote: > Hi, > > I use emacs 23.2.1 together with org 6.33. > I am trying to add the character ▶ as a todo keyword with no success. > > Starting with emacs -Q, I execute the following > code in the scratch buffer > (setq org-todo-keywords > '((sequence "\u25b6" "

Re: [O] Long table, landscape or sideways, LaTeX PDF

2011-06-14 Thread Alan E. Davis
This works. My table was quite wide: about two landscape sheets wide, so I was looking for a solution for width. Technically, I guess it's only a long table, if it's printed sideways? Don't know if that makes sense. Thank you for this. Good example. Alan 2011/6/15 Suvayu Ali > Hi Nick and

Re: [O] Long table, landscape or sideways, LaTeX PDF

2011-06-14 Thread suvayu ali
On Tue, Jun 14, 2011 at 10:49 PM, Nick Dokos wrote: >> It works for me very smoothly. I have attached an example org file and >> the exported tex and pdf files. >> > > Try with and without the \footnotesize: do you see any difference? I don't > think there is one - for confirmation, look at the te

Re: [O] Long table, landscape or sideways, LaTeX PDF

2011-06-14 Thread Alan E. Davis
This is what worked TO AN EXTENT (no page breaks in table): (At top of org file:) #+ATTR_LaTeX: longtable align=l|lp{3cm}r|l #+LATEX_HEADER: \usepackage{pdflscape} #+LaTeX: \begin{center} \begin{landscape} #+LaTeX: {}\begin{sidewaystable}\footnotesize [ORG TABLE HERE] #+LaTe

Re: [O] Long table, landscape or sideways, LaTeX PDF

2011-06-14 Thread Nick Dokos
Suvayu Ali wrote: > Hi Nick and Alan, > > On Wed, 15 Jun 2011 01:00:11 -0400 > Nick Dokos wrote: > > > suvayu ali wrote: > > > > > On Tue, Jun 14, 2011 at 7:50 PM, Alan E. Davis > > > wrote: > > > > (I would > > > > like to use the \footnotesize feature also). > > > ... > > > > > > For the

Re: [O] Long table, landscape or sideways, LaTeX PDF

2011-06-14 Thread Suvayu Ali
Hi Nick and Alan, On Wed, 15 Jun 2011 01:00:11 -0400 Nick Dokos wrote: > suvayu ali wrote: > > > On Tue, Jun 14, 2011 at 7:50 PM, Alan E. Davis > > wrote: > > > (I would > > > like to use the \footnotesize feature also). > > ... > > > > For the use of \footnotesize, you can look at the follo

Re: [O] Long table, landscape or sideways, LaTeX PDF

2011-06-14 Thread Nick Dokos
Nick Dokos wrote: > suvayu ali wrote: > > > On Tue, Jun 14, 2011 at 7:50 PM, Alan E. Davis wrote: > > > (I would > > > like to use the \footnotesize feature also). > > ... > > > > For the use of \footnotesize, you can look at the following Worg page: > >

Re: [O] Literate Programming - Continue a Source Block?

2011-06-14 Thread Neeum Zawan
Eric Schulte writes: > Could you try the attached example file? I first evaluated the > following elisp code to set the combination variable's value to append. Your example works if there are no noweb references. See the modified one where I have noweb references. Note that when expanding th

Re: [O] Long table, landscape or sideways, LaTeX PDF

2011-06-14 Thread Nick Dokos
suvayu ali wrote: > On Tue, Jun 14, 2011 at 7:50 PM, Alan E. Davis wrote: > > (I would > > like to use the \footnotesize feature also). > ... > > For the use of \footnotesize, you can look at the following Worg page: > Actually, I don't think

Re: [O] Long table, landscape or sideways, LaTeX PDF

2011-06-14 Thread suvayu ali
Hi Alan, On Tue, Jun 14, 2011 at 7:50 PM, Alan E. Davis wrote: > I have to apologize first, as I had this working at home, to some extent. > Not well.  I have to submit a printout of   grades, today, if possible, and > I've been struggling with it.   Can't find the cookbook formula!   (I would >

Re: [O] Long table, landscape or sideways, LaTeX PDF

2011-06-14 Thread Nick Dokos
Alan E. Davis wrote: > I have to apologize first, as I had this working at home, to some extent. > Not well. I have to submit a printout of grades, today, if possible, and > I've been struggling with it. Can't find the cookbook formula! (I would > like to use the \footnotesize feature also

[O] Long table, landscape or sideways, LaTeX PDF

2011-06-14 Thread Alan E. Davis
I have to apologize first, as I had this working at home, to some extent. Not well. I have to submit a printout of grades, today, if possible, and I've been struggling with it. Can't find the cookbook formula! (I would like to use the \footnotesize feature also). So far I've had to go throu

[O] compilation warnings and possible instability

2011-06-14 Thread Eric Schulte
Just a heads up. I'm pushing out a series of fairly wide-ranging commits momentarily. They address the compilation warnings spat out by the elisp compiler, and while they *should* all be safe changes, they may cause some problems, especially for users of older versions of Emacs (although I have su

[O] [ELPA Submission] OpenDocumentText exporter for Orgmode

2011-06-14 Thread Jambunathan K
Hello Bastien & Carsten, I have proposed that the org-odt tarball be included in http://elpa.gnu.org/packages. Feel free to track the below thread: http://lists.gnu.org/archive/html/emacs-devel/2011-06/msg00420.html or pitch in as you deem fit.. With this, I am moving org

Re: [O] Checkboxes and state toggling

2011-06-14 Thread Klaus Thoben
Nick Dokos writes: > > #+begin_src emacs-lisp > (add-to-list 'org-checkbox-statistics-hook (function > ndk/checkbox-list-complete)) > > (defun ndk/checkbox-list-complete () > (save-excursion > (org-back-to-heading t) > (let ((beg (point)) end) > (end-of-line) > (setq end (

Re: [O] Literate Programming - Continue a Source Block?

2011-06-14 Thread Achim Gratz
Eric Schulte writes: > Thanks for sharing your thoughts. How would you feel about moving away > from special source block names and moving towards implementing this > behavior with a header argument? I'm not feeling strongly either way... I'm wanting to use Babel for some stuff at work, but have

Re: [O] Agenda of upcoming deadlines skips some deadlines

2011-06-14 Thread Michael Brand
Hi Sebastien On Wed, Jun 8, 2011 at 00:23, Sebastien Vauban wrote: > #+begin_src emacs-lisp >                ("F" "Agenda of upcoming deadlines (6 months)" >                 agenda "" >                 ((org-agenda-ndays 1) >                  (org-deadline-warning-days 183) >                  (or

Re: [O] [FUN] "Open Source Project Maintainer Sarcastic Response Cheat Sheet"

2011-06-14 Thread Giovanni Ridolfi
Nick Dokos writes: > Jambunathan K wrote: > >> >> Just like a typical reddit comment: I imagined this being read in the >> voice of Nick Dokos :-). >> > > Ouch! Do I really come across like this? I think the emphasis should be put on the words "read in the voice". Maria Callas or Ὀδυσσεύ[1]

Re: [O] [FUN] "Open Source Project Maintainer Sarcastic Response Cheat Sheet"

2011-06-14 Thread Jambunathan K
Nick Dokos writes: > Jambunathan K wrote: > >> >> Just like a typical reddit comment: I imagined this being read in the >> voice of Nick Dokos :-). >> > > Ouch! Do I really come across like this? No. Not at all. Honestly, totally otherwise. But lots of missed opportunities. Also, my devil's

Re: [O] [FUN] "Open Source Project Maintainer Sarcastic Response Cheat Sheet"

2011-06-14 Thread Nick Dokos
Jambunathan K wrote: > > Just like a typical reddit comment: I imagined this being read in the > voice of Nick Dokos :-). > Ouch! Do I really come across like this? Nick

Re: [O] http://orgmode.org/ is down

2011-06-14 Thread Bastien
Jason Dunsmore writes: > Eric Schulte writes: > >> Just a heads up. >> >> The main orgmode.org server appears to be down, git and the web-page. > > Everything should be back up now. > > I found the VM kernel-panicked. I'll upgrade the kernel soon. Thanks a lot for this, Jason! -- Bastien

Re: [O] http://orgmode.org/ is down

2011-06-14 Thread Jason Dunsmore
Eric Schulte writes: > Just a heads up. > > The main orgmode.org server appears to be down, git and the web-page. Everything should be back up now. I found the VM kernel-panicked. I'll upgrade the kernel soon. Regards, Jason

Re: [O] #+begin_example broken when #+begin_src included inside?

2011-06-14 Thread Darlan Cavalcante Moreira
This seems to be true for other blocks as well, besides the example block. For instance, my Emacs configuration is in an org-mode file (using the starter kit) and in one src block where I define my capture templates I had a template with a PROPERTY drawer that was folded, even thought it was a str

Re: [O] [FUN] "Open Source Project Maintainer Sarcastic Response Cheat Sheet"

2011-06-14 Thread Giovanni Ridolfi
Jambunathan K writes: > "Open Source Project Maintainer Sarcastic Response Cheat Sheet" > http://plope.com/Members/chrism/oss_sarcasm [snip] Oh! this one is really the mailing-list, where I got every response listed up there. cheers, Giovanni

[O] equation numbering in html and latex export

2011-06-14 Thread Samuel Sinayoko
Dear list, I've been trying to write short scientific reports that I can export to both LaTeX and HTML. So far I've managed to figure out how to include equations, images, references, and how to include labels and cross reference between all these things. The only problem I have is that I can't g

Re: [O] Agenda Bulk Scatter bug

2011-06-14 Thread Carsten Dominik
On Jun 14, 2011, at 10:41 AM, Carsten Dominik wrote: > Hi David, > > On Jun 10, 2011, at 11:05 AM, David Edmondson wrote: > >> * carsten.domi...@gmail.com [2011-06-10 Fri 09:20] >>> Hi, I need a few testers: Something very strange is going on here. >>> >>> When I evaluate this form >>> >>> (

Re: [O] [PATCH] Change underscores to hyphens for HTML export

2011-06-14 Thread Carsten Dominik
Applied, thanks. - Carsten On Jun 13, 2011, at 6:28 PM, Nick Dokos wrote: > From 28c0b3afce11a8e2bd452ccab44b96c00a4401ca Mon Sep 17 00:00:00 2001 > From: Nick Dokos > Date: Sat, 11 Jun 2011 23:38:09 -0400 > Subject: [PATCH] Change underscores to hyphens for HTML export > > * lisp/org-html.el

[O] [FUN] "Open Source Project Maintainer Sarcastic Response Cheat Sheet"

2011-06-14 Thread Jambunathan K
"Open Source Project Maintainer Sarcastic Response Cheat Sheet" http://plope.com/Members/chrism/oss_sarcasm If you browse reddit you would have seen this article already. There are some gems there. For example: 1. I'll just retype the docs into this email for you. 2. Please send me an email

Re: [O] Agenda Bulk Scatter bug

2011-06-14 Thread Carsten Dominik
Hi David, On Jun 10, 2011, at 11:05 AM, David Edmondson wrote: > * carsten.domi...@gmail.com [2011-06-10 Fri 09:20] >> Hi, I need a few testers: Something very strange is going on here. >> >> When I evaluate this form >> >> (decode-time (days-to-time (time-to-days (current-time >> >> I ge