Re: [O] Opening code blocks in two horizontal splits

2012-09-28 Thread Saptarshi Guha
Thanks much. Worked very nicely. On Thu, Sep 27, 2012 at 1:53 PM, Bastien wrote: > Hi, > > Saptarshi Guha writes: > >> When i press C-C-', Aquamacs splits the frame into two vertical >> panes. >> How can i force it into two horizontal panes? Also, can i custo

[O] Opening code blocks in two horizontal splits

2012-09-27 Thread Saptarshi Guha
Hello, When i press C-C-', Aquamacs splits the frame into two vertical panes. How can i force it into two horizontal panes? Also, can i customize the split % (i.e.divide the heights in 2:1 ratio). Kind Regards Saptarshi

[Orgmode] Pass ahref in ATTR_HTML?

2010-12-05 Thread Saptarshi Guha
Hello, One more question, the following did work in 6.33, I upgraded to 7.3 and now the a href is not parsed and the entire text appears #+CAPTION: Image obtained via FFound and Tumblr. Access it #+CAPTION: here #+ATTR_HTML: alt="windmill sans haircut" title="From tumblr" class="bordered" [[./img

[Orgmode] Table export to HTML, column alignment

2010-12-05 Thread Saptarshi Guha
Hello, I would like to align a 2 column table with the left and right columns left and right justified. Having read [1], I tried #+ATTR_HTML: rules="all" frame="none" border="0" |+--| | |

[Orgmode] Re: Wrong indentation for SRC tag in Python mode

2009-12-09 Thread Saptarshi Guha
Sorry, I take it back. I did test it but it appears to be my CSS which is causing the lack of indentation. Regards Saptarshi On Wed, Dec 9, 2009 at 10:06 PM, Saptarshi Guha wrote: > Hello, > I'm using Aquamacs preview 2.0 and 6.32trans to export the following > snippet to HTML.

[Orgmode] Wrong indentation for SRC tag in Python mode

2009-12-09 Thread Saptarshi Guha
Hello, I'm using Aquamacs preview 2.0 and 6.32trans to export the following snippet to HTML. However, the HTML formatting does not reflect the correct indentation. It does work in the emacs terminal version(i.e emacs with the same version of org) Could this be an Aquamacs issue or how org interacts

Re: [Orgmode] Re: Using shift and arrow keys to select lines in Aquamacs (in org-mode)

2009-11-10 Thread Saptarshi Guha
Thank you Sebastian. The best way to emacs happiness is to use its keys. These shortcuts are extremely useful - I'll adopt them. Regards Saptarshi > How about get used to Emacs keys for this purpose: > >  C-SPACE UP > > > C-SPACE set's a mark and moving point extends the region. > The big adva

Re: [Orgmode] Re: Using shift and arrow keys to select lines in Aquamacs (in org-mode)

2009-11-10 Thread Saptarshi Guha
: > Saptarshi Guha writes: > >> Hello, >> I know shift and arrow keys are used by org-mode. But is there a way >> to remap them to selecting the line(as in Aquamacs text mode) >>  (e.g shift+down highlights the current line, shift+up highlights the >> previous li

[Orgmode] Using shift and arrow keys to select lines in Aquamacs (in org-mode)

2009-11-10 Thread Saptarshi Guha
Hello, I know shift and arrow keys are used by org-mode. But is there a way to remap them to selecting the line(as in Aquamacs text mode) (e.g shift+down highlights the current line, shift+up highlights the previous line etc). I guess this has been asked before, but I could not find the thread .

[Orgmode] Re: Prevent titles from appearing in export to html

2009-11-10 Thread Saptarshi Guha
Saptarshi On Tue, Nov 10, 2009 at 1:58 PM, Bill Powell wrote: > +++ Saptarshi Guha [10/11/09 13:44 -0500]: >> Hello, >> I did try this, but it still appears in the html export (taking the >> first line from text before the first h1) >> >> Regards >> Sapta

[Orgmode] Re: Prevent titles from appearing in export to html

2009-11-10 Thread Saptarshi Guha
Hello, I did try this, but it still appears in the html export (taking the first line from text before the first h1) Regards Saptarshi > Try adding > #+TITLE: > > -Bernt > ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to th

[Orgmode] Prevent titles from appearing in export to html

2009-11-10 Thread Saptarshi Guha
Hello, I primarily use org-mode for filling in content for my website(though I plan on using it for much more). I would like the tag to not be created in the html export. Is there a way to do this? I tried writing (in my css) title { height:0; overflow:invisible; } but that doesn't work. Any

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

2009-03-12 Thread Saptarshi Guha
Saptarshi Guha On Thu, Mar 12, 2009 at 3:14 AM, Carsten Dominik wrote: > > On Mar 12, 2009, at 5:41 AM, Saptarshi Guha wrote: > >> 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 >>

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

2009-03-11 Thread Saptarshi Guha
reader. Thanks for amazing org. Saptarshi Guha On Thu, Mar 12, 2009 at 12:28 AM, Saptarshi Guha wrote: > 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

[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

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 &

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

2009-03-11 Thread Saptarshi Guha
(goto-char (point-min)) if i remove the -n it works - the exported code is formatted but no line numbers. (org version 6.09a) Saptarshi Guha On Wed, Mar 11, 2009 at 10:29 PM, Nick Dokos wrote: > Saptarshi Guha wrote: > >> I assume in the BEGIN_SRC region, I cannot export the co

[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

Re: [Orgmode] Prevent footnotes from becoming superscript(in HTML)

2008-12-08 Thread Saptarshi Guha
Thanks, i think your first suggestion works for me. Regards Saptarshi On Dec 8, 2008, at 3:13 PM, Matthew Lundin wrote: "Saptarshi Guha" <[EMAIL PROTECTED]> writes: Hello I am using footnotes extensively, e.g Boo[1] but I would like org- mode to not export them as superscr

[Orgmode] Prevent footnotes from becoming superscript(in HTML)

2008-12-08 Thread Saptarshi Guha
Hello I am using footnotes extensively, e.g Boo[1] but I would like org-mode to not export them as superscripts i.e I would like the exported HTML to look like Boo[1] and not Boo ^{[1]}. Is there a way to do this? Thank you Saptarshi -- Saptarshi Guha - [EMAIL PROTECTED