Re: [Orgmode] Slides with Org

2008-08-27 Thread Wes Hardaker
> On Thu, 28 Aug 2008 00:27:41 +0200, Sebastian Rose <[EMAIL PROTECTED]> > said: SR> For REAL slides a different tool should be written (using jQuery SR> or similar). FYI, I'd think it'd be pretty trivial to make the latex output support latex/beamer, which does a great job producing pdf

Re: [Orgmode] Slides with Org

2008-08-27 Thread Manish
On Thu, Aug 28, 2008 at 3:57 AM, Sebastian Rose wrote: > Hi, > > > Rick asked for Slides from Org-modes HTML export recently. > While there is no real support slides in org-info.js, I > still gave it try to have a poor mans slides. > > The main missing thing was the ability to nav

[Orgmode] DOH! - [Fwd: Suggestions for features OR Help?]

2008-08-27 Thread David A. Gershman
Before anyone does, I'll ping myself with an "RTFM!" :) Found my answer in the org manual, page 39. However, it shows the 33% (by the example below), not the computed 65%. Anyone know if that method is possible? Thanks. --dag Original Message Subject: Suggestions for featu

[Orgmode] Suggestions for features OR Help?

2008-08-27 Thread David A. Gershman
Hello All, I'm fairly new to Org-Mode, but common to Emacs. I've have a need to create a task which is made up of sub-tasks. Each sub-task in turn has actions which comprise it. Each action, I'd like it to have a checkbox so that the sub-task can track percent complete. Like so: * Sub-Task

Re: [Orgmode] HTML export: how to delimit escaped HTML entity?

2008-08-27 Thread Sebastian Rose
What's in your XHTML-Head section? How does your Content-Type line look? That is, Change the 'utf-8' to what ever encoding your exported HTML files have. You can detect the real encoding of the files, by visiting souch an exported HTML file with emacs. In the modeline on the left, you can se

[Orgmode] HTML export: how to delimit escaped HTML entity?

2008-08-27 Thread mtheo
This is probably bonehead simple, but so far that bone seems to be broken here. The entities in org-html-entities work fine for me as long as followed by a space (or another \-escaped entity), but I can't seem to discover how they're delimited within a word. E.g. "Ren\eacute " produce

[Orgmode] Slides with Org

2008-08-27 Thread Sebastian Rose
Hi, Rick asked for Slides from Org-modes HTML export recently. While there is no real support slides in org-info.js, I still gave it try to have a poor mans slides. The main missing thing was the ability to navigate the section by clicking the window. This is now added and in the worg git. Ple

Re: [Orgmode] org-plot (generating graphs from org-mode)

2008-08-27 Thread Eric Schulte
On Wednesday, August 27, at 08:27, Samuel Wales wrote: > Good stuff. > > Possibilities: > > 1. For a selected column, it can be nice to draw a histogram. There is a 'with histograms' option in gnuplot. I made a small change to org-plot.el so that this option now works as expected, for a

[Orgmode] Re: Exporting Properties

2008-08-27 Thread Charlie Burrows
On Wed, Aug 27, 2008 at 10:54 AM, Bernt Hansen <[EMAIL PROTECTED]> wrote: > "Charlie Burrows" <[EMAIL PROTECTED]> writes: > >> Can anyone tell me a good way to export the custom property block. I >> am trying to use org-mode as a project planner and I need to allow >> other team members to see the

Re: [Orgmode] org-plot (generating graphs from org-mode)

2008-08-27 Thread Samuel Wales
Good stuff. Possibilities: 1. For a selected column, it can be nice to draw a histogram. Long ago, I developed the following formula for choosing a bin size. Seems to work. 5*(max-min)/n You can use something like bin*round*($1 * (1.0/bin)) to bin. Note that cl-extra.el's (round*) m

Re: [Orgmode] org-plot (generating graphs from org-mode)

2008-08-27 Thread Eric Schulte
On Wednesday, August 27, at 11:30, Sebastian Rose wrote: > Hi Eric, > > > Great! This version fixes ALL the bugs I mentioned in my previous > email on emacs 23 !!! > Wonderful!! thanks for testing this out. -- schulte ___ Emacs-orgmode maili

[Orgmode] Re: Exporting Properties

2008-08-27 Thread Bernt Hansen
"Charlie Burrows" <[EMAIL PROTECTED]> writes: > Can anyone tell me a good way to export the custom property block. I > am trying to use org-mode as a project planner and I need to allow > other team members to see the estimates in my plan. I deal with this by inserting a table in the subtree main

[Orgmode] Exporting Properties

2008-08-27 Thread Charlie Burrows
Hi, Can anyone tell me a good way to export the custom property block. I am trying to use org-mode as a project planner and I need to allow other team members to see the estimates in my plan. Thanks, Charlie ___ Emacs-orgmode mailing list Remember: us

[Orgmode] question concerning table mode / vsum / automatic adjustments of indices

2008-08-27 Thread Rainer Stengele
I mostly have the same application of using org tables. I have (many) columns with numbers and want to see the sum in the last row. See this little example: |---+| | items | amount | |---+| | a |0.5 | | b |0.0 | |

Re: [Orgmode] Org-remember items are stored to the wrong headline

2008-08-27 Thread Tassilo Horn
Manish <[EMAIL PROTECTED]> writes: Hi! > > --8<---cut here---start->8--- > > (setq org-default-notes-file "~/repos/org/main.org" > > org-remember-default-headline "Remember" > > org-remember-templates > > '(;; TODOs > >("todo-

Re: [Orgmode] Org-remember items are stored to the wrong headline

2008-08-27 Thread Manish
On Wed, Aug 27, 2008 at 12:15 PM, Tassilo Horn wrote: > Hi all, > > I use org-mode which is included in Emacs 23 from CVS (a current > checkout). This is my relevant config for org-remember: > > --8<---cut here---start->8--- > (require 'remember)

Re: [Orgmode] org-plot (generating graphs from org-mode)

2008-08-27 Thread Sebastian Rose
Hi again, Forgot to say: buffer-modified-p problem is gone too!!! Wow! Eric Schulte wrote: On Tuesday, August 26, at 11:08, Eric Schulte wrote: > On Tuesday, August 26, at 19:57, Stephan Schmitt wrote: > > Eric, did you know that Carsten provided a function called > > org-table-to-

Re: [Orgmode] org-plot (generating graphs from org-mode)

2008-08-27 Thread Sebastian Rose
Hi Eric, Great! This version fixes ALL the bugs I mentioned in my previous email on emacs 23 !!! I.e. - It always renders the plot after the first C-M-g - All three tables work And it's much faster indeed! Thank's, it's fantastic :-) - Sebastian Eric Schulte wrote: On Tuesday, Aug