Re: [Orgmode] Code with line numbers in HTML export

2009-03-11 Thread Saptarshi Guha
Lovely. One last question, is there a way to place the source in a table of two cols one for the col numbers and one for the code? So that the reader may easily select the code. The emacs user does not have a problem what with C-x r k (rectangle delete) and all, still it would be nice on the reader

[Orgmode] Re: htmlize with one lang mode but output a different class name in HTML export

2009-03-11 Thread Saptarshi Guha
My work around was to create a derived mode. And #+BEGIN_SRC R-example did the trick. Saptarshi Guha On Wed, Mar 11, 2009 at 8:36 PM, Saptarshi Guha wrote: > Hello Org users, > I primarily use org-mode for writing notes in the form of web sites. I have  a > question. > I wish to format some cod

Re: [Orgmode] Code with line numbers in HTML export

2009-03-11 Thread Saptarshi Guha
Ok. I'll update. Thanks Saptarshi Guha On Thu, Mar 12, 2009 at 12:25 AM, Manish wrote: > On Thu, Mar 12, 2009 at 9:25 AM, Saptarshi Guha wrote: >> Thank you, quite excited I tried this small org file >> *Title >> Some tex >> >> #+BEGIN_SRC emacs-lisp -n >> (save-excursion >> (goto-char (point-

Re: [Orgmode] Code with line numbers in HTML export

2009-03-11 Thread Manish
On Thu, Mar 12, 2009 at 9:25 AM, Saptarshi Guha wrote: > Thank you, quite excited I tried this small org file > *Title > Some tex > > #+BEGIN_SRC emacs-lisp -n > (save-excursion > (goto-char (point-min)) > #+END_SRC > > Only to get this in the html file (as copied from my browser): > > (save-excurs

Re: [Orgmode] Code with line numbers in HTML export

2009-03-11 Thread Saptarshi Guha
Thank you, quite excited I tried this small org file *Title Some tex #+BEGIN_SRC emacs-lisp -n (save-excursion (goto-char (point-min)) #+END_SRC Only to get this in the html file (as copied from my browser): (save-excursion (goto-char (point-min)) The corresponding html is (save-excursion (goto

Re: [Orgmode] Code with line numbers in HTML export

2009-03-11 Thread Nick Dokos
Saptarshi Guha wrote: > I assume in the BEGIN_SRC region, I cannot export the code with line > numbers, however I > came across this > .linenrthe line number in a code example > > Does this mean, there is some option to generate line numbers in the > exported BEGIN_SRC? > Read the

Re: [Orgmode] Feature request: preserving plain list line breaks in exporting

2009-03-11 Thread Eddward DeVilla
Does anyone know how to get something like \\ or :: to preserve line breaks in the org file when using M-q to re format a list item? I don't care so much about the export. Edd On Tue, Mar 10, 2009 at 4:02 PM, Wanrong Lin wrote: > > Thanks. But "::"" does not as well as "\\" for numbered list (t

[Orgmode] Code with line numbers in HTML export

2009-03-11 Thread Saptarshi Guha
Hello, I assume in the BEGIN_SRC region, I cannot export the code with line numbers, however I came across this .linenrthe line number in a code example Does this mean, there is some option to generate line numbers in the exported BEGIN_SRC? Thanks for your time Saptarshi Guha ___

[Orgmode] htmlize with one lang mode but output a different class name in HTML export

2009-03-11 Thread Saptarshi Guha
Hello Org users, I primarily use org-mode for writing notes in the form of web sites. I have a question. I wish to format some code written in the R language. #+BEGIN_SRC R y<-function(r){ ##do something } #+END_SRC This is okay, and my css files properly formats the =src-R= css class. However

[Orgmode] org-annotation-quicksilver, Aquamacs path and getting remember mode to stay on

2009-03-11 Thread Kevin Brubeck Unhammer
Hi, I just tried org-annotation-quicksilver, looks like a great tool, thanks for making it! I should mention though that Aquamacs Emacs users who haven't changed the file name of their app need to change the .scpt files so they say /Applications/Aquamacs\\ Emacs.app/Contents/MacOS/bin/emacsclie

Re: [Orgmode] Re: Article: Synchronizing org Files Using bzr and git

2009-03-11 Thread Ian Barton
One thing that confused me is that I tried to work with two machines, without a server. Figuring git is distributed, I thought I do not need a server, and I tried to follow the tutorial. Obviously, I got hit when I performed a 'git push' onto a non-bare repository (now I know what these things

Re: [Orgmode] greek letters in subscripts with the export option ^:{}

2009-03-11 Thread Hsiu-Khuern Tang
* On Wed 09:13AM +, 11 Mar 2009, Carsten Dominik (domi...@science.uva.nl) wrote: > Fixed, thanks. > > There are still problems with the in LaTeX export, but it does work > OK now in HTML. I can confirm that it works. Thanks! > On Mar 11, 2009, at 1:42 AM, Tang, Hsiu-Khuern wrote: > > > H

Re: [Orgmode] Archiving and not archiving...

2009-03-11 Thread Carsten Dominik
On Mar 11, 2009, at 4:32 PM, Robert Goldman wrote: Carsten Dominik wrote: On Mar 10, 2009, at 9:56 PM, Robert Goldman wrote: [My apologies in advance if this is a FAQ.] I have a bunch of Org files in which I have tasks some of which involve doing something for work (trivial or non-trivi

Re: [Orgmode] Archiving and not archiving...

2009-03-11 Thread Robert Goldman
Carsten Dominik wrote: > > On Mar 10, 2009, at 9:56 PM, Robert Goldman wrote: > >> [My apologies in advance if this is a FAQ.] >> >> I have a bunch of Org files in which I have tasks some of which involve >> doing something for work (trivial or non-trivial), and some of which >> involve doing som

[Orgmode] Re: Article: Synchronizing org Files Using bzr and git

2009-03-11 Thread Yuval Hager
On Friday 06 March 2009, Ian Barton wrote: > > First of all, I do not control in any way what gets on Worg. > > Bastien set up Worg as user-edited content, and this is what > > it should be. > > > > If you aks my opinion, I think your tutorial is *exactly* what > > Worg was made for! I have not st

Re: [Orgmode] Archiving and not archiving...

2009-03-11 Thread Carsten Dominik
On Mar 10, 2009, at 9:56 PM, Robert Goldman wrote: [My apologies in advance if this is a FAQ.] I have a bunch of Org files in which I have tasks some of which involve doing something for work (trivial or non-trivial), and some of which involve doing something for home (trivial like picking

[Orgmode] Re: done-ing a repeating scheduled task now inserts closed timestamp?

2009-03-11 Thread Carsten Dominik
On Mar 10, 2009, at 10:42 AM, Manuel Hermenegildo wrote: Hi Carten, OK, OK, I will try again to bend my mind around the current behavior. ;-) Why, if you want to have many tasks instead of one, don't you just create many directly, with different dates. A keyboard macro would work for this,

[Orgmode] SOLVED: date/time-prompt broken in debian lenny package?

2009-03-11 Thread Simon Campese
Hello again, I solved the problem by just installing the debian org-mode package which I hadn't done before. Necessary startup code has been integrated into the site-wide emacs startup file and everything works fine now. I am really sorry for bothering you all with such minor issues. Regards, S

[Orgmode] date/time-prompt broken in debian lenny package?

2009-03-11 Thread Simon Campese
Hello, I just installed emacs on debian lenny via aptitude and noticed that the date/time prompt in org-mode doesn't work. I can enter absolute date specifications ('2009-03-15') but all abbreviated and relative entries like '+4d', '13' etc. are ignored, inserting the default date (all examples we

Re: [Orgmode] greek letters in subscripts with the export option ^:{}

2009-03-11 Thread Carsten Dominik
Fixed, thanks. There are still problems with the in LaTeX export, but it does work OK now in HTML. - Carsten On Mar 11, 2009, at 1:42 AM, Tang, Hsiu-Khuern wrote: Hi all, If I export the file -- #+OPTIONS: ^:{} * test a_{\alpha} a_{foo}