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

2011-06-15 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]

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

2011-06-15 Thread suvayu ali
On Tue, Jun 14, 2011 at 10:49 PM, Nick Dokos nicholas.do...@hp.com 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,

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

2011-06-15 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

Re: [O] problem with utf8 todo keywords

2011-06-15 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 ok)

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

2011-06-15 Thread Nick Dokos
suvayu ali fatkasuvayu+li...@gmail.com 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

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

2011-06-15 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 that

[O] BUG: Newest org-mode interferes with desktop save

2011-06-15 Thread Rainer M Krug
Hi when using the newest version of org-mode (Org-mode version 7.5 (release_7.5.391.gfacc)), I get the following warning when closing emacs, Current desktop was not loaded from a file. Overwrite this desktop file? although it has loaded the desktop file. When I use 7.5 (and te one from I guess

[O] Time-proportional agenda view

2011-06-15 Thread Jacek Generowicz
Hello, When viewing the agenda, I would like to get an immediate visual clue about the time-span of entries. For example, if I have the following items * Boring meeting 2011-06-15 Wed 08:00--2011-06-15 Wed 13:00 * Lunch with mistress 2011-06-15 Wed 13:00--2011-06-15 Wed 14:00 my agenda

Re: [O] org-bbdb-anniversaries gives error 'bad sexp'

2011-06-15 Thread Philipp Haselwarter
thanks, got it working now (with some fiddling). looks like `calendar-date-style' is not honored /at all/, if you don't use -MM-DD format (as stated in the org-bbdb.el header, admittedly), it just blows up in your face :) -- Philipp Haselwarter

[O] how to control exported src color

2011-06-15 Thread silent
hi, I met a problem: I use #+BEGIN_SRC html #+END_SRC in org, and export to html but the source code's highlight color is not good, could you please tell me how can I change the color ? thanks! attachment: org-exported_html_code.png

Re: [O] org-bbdb-anniversaries gives error 'bad sexp'

2011-06-15 Thread Carsten Dominik
On Jun 13, 2011, at 6:15 PM, Philipp Haselwarter wrote: thanks, got it working now (with some fiddling). looks like `calendar-date-style' is not honored /at all/, if you don't use -MM-DD format (as stated in the org-bbdb.el header, admittedly), it just blows up in your face :) While I

Re: [O] how to control exported src color

2011-06-15 Thread Jambunathan K
silent silent2...@gmail.com writes: hi, I met a problem: I use #+BEGIN_SRC html #+END_SRC in org, and export to html but the source code's highlight color is not good, Does your Emacs buffers look that way? could you please tell me how can I change the color ? M-x customize-group RET

Re: [O] BUG: Newest org-mode interferes with desktop save

2011-06-15 Thread Eric Schulte
Hi Rainer, I was able to reproduce this query-on-close behavior with the following minimal config. #+begin_src sh emacs -Q -l ~/.emacs.d/src/org/lisp/org.el --eval (desktop-save-mode 1) #+end_src however, I think this prompting behavior is expected, and when I switched to the following

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

2011-06-15 Thread Eric Schulte
Rather than feeling our way forward step by step it seems that simply following the behavior of noweb would both 1. allow for easy transition between noweb and babel 2. benefit from the years of experience and design accumulated in the noweb project Does anyone on this list know the noweb

[O] How to filter by tag/todo in agenda view

2011-06-15 Thread Mark S
Hello! I know how to filter inside the TODO list, but I can't seem to find how your filter inside of the agenda view. Is there a way? Thanks! Mark

Re: [O] BUG: Newest org-mode interferes with desktop save

2011-06-15 Thread Nick Dokos
Eric Schulte schulte.e...@gmail.com wrote: I was able to reproduce this query-on-close behavior with the following minimal config. #+begin_src sh emacs -Q -l ~/.emacs.d/src/org/lisp/org.el --eval (desktop-save-mode 1) #+end_src however, I think this prompting behavior is expected,

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

2011-06-15 Thread Eric Schulte
Hi Neeum, You are correct, the current implementation only specially concatenates blocks during tangling, *not* during noweb resolution. It would be possible to also implement the concatenation behavior during noweb expansion, however I'd prefer to first wait for a response to my recent other

Re: [O] Time-proportional agenda view

2011-06-15 Thread Karl Voit
* Jacek Generowicz jacek.generow...@cern.ch wrote: Hello, Hi! When viewing the agenda, I would like to get an immediate visual clue about the time-span of entries. I'd like to have more visual clue too. For example, if I have the following items * Boring meeting 2011-06-15 Wed

Re: [O] HTML5 presentations

2011-06-15 Thread Eric S Fraga
Eric Schulte schulte.e...@gmail.com writes: Tassilo Horn tass...@member.fsf.org writes: Vinh Nguyen vinhdi...@gmail.com writes: After the recent org-mode to S5 discussion, I stumbled onto [these](https://gist.github.com/509761) code. It offers a way to export org files to HTML5

Re: [O] Status google calendar sync

2011-06-15 Thread Eric S Fraga
Stephen Eglen s.j.eg...@damtp.cam.ac.uk writes: Thank you very much Arun, this page looks great: http://orgmode.org/worg/org-tutorials/org-google-sync.html When going from org - google, do I need to do anything about using org-icalendar-store-UID? I'd rather not have to populate my org

Re: [O] BUG: Newest org-mode interferes with desktop save

2011-06-15 Thread Eric Schulte
I can not reproduce your example, as I am getting an can not open org-entities, but have you tried it with org-mode 7.5 as well as the newest git? My point is, that up to a recent git version (probably yesterday), this question was *not* there, but it is there at with the newest git version.

Re: [O] BUG: Newest org-mode interferes with desktop save

2011-06-15 Thread Rainer M Krug
On Wed, Jun 15, 2011 at 8:31 PM, Eric Schulte schulte.e...@gmail.comwrote: I can not reproduce your example, as I am getting an can not open org-entities, but have you tried it with org-mode 7.5 as well as the newest git? My point is, that up to a recent git version (probably yesterday),

[O] [PATCH] Org-Velocity incremental display

2011-06-15 Thread Paul M. Rodriguez
This patch makes Org-Velocity display search results incrementally, and implements a more general approach to completion based on dabbrev. The documentation has also been rewritten. Paul Rodriguez. diff --git a/contrib/lisp/org-velocity.el b/contrib/lisp/org-velocity.el index b3d4006..4bba504

Re: [O] BUG: Newest org-mode interferes with desktop save

2011-06-15 Thread Rainer M Krug
On Wed, Jun 15, 2011 at 7:35 PM, Nick Dokos nicholas.do...@hp.com wrote: Eric Schulte schulte.e...@gmail.com wrote: I was able to reproduce this query-on-close behavior with the following minimal config. #+begin_src sh emacs -Q -l ~/.emacs.d/src/org/lisp/org.el --eval

Re: [O] Status google calendar sync

2011-06-15 Thread Eric S Fraga
Nick Dokos nicholas.do...@hp.com writes: Philipp Haselwarter philipp.haselwar...@gmx.de wrote: Nick Philipp, Unfortunately, both the awk script and the org-export-icalendar seem to have quite a hard time with repeating entries. Yes. I have extended my awk script to cater for ical events

[O] [bug] Problem with insert anniversary agenda function (was Re: org-bbdb-anniversaries gives error 'bad sexp')

2011-06-15 Thread Eric S Fraga
Carsten Dominik carsten.domi...@gmail.com writes: On Jun 13, 2011, at 6:15 PM, Philipp Haselwarter wrote: thanks, got it working now (with some fiddling). looks like `calendar-date-style' is not honored /at all/, if you don't use -MM-DD format (as stated in the org-bbdb.el header,

Re: [O] No definition for class error in export to latex

2011-06-15 Thread Eric S Fraga
Levy, Roger rl...@ucsd.edu writes: Hi, I am an org-mode newbie and trying to learn how to export to latex and html from the command line, and have encountered a difficulty when I include a custom class in the latex header. Here's a sample file (test-file.org) I'm using: *** #+TITLE:

Re: [O] HTML5 presentations

2011-06-15 Thread Eric Schulte
Eric S Fraga e.fr...@ucl.ac.uk writes: Eric Schulte schulte.e...@gmail.com writes: Tassilo Horn tass...@member.fsf.org writes: Vinh Nguyen vinhdi...@gmail.com writes: After the recent org-mode to S5 discussion, I stumbled onto [these](https://gist.github.com/509761) code. It offers a way

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

2011-06-15 Thread Neeum Zawan
Eric Schulte schulte.e...@gmail.com writes: It would be possible to also implement the concatenation behavior during noweb expansion, however I'd prefer to first wait for a response to my recent other email to this thread asking for a more clear explication of existing noweb behavior. The

Re: [O] How to filter by tag/todo in agenda view

2011-06-15 Thread Michael Brand
Hi Mark Yes, there are several filters for the block of type agenda. These are the notes that I made to remember me of them: - org-agenda-entry-types - org-agenda-skip-function - match can be implemented with 'regexp/'notregexp - org-agenda-skip-* - org-agenda-todo-ignore-scheduled see also

Re: [O] HTML5 presentations

2011-06-15 Thread Joost Kremers
On Wed, Jun 15, 2011 at 07:19:46PM +0100, Eric S Fraga wrote: What browser(s) are people using for this? Conkeror doesn't work well at all and iceweasel (aka firefox) 3.5.19 sort of works. since it's an html5 presentation, you'll need a browser with html5 support. i don't think firefox 3.6 has

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

2011-06-15 Thread Achim Gratz
Eric Schulte schulte.e...@gmail.com writes: Does anyone on this list know the noweb system well enough to specify its behavior in this regard, and to describe what functional changes would be required to bring Babel into line with noweb behavior? Far from knowing it well, but the basics are,

Re: [O] HTML5 presentations

2011-06-15 Thread Juan Pechiar
On Wed, Jun 15, 2011 at 07:19:46PM +0100, Eric S Fraga wrote: What browser(s) are people using for this? Conkeror doesn't work well at all and iceweasel (aka firefox) 3.5.19 sort of works. Hi, Opera 11 (OSX) seems to work OK, only that slides start to appear shifted the higher the slide

Re: [O] BUG: Newest org-mode interferes with desktop save

2011-06-15 Thread Nick Dokos
Rainer M Krug r.m.k...@gmail.com wrote: I created the attached init.el file. In my setup, ~/.emacs.d/org-mode is a symbolic link. If I set it to org-7.7, everything works as expected desktop is loaded and saved without question), but when linking it to the git version, the desktop is loaded,

Re: [O] Screencast of Search Features in org-mode?

2011-06-15 Thread Nathan Neff
On Wed, May 18, 2011 at 1:48 PM, Nathan Neff nathan.n...@gmail.com wrote: I seem to recall seeing an excellent screencast of using the built-in search features of org-mode. Can anyone point me to it? I've looked on Work, under screencasts and am missing it. I found the advanced search

Re: [O] Query for tags, and bring results into headline?

2011-06-15 Thread Nathan Neff
On Wed, May 18, 2011 at 12:37 PM, Matt Lundin m...@imapmail.org wrote: Nathan Neff nathan.n...@gmail.com writes: Thanks Matt! If it's not too much trouble for you, may I ask how I would filter out DONE, etc questions? Sure, no problem at all! #+begin: insert-links :match questions/-DONE

[O] git server issue, repo.or.cz and orgmode.org

2011-06-15 Thread Erik Iverson
Hello, I pull git daily both at home and work. I noticed a bunch of updates this morning at work, as expected. But at home, I keep getting: $ git pull Already up-to-date. $ git log -1 commit 90f6765cdf77c1414726d899f00c77da43f45758 Author: Eric Schulte schulte.e...@gmail.com Date: Mon

Re: [O] git server issue, repo.or.cz and orgmode.org

2011-06-15 Thread suvayu ali
On Wed, Jun 15, 2011 at 7:14 PM, Erik Iverson er...@ccbr.umn.edu wrote: Perhaps I missed an announcement, AFAIK, the repository at repo.or.cz serves as a mirror to the orgmode.org repository and it might be a little behind. -- Suvayu Open source is the future. It sets us free.

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

2011-06-15 Thread Neeum Zawan
Eric Schulte schulte.e...@gmail.com writes: Rather than feeling our way forward step by step it seems that simply following the behavior of noweb would both 1. allow for easy transition between noweb and babel 2. benefit from the years of experience and design accumulated in the noweb

Re: [O] git server issue, repo.or.cz and orgmode.org

2011-06-15 Thread Bernt Hansen
Erik Iverson er...@ccbr.umn.edu writes: [remote origin] fetch = +refs/heads/*:refs/remotes/origin/* url = git://repo.or.cz/org-mode.git Now, the orgmode.org site I notice tells you to clone: git clone git://orgmode.org/org-mode.git So that must be the problem! I don't know if

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

2011-06-15 Thread Eric Schulte
Achim Gratz strom...@nexgo.de writes: Eric Schulte schulte.e...@gmail.com writes: Does anyone on this list know the noweb system well enough to specify its behavior in this regard, and to describe what functional changes would be required to bring Babel into line with noweb behavior? Far

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

2011-06-15 Thread Eric Schulte
Neeum Zawan mailingli...@nawaz.org writes: Eric Schulte schulte.e...@gmail.com writes: It would be possible to also implement the concatenation behavior during noweb expansion, however I'd prefer to first wait for a response to my recent other email to this thread asking for a more clear