[Orgmode] Re: Ignore sub-items of Scheduled TODOs?

2009-07-03 Thread Christian Egli
Nathan Neff writes: > I'd like to know the best way for removing TODO items from the agenda if > they have a parent item that's been scheduled. It's not exactly what you want but I found that I like to hide sublevel TODOs. Have a look at org-agenda-todo-list-sublevels: org-agenda-todo-list-subl

Re: AW: [Orgmode] Orgmode and PDF export on Windows machine

2009-07-03 Thread Simon Brown
On 26/06/09 10:41:08, Carsten Dominik wrote: > Org-mode uses > >pdflatex -interaction nonstopmode file.tex > > file.tex is first passed through shell-quote-argument before > being inserted into the command. > > Please check in Emacs what evaluating > > (shell-quote-argument "c:path\to\

[Orgmode] Re: LaTeX export bugs?

2009-07-03 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: > Sébastien Vauban wrote: >> >> - If you have a level 3 item under a level 1 item, the level 3 doesn't get >>exported to LaTeX. I know this is not a normal situation, but it happens >>when restructuring some text, and you loose it in the exported view..

Re: [Orgmode] Re: footnote renumber bug

2009-07-03 Thread Scot Becker
Matthew, No apologies needed. A good explanation like yours is a valuable thing to have sitting in the mailing list archive (and perhaps even in a more formal spot, in the Worg article: "Academic writing with Org," which I will someday help you write.) Scot On Thu, Jul 2, 2009 at 10:53 PM, Mat

[Orgmode] Re: LaTeX export bugs?

2009-07-03 Thread Sébastien Vauban
Hi Nick, Nick Dokos wrote: > Sebastien Vauban wrote: > >> > BTW, any solution for exporting to a Beamer presentation? I'd be very >> > very very interested by anything in that direction. That's the last piece >> > of the whole puzzle, IMHO. >> > > > I did a beamer presentation in org-mode last mon

Re: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros

2009-07-03 Thread Bastien
Samuel Wales writes: > On each of my many emacs-w3m tabs, I can remember manually with f8 f8 > n (my binding for org-remember and my ?n template which I sent). It > grabs the title and URL perfectly. I can also do m-right, which is my > binding for next tab. > > To use the macro, I do c-x ( f8

[Orgmode] Structured export of HTML headlines

2009-07-03 Thread Stefan Vollmar
Hello, org's HTML output is very convincing (as are so many other wonderful things org does) - congratulations! We now want to use it also for our software documentation. Our main packages are Qt 4.5 based and we have already had some good experiences with using Qt's help browser, http://

Re: [Orgmode] Re: footnote renumber bug

2009-07-03 Thread Andreas Röhler
Scot Becker wrote: > Matthew, > > No apologies needed. A good explanation like yours is a valuable > thing to have sitting in the mailing list archive (and perhaps even in > a more formal spot, in the Worg article: "Academic writing with Org," > which I will someday help you write.) > > Scot >

[Orgmode] Re: Release 6.28

2009-07-03 Thread Ulf Stegemann
Carsten Dominik wrote: > On Jul 1, 2009, at 12:26 PM, Christian Egli wrote: > >> >> Hi all >> >> Carsten Dominik writes: >> >>> On Jul 1, 2009, at 9:20 AM, Ulf Stegemann wrote: Carsten Dominik wrote: > Bulk action > > > We can add more actions, if you convince

[Orgmode] Re: footnote renumber bug

2009-07-03 Thread Paul R
Hi Andreas and org-mode users, Andreas> Seeing the danger of raising flame-wars, which we have seen at Andreas> several occasions, consider that rather a recommendable style. Thank you Andreas for your recommandations, but please let me point out that debate on this list has been so far particula

[Orgmode] Re: footnote renumber bug

2009-07-03 Thread Matthew Lundin
> Scot Becker wrote: >> Matthew, >> >> No apologies needed. A good explanation like yours is a valuable >> thing to have sitting in the mailing list archive (and perhaps even in >> a more formal spot, in the Worg article: "Academic writing with Org," >> which I will someday help you write.) >> Sco

[Orgmode] Re: footnote renumber bug

2009-07-03 Thread Andreas Röhler
Paul R wrote: > Hi Andreas and org-mode users, > > Andreas> Seeing the danger of raising flame-wars, which we have seen at > Andreas> several occasions, consider that rather a recommendable style. > > Thank you Andreas for your recommandations, but please let me point out > that debate on this list

Re: [Orgmode] Re: LaTeX export bugs?

2009-07-03 Thread Nick Dokos
=?utf-8?Q?S=C3=A9bastien_Vauban?= wrote: > > Weird. Having done the above `add-to-list' in Emacs (with `C-x C-e'), > I got a different exported file than yours. But really different: > > --8<---cut here---start->8--- > ... > --8<---cut here--

[Orgmode] Item ranking system?

2009-07-03 Thread Ross A. Laird
I'm sure there are many ways in org to accomplish my goal with this particular project, which is to create a ranking system for items. Here's the situation: I have about 200 items that I am evaluating. I need each item to have a title, a tag, a note, and a ranking from 0 to 5. Then, I need to be a

Re: [Orgmode] Item ranking system?

2009-07-03 Thread Ian Barton
Ross A. Laird wrote: I'm sure there are many ways in org to accomplish my goal with this particular project, which is to create a ranking system for items. Here's the situation: I have about 200 items that I am evaluating. I need each item to have a title, a tag, a note, and a ranking from 0 to 5

[Orgmode] Setting custom frame parameters for org remember frame

2009-07-03 Thread Ryan C. Thompson
I am using org-remember set to open a new frame when used, and the default frame size is much too large. To fix this, I have designed some advice and a custom variable to implement custom parameters for the remember frame: (defcustom remember-frame-alist nil "Additional frame parameters for d

Re: [Orgmode] Item ranking system?

2009-07-03 Thread Nick Dokos
Ross A. Laird wrote: > > I'm sure there are many ways in org to accomplish my goal with this > particular project, which is to create a ranking system for items. > Here's the situation: I have about 200 items that I am evaluating. I > need each item to have a title, a tag, a note, and a ranking

[Orgmode] Re: Item ranking system?

2009-07-03 Thread Matthew Lundin
Ian Barton writes: > Ross A. Laird wrote: >> I'm sure there are many ways in org to accomplish my goal with this >> particular project, which is to create a ranking system for items. >> Here's the situation: I have about 200 items that I am evaluating. I >> need each item to have a title, a tag,

[Orgmode] Using simple css in HTML export

2009-07-03 Thread Charles Howard
Hi. I thought it would be a simple matter to make use of a css file in html export. At the top of my file I put #+LATEX_CLASS: myarticle #+TITLE: Directory skeleton #+AUTHOR: Study #+STYLE: but no result. I did Cc-Cc, closed down and reopened. Am I doing something stupidly wrong? I can't

[Orgmode] HTML export error with file link containing underscores

2009-07-03 Thread Brenton Kenkel
Dear all, I am having a problem with Org-mode's HTML export, specifically with a local file link that contains underscores. My file contains the following link in the org-mode source: [[file:low_stats/berkeley_brady_2005.pdf][syllabus]] and the HTML export produces the following: brady_2005.pdf

[Orgmode] Setting custom frame parameters for org remember frame

2009-07-03 Thread Ryan C. Thompson
I am using org-remember set to open a new frame when used, and the default frame size is much too large. To fix this, I have designed some advice and a custom variable to implement custom parameters for the remember frame: (defcustom remember-frame-alist nil "Additional frame parameters for dedi

Re: [Orgmode] Item ranking system?

2009-07-03 Thread Nick Dokos
Nick Dokos wrote: > Ross A. Laird wrote: > > > > > I'm sure there are many ways in org to accomplish my goal with this > > particular project, which is to create a ranking system for items. > > Here's the situation: I have about 200 items that I am evaluating. I > > need each item to have a ti

[Orgmode] Re: Using simple css in HTML export

2009-07-03 Thread Matthew Lundin
Charles Howard writes: > Hi. I thought it would be a simple matter to make use of a css file in html > export. > > At the top of my file I put > > #+LATEX_CLASS: myarticle > #+TITLE: Directory skeleton > #+AUTHOR: Study > #+STYLE: > > but no result. I did Cc-Cc, closed down and reopened. Yo

Re: [Orgmode] Using simple css in HTML export

2009-07-03 Thread Dan Davison
Charles Howard writes: > Hi. I thought it would be a simple matter to make use of a css file in html > export. > > At the top of my file I put > > #+LATEX_CLASS: myarticle > #+TITLE: Directory skeleton > #+AUTHOR: Study > #+STYLE: Hi Charles, The #+style line should look something like this

Re: [Orgmode] HTML export error with file link containing underscores

2009-07-03 Thread Nick Dokos
Brenton Kenkel wrote: > I am having a problem with Org-mode's HTML export, specifically with a local > file link that contains underscores. My file contains the following link in > the org-mode source: > > [[file:low_stats/berkeley_brady_2005.pdf][syllabus]] > > and the HTML export produces the

[Orgmode] Re: Ignore sub-items of Scheduled TODOs?

2009-07-03 Thread Matthew Lundin
Nathan Neff writes: >> Probably the simplest thing to do is to add SCHEDULED timestamps to the >> sub-items as well. As I understand it, org-mode timestamps cannot be >> inherited by subheadings. I imagine someone else will quickly come along >> and correct me if I'm wrong. :) > > It's just kind

[Orgmode] Re: Item ranking system?

2009-07-03 Thread Ross A. Laird
Matthew Lundin writes: > Ian Barton writes: > >> Ross A. Laird wrote: >>> I'm sure there are many ways in org to accomplish my goal with this >>> particular project, which is to create a ranking system for items. >>> Here's the situation: I have about 200 items that I am evaluating. I >>> need e

[Orgmode] Small fix for Gnus integration

2009-07-03 Thread Andreas Rottmann
Without the following patch, storing links to Gnus Article buffers fails on CVS Emacs, as they (at least in my setup -- IMAP) always contain a "From " line, which can't be parsed as an RFC822 header. From: Andreas Rottmann Subject: [PATCH] Fixes for the Gnus integration - `org-gnus-store-link':

[Orgmode] [PATCH] Allow functions for HTML export preamble and postamble

2009-07-03 Thread Andreas Rottmann
Hi! Well, the subject says it all -- attached is a rough patch to allow more flexibility with the HTML export; I use it like this: (defun rotty/homepage-preamble (opt-plist) (insert "") (insert " Home | Writings | Software | Blog ") (inse

Re: [Orgmode] Shotcut Icon and PDF problem in the HTML output

2009-07-03 Thread Sebastian Rose
> Xin Shi writes: > >> Hello Experts, >> >> I noticed two problems with recent org publishing HTML with js support. >> >> To make is specific, one can use this page as example: >> >> http://orgmode.org/Changes.html >> >> 1.) The shortcut icon is no longer displayed (the small icon in the address

Re: [Orgmode] HTML export error with file link containing underscores

2009-07-03 Thread Brenton Kenkel
> [Please provide version numbers for emacs and org-mode.] Org-mode 6.28e in Aquamacs 1.8rc1, based on GNU Emacs 22.3.1. I get the same result using Org-mode 6.21b in GNU Emacs 23.0.91.1. > I cannot reproduce this. It turns out that part of the problem was that I had included a radio target name

Re: [Orgmode] footnote renumber bug

2009-07-03 Thread Carsten Dominik
On Jul 2, 2009, at 8:55 AM, Andreas Roehler wrote: Hi, after reopening a file with two footnotes inside, inserting a third footnote between first and second, it fails to renumber it. below the test-buffer Should I'm right so far --even seeing footnote reimplemented-- maybe have a look at

[Orgmode] RE: Using simple css in HTML export

2009-07-03 Thread Charles Howard
The hotmail account I am using seems to have stripped out the html code. I did have such a line following STYLE, as in the link you quoted. I had the css file in the same dir as the org file. I used basic.css and ./basic.css with no success either way. Thanks Matt. I still don't know why th

Re: [Orgmode] Re: Item ranking system?

2009-07-03 Thread Samuel Wales
One thing to think about is global vs. local. Global priorities (or properties -- I am not talking about implementation here) are sorted in the agenda. Thus an A in an unimportant part of the hierarchy is the same as an A in an important part. Local priorites are just for siblings. They are for

[Orgmode] Changing Footer in org mode publishing

2009-07-03 Thread charles snyder
Hi This should be trivial to fix, but I can't seem to get rid of this: "Charles Snyder " in the footer of all my org-publish-project files. I have :email 'clsnyder at gmail dot com' in my org publish project alist ? Thanks! cls ___ Emacs-orgmod

Re: [Orgmode] RE: Using simple css in HTML export

2009-07-03 Thread Sebastian Rose
Charles Howard writes: > The hotmail account I am using seems to have stripped out the html code. What did Org-mode's XHTML export section look like then? > I did have such a line following STYLE, as in the link you quoted. > > I had the css file in the same dir as the org file. I used basi

Re: [Orgmode] Changing Footer in org mode publishing

2009-07-03 Thread Nick Dokos
charles snyder wrote: > This should be trivial to fix, but I can't seem to get rid of this: > > "Charles Snyder " > > in the footer of all my org-publish-project files. > > I have > > :email  'clsnyder at gmail dot com' > > in my org publish project alist > I believe that those should be