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
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
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-
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
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
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
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
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
___
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
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
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
* 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
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
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
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
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
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,
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
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
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}
20 matches
Mail list logo