Re: [Orgmode] org-mode and htmlslidy

2010-11-11 Thread Dov Grobgeld
I tried warping s5-org this morning into slidy-org and I finally got it to work with one small remaining problem. In the resulting HTML I have: which I want to change to: What is the best way of changing that? I saw that s5-org is using some jquery rewrites of the xml tree. Is that the best w

[Orgmode] Re: Having problems with faces in org agenda

2010-11-11 Thread Robert Goldman
On 9/30/10 Sep 30 -2:34 PM, Robert Goldman wrote: > My org agendas for day and week are showing DONE items with the "DONE" > in red, and not dulled out. This makes the agenda less useful than it > might be for at-a-glance planning. > > This (bright red "DONE"s) does not happen when I am looking a

Re: [Orgmode] HTML export and blogging to blogger.com

2010-11-11 Thread Nick Dokos
Samuel Wales wrote: > That did not work for me. I did this: > > (setf org-export-html-auto-postamble nil) > (setf org-export-time-stamp-file nil) > > These are all nil. > > org-export-author-info > org-export-email-info > org-export-creator-info > org-export-html-validation-link

Re: [Orgmode] org-mode and htmlslidy

2010-11-11 Thread Jeff Horn
> * A code listing. Splitting up a listing between two pages looses contents. > * A tall graph, e.g a flow chart. These are great examples of the point of being able to scroll. In fact, I haven't needed to do either of these yet in my lectures, so I didn't realize the value of scrolling. But if s

Re: [Orgmode] HTML export and blogging to blogger.com

2010-11-11 Thread Samuel Wales
Hi John, Well, I can try something I should have tried before. Unfill the region (which probably does not always work, but might work enough of the time) and then export the region. It does look like exporting the region can be done without any of the export- variables set. Then perl and a file

[Orgmode] [PATCH] babel: delaying call to block preprocessing

2010-11-11 Thread Nicolas Goaziou
Hello, I'm having a little problem when I want to insert a code block inside a list. Here is an example: = 1. Drawing is following: #+BEGIN_SRC asymptote :file drawing.pdf unitsize(5cm); draw(unitcircle); #+END_SRC Now find its center with compass only. 2. Another item. =

[Orgmode] Re: How to do Properties search by define an agenda command

2010-11-11 Thread Matt Lundin
David Maus writes: > At Wed, 10 Nov 2010 02:59:58 -0500, > Chao LU wrote: >> I'm trying to figure out how to do Properties search by define an agenda >> command. >> >> Here is my item in org file: >> >> *** Franz Schwabl / Quantum Mechanics >> :PROPERTIES: >> :TITLE: Quantum Mechanics >>

[Orgmode] Re: How to do Properties search by define an agenda command

2010-11-11 Thread Matt Lundin
Chao LU writes: > Dear all, > > I'm trying to figure out how  to do Properties search by define an > agenda command. > > Here is my item in org file: > > *** Franz Schwabl / Quantum Mechanics >     :PROPERTIES: >     :TITLE: Quantum Mechanics >     :AUTHOR: Franz Schwabl >     :CATEGORY: Quantum

[Orgmode] bug: html export, latex fragments and emphasize

2010-11-11 Thread Nicolas Goaziou
Hello, Here is a problem when a latex fragment is split across two lines and an emphasize follows. The text won't be italicized upon exporting to HTML. = * latex-fragments bug Imagine we have a formula starting here $e^{i\pi} + 1 = 0$. Now we have a problem with /emphasize/. = This

[Orgmode] Re: Habits bug?

2010-11-11 Thread Robert Horn
On 11/11/2010 07:07 AM, Matt Lundin wrote: > Robert Horn writes: > >> I just noticed the following oddity. >> >> 1.) I have a custom agenda that consists of: >> >> (setq org-agenda-custom-commands >> '(("h" "Agenda and This Week tasks" >> ((agenda "") >>(todo "THISWEEK") >

[Orgmode] [PATCH] Fixed typo in docstring for org-todo-keywords.

2010-11-11 Thread Robert P. Goldman
From: Robert P. Goldman --- lisp/org.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 8227ed9..18e7fc5 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -1958,7 +1958,7 @@ indicating if the keywords should be interpreted as a sequence of

[Orgmode] Trivial docstring patch

2010-11-11 Thread Robert P. Goldman
Following is a patch that fixes a misspelling in the docstring for org-todo-keywords. Also adds a little punctuation. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/

Re: [Orgmode] HTML export and blogging to blogger.com

2010-11-11 Thread John Hendy
On Thu, Nov 11, 2010 at 5:18 PM, Samuel Wales wrote: > Hi John, > > On 2010-11-11, John Hendy wrote: > > #+options: author:nil email:nil > > That should be in your actual .org file. See below. > I presume that this is the same as what I tried in elisp. That did not > work. > > Thanks for your

Re: [Orgmode] HTML export and blogging to blogger.com

2010-11-11 Thread Samuel Wales
Hi John, On 2010-11-11, John Hendy wrote: > #+options: author:nil email:nil I presume that this is the same as what I tried in elisp. That did not work. Thanks for your detail of your publishing routine. That helps me know what the state of the art is. It looks like org can't yet export to w

Re: [Orgmode] HTML export and blogging to blogger.com

2010-11-11 Thread John Hendy
Hi Samuel, I've been blogging with org-mode for a while and like it a lot. Let's me keep my blog posts in an org file for retention but still provides a convenient way to post to html. See this page of the manual for getting rid of a lot of other stuff: http://orgmode.org/manual/Export-options.ht

Re: [Orgmode] HTML export and blogging to blogger.com

2010-11-11 Thread Samuel Wales
Hi Nick, That did not work for me. I did this: (setf org-export-html-auto-postamble nil) (setf org-export-time-stamp-file nil) These are all nil. org-export-author-info org-export-email-info org-export-creator-info org-export-html-validation-link org-export-html-with-timestamp I

Re: [Orgmode] HTML export and blogging to blogger.com

2010-11-11 Thread Nick Dokos
Samuel Wales wrote: > ... > Also, org put the date (in two places) and the author in the > generated HTML code. I don't want to export those, not even > in the code. I looked for org-export-with- variables and > did not find ones that matched. > > How do I prevent their export? > The follow

[Orgmode] HTML export and blogging to blogger.com

2010-11-11 Thread Samuel Wales
I want to blog to blogger.com using org, but I am not yet up to trying org-googlecl.el. I will in the future, but don't want to go through the setup now. So I want to paste org-generated HTML into Blogger. But my first attempt did not work. I highlighted the region, exported to HTML, and pasted

Re: [Orgmode] org-mode and htmlslidy

2010-11-11 Thread Dov Grobgeld
In principle I agree with you 99percent of the time, as descrete slides define the pace of the lecture, but at the same time I'm against arbitrary limitations. And not being able to scroll is imho such a limitation. Here are a couple of examples that I believe justifies scrolling: * A code list

Re: [Orgmode] [babel] "tangle" results of source blocks?

2010-11-11 Thread Maurizio Vitale
Sweet! Thanks On Mon, Nov 8, 2010 at 3:40 PM, Eric Schulte wrote: > Hi Maurizio, > > You could try something like the following using the noweb expansion to > run the code block and tangle its results. > > #+begin_src procmail :tangle yes :noweb yes > <> > #+end_src > > Best -- Eric > > Maurizi

[Orgmode] Proposing a new way for org-get-level-face to behave (customizable)

2010-11-11 Thread Jonathan BISSON
Hi, I needed to get my outline-level-9 and further to look at least like the outline-level-8 and not cycling to outline-level-1 as my customization for this one got a bigger face. And I don't want a child to be bigger than its parent for visibility purpose. So I'm proposing this (I could provide

[Orgmode] [PATCH] Addition to Library of Babel

2010-11-11 Thread Thomas S. Dye
Add Eric Fraga's GANTT chart code to the Library of Babel. gantt.patch Description: Binary data Thomas S. Dye, Ph.D.T. S. Dye & Colleagues, Archaeologists, Inc.Phone: (808) 529-0866 Fax: (808) 529-0884http://www.tsdye.com ___ Emacs-orgmode mailing list

Re: [Orgmode] org table export to pdf pagination problem

2010-11-11 Thread Thomas S. Dye
On Nov 11, 2010, at 7:29 AM, Amit Sethi wrote: Hi all , I am newbie to the org-mode. I just today to create a pdf file from the org-table I had. However I found that the page did not paginate properly and only part of the data that was visible on the buffer was converted into pdf. I am attach

Re: [Orgmode] Re: New Screencast: Setting Up Org-mode for Windows

2010-11-11 Thread Ian Barton
Thanks for creating this, Russell. It's great! Oh, BTW, is there a tutorial on how to set up a Worg account for Windows users? You should be able to use Putty on Windows, the same way as ssh in Linux. See http://www.chiark.greenend.org.uk/~sgtatham/putty/ Ian.

Re: [Orgmode] confusion with file search with org-links

2010-11-11 Thread Carsten Dominik
Hi I.S. This should already work out of the box in bibtex files, but it will use the citation key instead of the title as the thing to search for. the code for this functionality is in org-bibtex.el - Carsten On Nov 11, 2010, at 9:58 AM, I.S. wrote: Dear Experts, I am a little confused a

[Orgmode] confusion with file search with org-links

2010-11-11 Thread I.S.
Dear Experts, I am a little confused about how file links are supposed to work in orgmode. I have a link like [[file:/tmp/bug.bib::a bug][blah]] linking to a BiBTeX file but when I try to follow it via C-c C-o it just goes to the top of the file. Interestingly, when I open the file and set it

Re: [Orgmode] org-mode and htmlslidy

2010-11-11 Thread Jeff Horn
If you want scrolling, why don't you simply make a presentation using HTML with Org-mode? I mean, just show someone a webpage or two? Please understand I'm only curious, not hostile. To me, I just don't see why you'd want to combine presentations and scrolling... to me, the advantage of presentati

[Orgmode] Re: Strange character inserted by org-capture

2010-11-11 Thread Paul Mead
Giovanni Ridolfi writes: > Also my template with the "÷" character showed the same behaviour. > > I think it's a problem of file encoding. > > + Is your .emacs utf-8? I mean the file where you store the >"(setq org-capture-templates (quote" > + is invoicing.org utf-8? >

Re: [Orgmode] org-mode and htmlslidy

2010-11-11 Thread John Hendy
On Thu, Nov 11, 2010 at 8:04 AM, Dov Grobgeld wrote: > On Thu, Nov 11, 2010 at 15:38, John Hendy wrote: > >> >> What about prezi, then? No orgmode integration but seems to be the least >> "powerpoint-ish" and reminiscent of the "olden days"? http://prezi.com/ >> > > You've got any idea of how to

Re: [Orgmode] Strange character inserted by org-capture

2010-11-11 Thread Eric S Fraga
Giovanni Ridolfi writes: > Paul Mead writes: > > Hi, Paulm >> >> I have the following setup in org-capture: >> >> (setq org-capture-templates (quote ( >> ("i" "Invoice" entry (file+headline "~/My Dropbox/gtd/invoicing.org" >> "Invoicing") >> "* TODO %^{Supplier|supplier1|supplier2|supplier3} %^

Re: [Orgmode] Strange character inserted by org-capture

2010-11-11 Thread Giovanni Ridolfi
Paul Mead writes: Hi, Paulm > > I have the following setup in org-capture: > > (setq org-capture-templates (quote ( > ("i" "Invoice" entry (file+headline "~/My > Dropbox/gtd/invoicing.org" "Invoicing") > "* TODO > %^{Suppl

Re: [Orgmode] org-mode and htmlslidy

2010-11-11 Thread Dov Grobgeld
On Thu, Nov 11, 2010 at 15:38, John Hendy wrote: > > What about prezi, then? No orgmode integration but seems to be the least > "powerpoint-ish" and reminiscent of the "olden days"? http://prezi.com/ > You've got any idea of how to conceptually map a orgmode document into the non-linear mode of

Re: [Orgmode] org-mode and htmlslidy

2010-11-11 Thread Eric S Fraga
Dov Grobgeld writes: > Does beamer and impressive support scrolling? I assume not as beamer > is LaTeX based which also uses fixed paper size. The paradigm of fixed > size slides is imho a remnant from a time when slides were "hardware" > and placed on a overhead projector. I see no reason why sh

Re: [Orgmode] org-mode and htmlslidy

2010-11-11 Thread John Hendy
On Thu, Nov 11, 2010 at 7:25 AM, Dov Grobgeld wrote: > Does beamer and impressive support scrolling? I assume not as beamer is > LaTeX based which also uses fixed paper size. The paradigm of fixed size > slides is imho a remnant from a time when slides were "hardware" and placed > on a overhead pr

Re: [Orgmode] org-mode and htmlslidy

2010-11-11 Thread Dov Grobgeld
Does beamer and impressive support scrolling? I assume not as beamer is LaTeX based which also uses fixed paper size. The paradigm of fixed size slides is imho a remnant from a time when slides were "hardware" and placed on a overhead projector. I see no reason why shouldn't be able to scroll a lon

Re: [Orgmode] Re: value of properties

2010-11-11 Thread Alin Soare
> On second thought, I think you want to forget the solution I posted earlier > today to your first problem. The sensible Org way to do it would be: > > - using headings with TODOs, not list items with checkboxes (as in my > earlier example) > - putting the numbers in a property, not the heading te

Re: [Orgmode] org-mode and htmlslidy

2010-11-11 Thread John Hendy
On Thu, Nov 11, 2010 at 6:48 AM, Dov Grobgeld wrote: > In looking for the perfect slide show generation from org-mode I have so > far checked the following and found that they have serious problems: > >- epresenter - Keyboard gets stuck, little control over display. >- org-s5 - No support

Re: [Orgmode] org-mode and htmlslidy

2010-11-11 Thread Dov Grobgeld
Thanks. Didn't know that. But it seems like you are then placed in the beginning of the html-page and have to search for the position of the slide that you were at. Not something that you are likely to want to do in the middle of a presentation. (This might make the audience long for PowerPoint...)

Re: [Orgmode] Re: value of properties

2010-11-11 Thread Christian Moe
Hi again, On second thought, I think you want to forget the solution I posted earlier today to your first problem. The sensible Org way to do it would be: - using headings with TODOs, not list items with checkboxes (as in my earlier example) - putting the numbers in a property, not the head

Re: [Orgmode] org-mode and htmlslidy

2010-11-11 Thread Christian Moe
On 11/11/10 1:48 PM, Dov Grobgeld wrote: * org-s5 - No support for pages overflowing, e.g. when showing a long slides I would like to scroll You can toggle s5 between slide view and ordinary web page view in the midst of a presentation. This also helps the audience realize that yo

[Orgmode] org-mode and htmlslidy

2010-11-11 Thread Dov Grobgeld
In looking for the perfect slide show generation from org-mode I have so far checked the following and found that they have serious problems: - epresenter - Keyboard gets stuck, little control over display. - org-s5 - No support for pages overflowing, e.g. when showing a long slides I wou

Re: [Orgmode] Re: s5 presentation

2010-11-11 Thread Dov Grobgeld
Thanks. Indeed after installing htmlize did the html export contain the proper css formatting for keyword highlighting. But the generated html (neither in s5 org mode nor in normal html mode) does not contain the corresponding css for the syntax highllighted attributes (e.g. .org-string , .org-keyw

[Orgmode] Re: Habits bug?

2010-11-11 Thread Matt Lundin
Robert Horn writes: > I just noticed the following oddity. > > 1.) I have a custom agenda that consists of: > > (setq org-agenda-custom-commands > '(("h" "Agenda and This Week tasks" >((agenda "") > (todo "THISWEEK") > > 2.) I have the default agenda period of 1 week at

[Orgmode] Re: s5 presentation

2010-11-11 Thread Yann Hodique
> "Dov" == Dov Grobgeld writes: > Great! Thanks! Finally got it working. > Next question. Is it possible to get syntax highlighting in s5/org? This > might be more related to s5 than to s5-org though. Sure, but it's actually an org-mode question :) > #+SETUPFILE: s5.org > #+TITLE: Perl > #+

Re: [Orgmode] Re: s5 presentation

2010-11-11 Thread Dov Grobgeld
Great! Thanks! Finally got it working. Next question. Is it possible to get syntax highlighting in s5/org? This might be more related to s5 than to s5-org though. #+SETUPFILE: s5.org #+TITLE: Perl #+AUTHOR: Dov Grobgeld #+BIND: org-s5-html-preamble-footer "A perl test" * Perl - A simple perl pro

[Orgmode] Strange character inserted by org-capture

2010-11-11 Thread Paul Mead
Hi I have a setup which uses Dropbox to keep files in sync, between my Ubuntu Linux machine at home, and Windows XP at the office. I have the following setup in org-capture: (setq org-capture-templates (quote (("n" "Note" entry (file+headline "~/My Dropbox/gtd/notes.org" "Notes") "* %^{topic}\n

[Orgmode] Re: s5 presentation

2010-11-11 Thread Yann Hodique
> "Dov" == Dov Grobgeld writes: > Thanks for your code, and for your help. > I don't know what I did yesterday, but today, I got queried whether to allow > BIND values in the buffer, and I then managed to see s5-demo.org in S5 mode > in my browser, but something is messed up in the display.

Re: [Orgmode] automatically org-mobile-push/pull ?

2010-11-11 Thread ishi soichi
Thanks everyone. I will try to customize it. soichi 2010/11/11 Suvayu Ali > > Hi Soichi, > > > On Thursday 11 November 2010 01:11 AM, ishi soichi wrote: > >> Hi. Is there anyway to execute automatically "org-mobile-push/pull" ? >> >> For example, when starting Emacs, "org-mobile-pull" is done.

Re: [Orgmode] automatically org-mobile-push/pull ?

2010-11-11 Thread Suvayu Ali
Hi Soichi, On Thursday 11 November 2010 01:11 AM, ishi soichi wrote: Hi. Is there anyway to execute automatically "org-mobile-push/pull" ? For example, when starting Emacs, "org-mobile-pull" is done. And when killing Emacs, "org-mobile-push". You can customise these hooks, (add-hook 'after

[Orgmode] automatically org-mobile-push/pull ?

2010-11-11 Thread ishi soichi
Hi. Is there anyway to execute automatically "org-mobile-push/pull" ? For example, when starting Emacs, "org-mobile-pull" is done. And when killing Emacs, "org-mobile-push". I guess setting up elisp would do the job, but I am yet to understand elisp that much. Thanks in advance. Soichi ___

Re: [Orgmode] Re: [PATCH] Alphabetical ordered lists

2010-11-11 Thread Nicolas Goaziou
Hello, > Nathaniel Flath writes: > Are there any further issues? Thanks, Nathaniel Flath I've quick checked your patch and it looks like it is doing its job. Two things to note, though: 1. I strongly recommend that `org-list-can-be-alphabetical' should make use of non-interactive forms