Ethan Ligon writes:
> Dan Davison has a brief worg tutorial on using babel with octave at
>
> http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-octave-matlab.html
>
Hi Ethan,
> Amongst other things, he offers the following example block for
> producing a figure:
(Actually, the example
eythan...@gmail.com (Eythan Weg) writes:
> Nick Dokos
> Wed, 31 Aug 2011 10:10:28 -0400
>
>Eythan Weg wrote:
>
>>
>> Hi,
>>
>> I need help with exporting this:
>>
>> #+begin_src R :exports both :results output
>> Lst <- list(length=c(1,7,9), time=c(0.5,10,
Nick Dokos
Wed, 31 Aug 2011 10:10:28 -0400
Eythan Weg wrote:
>
> Hi,
>
> I need help with exporting this:
>
> #+begin_src R :exports both :results output
> Lst <- list(length=c(1,7,9), time=c(0.5,10,11))
> print(Lst$time)
> #+end_src
>
> It fails wi
Hi Jason
On Wed, Aug 31, 2011 at 21:49, Jason Dunsmore wrote:
> Michael Brand writes:
>> This reminds me of a similar problem with tag alignment that I solved
>> with a patch that did not get any feedback yet. Can you try if this
>> patch solves your problem too?
>> http://thread.gmane.org/gmane
Dan Davison has a brief worg tutorial on using babel with octave at
http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-octave-matlab.html
Amongst other things, he offers the following example block for
producing a figure:
#+begin_src octave :output file :file chart.png
figure( 1, "visibl
Michael Markert wrote:
>
> Hi,
>
> In the current head exporting a org that includes other org files with
> `:minlevel' is broken and results in an infinite loop.
>
> This is a regression from release 7.7 -- don't have the time to track it
> down any further right now :(
>
> Attached a minima
Hi,
In the current head exporting a org that includes other org files with
`:minlevel' is broken and results in an infinite loop.
This is a regression from release 7.7 -- don't have the time to track it
down any further right now :(
Attached a minimal example with which I can reproduce.
Michae
Bastien writes:
> Hi Jason,
>
> Jason Dunsmore writes:
>
>> Bastien writes:
>>
>>> Hi Jason,
>>>
>>> Jason Dunsmore writes:
>>>
I noticed that lines with leading asterisks inside of source and example
blocks are interpreted as headings:
>>>
>>> The attached patch should fix this -- p
Michael Brand writes:
> Hi Jason
>
> This reminds me of a similar problem with tag alignment that I solved
> with a patch that did not get any feedback yet. Can you try if this
> patch solves your problem too?
> http://thread.gmane.org/gmane.emacs.orgmode/42564
Hi Michael,
The patch didn't have
Ha ha, I love it...
"The HTML exporter... I knew it was a mistake... When I first wrote it,
I had this bad feeling and thought: this can end up in spaghettis..."
Hello,
Michael Sperber writes:
> ... are attached. I've run with this for a few weeks now, and what I
> use mostly works. So I would appreciate if these could go into the git
> repo.
>
> Let me draw your attention to this hunk:
>
> --- a/lisp/org.el
> +++ b/lisp/org.el
> @@ -7360,7 +7360,7 @@
... are attached. I've run with this for a few weeks now, and what I
use mostly works. So I would appreciate if these could go into the git
repo.
Let me draw your attention to this hunk:
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -7360,7 +7360,7 @@ would end up with no indentation after the change
apostrophic laboratories has a large number of handmade fonts as well,
although most of them probably do not suit scholarly needs:
http://apostrophiclab.pedroreina.net/
On Wed, Aug 31, 2011 at 9:30 AM, Aditya Mandayam wrote:
>> Do you have any suggestions what fonts that would be
>> appropriate
Hi Kevin,
Kevin Emerson writes:
> I have run ELPAs packge-list to update to the newest version of org-mode
> and I do not see org-mode in the package list. The FAQ for org-mode
> suggests I post this discrepancy here.
I hope the replies you already got led you somewhere.
As pointing by rms, "
John Wiegley wrote:
> > Nick Dokos writes:
>
> > And while I'm at it, what is "r" bound to? In my case, it is
> > 'org-self-insert-command: even after turning on org-indent-mode, "r"
> > self-inserts. What am I missing?
>
> It is a "speed key", which is bound only when point is on the '*'
> Nick Dokos writes:
> And while I'm at it, what is "r" bound to? In my case, it is
> 'org-self-insert-command: even after turning on org-indent-mode, "r"
> self-inserts. What am I missing?
It is a "speed key", which is bound only when point is on the '*' of a
headline.
John
t...@tsdye.com (Thomas S. Dye) writes:
> A caption-aware LaTeX environment is provided by the minted package.
Thanks to Eric, Bastien and Thomas for their help. I've switched from
listings to minted as I wasn't particularly wed to either and have
successfully implemented Thomas' suggestions.
(and, of course, the tags become tags)
On Wed, Aug 31, 2011 at 4:15 PM, Aditya Mandayam wrote:
> Aloha,
>
> I have a .org file that has a structure like this:
>
> * phantogram :pix:grafix:
> ** http://anabuilder.free.fr/Phantogram/
>
> * coinc
Great flatmate thinks I had a stroke now.
Aloha,
I have a .org file that has a structure like this:
* phantogram :pix:grafix:
** http://anabuilder.free.fr/Phantogram/
* coincindence rangefinder :pix:grafix:
** http://en.wikipedia.org/wiki/Coinciden
Eythan Weg wrote:
>
> Hi,
>
> I need help with exporting this:
>
> #+begin_src R :exports both :results output
> Lst <- list(length=c(1,7,9), time=c(0.5,10,11))
> print(Lst$time)
> #+end_src
>
> It fails with these messages
>
>Export buffer:
>Exporting to PDF...
>Exporting
Myles
> I your previous post you asked for my org file but I think that it is
> superseded by your attachment?
The example I used is from my own unit test file.
> When I have finished this report I am working on I'll cut it down and
> offer it as an example if you like.
Sure, I would very mu
Myles English writes:
>>> On Wed, 31 Aug 2011 12:09:58 +0100, Myles English said:
>
> >> I have added support for honoring captions, label and attributes
> >> for images that are dervied from latex fragments. Checkout the git
> >> repo and let me know if there are any rough edges that need
Hi,
I need help with exporting this:
#+begin_src R :exports both :results output
Lst <- list(length=c(1,7,9), time=c(0.5,10,11))
print(Lst$time)
#+end_src
It fails with these messages
Export buffer:
Exporting to PDF...
Exporting to LaTeX...
org-babel-exp processing...
org-
Hi!
I'd like to derive a mode from org-mode.
I do something like this:
(define-derived-mode derived-org-mode org-mode "dorg" "derived org-mode"
(message "derived-org-mode activated")
)
When I activate the derived-org-mode, M-: (org-entry-properties) does no longer
work.
Using org-mode it
On Aug 31, 2011, at 2:15 PM, Viktor Rosenfeld wrote:
> Hi Sebastien,
>
> Sebastien Vauban wrote:
>
>> Viktor Rosenfeld wrote:
>>> - There's no way (AFAIK) to reschedule a simple timestamp from the
>>> agenda. You have to hit RET on the entry to visit the org file and
>>> then you can change t
Hi,
Is is possible to have a clocktabke with times in the left-most column?
The people I am doing some work for now prefer it that way for unknown
reasons.
This is an example
| date | Headline| total |
|-
Hi Sebastien,
Sebastien Vauban wrote:
> Viktor Rosenfeld wrote:
> > - There's no way (AFAIK) to reschedule a simple timestamp from the
> > agenda. You have to hit RET on the entry to visit the org file and
> > then you can change the date with C-c !.
>
> You can do C-c C-s from the agenda di
Nicolas Goaziou writes:
> Hello,
>
> Nick Dokos writes:
>
>> András Major wrote:
>>
>>> Hi Eric,
>>>
>>> > Can you post an example? Here is a working example.
>>>
>>> In your example, simply write "asymptote" in place of "sh" and replace the
>>> code by "size(100);" just to make sure it's va
>> On Wed, 31 Aug 2011 12:09:58 +0100, Myles English said:
>> I have added support for honoring captions, label and attributes
>> for images that are dervied from latex fragments. Checkout the git
>> repo and let me know if there are any rough edges that need to be
>> ironed out.
> Th
On Wed, Aug 31, 2011 at 1:09 PM, Myles English wrote:
> I your previous post you asked for my org file but I think that it is
> superseded by your attachment? When I have finished this report I am
> working on I'll cut it down and offer it as an example if you like.
Examples like these are alway
Jambunathan,
>> On Sun, 28 Aug 2011 03:32:10 +0530, Jambunathan K said:
> Myles
>> Does anyone know how to cause a label such as "Figure 1." in the
>> odt (for the resulting png), and set the caption for an equation
>> such as:
>>
>> #+CAPTION: some caption #+LABEL: eqn:psychrometr
On 30.08.2011 19:21, Nick Dokos wrote:
Nick Dokos wrote:
I'm pretty tired and I might have misunderstood what is happening here,
so don't put too much weight on the following. I'll need some sleep
before I can take a whack at it again however.
Nick
Nick Dokos wrote:
Stelian Iancu wrote:
> FWIW, This is what I use.
>
> ,
> | gdi:-raster-Courier-normal-normal-normal-mono-20-*-*-*-c-*-iso8859-1 (#x62)
> `
>
My tables are not aligned with even this font. I did.
(set-default-font
"-raster-Courier-normal-normal-normal-mono-20-*-*-*-c-*-iso8859-1")
So, for the moment all se
Hi all,
I've been using org-crypt and find it a great little addition to
org-mode, but I have been noticing some weird behaviour. When I'm in a
file that has NO encrypted entires (or :crypt: tags) and I archive a sub
tree, I get asked the question "org-decrypt: auto-save-mode may cause
leaka
>
> Focus on (set-default-font ...) stuff.
Thanks Jambunathan and Mikhail,
The problem is with the font stuff and, strangely, with desktop.
I need to comment out the region dealing with fonts, and the following
line to make the tables align.
(desktop-save-mode 1)
Has anyone else had a problem
Hello,
Nick Dokos writes:
> András Major wrote:
>
>> Hi Eric,
>>
>> > Can you post an example? Here is a working example.
>>
>> In your example, simply write "asymptote" in place of "sh" and replace the
>> code by "size(100);" just to make sure it's valid asymptote (though the
>> error occur
András Major wrote:
> Hi Eric,
>
> > Can you post an example? Here is a working example.
>
> In your example, simply write "asymptote" in place of "sh" and replace the
> code by "size(100);" just to make sure it's valid asymptote (though the
> error occurs even if you don't). In fact, I'm qui
Nicolas Goaziou wrote:
> Hello,
>
> John Wiegley writes:
>
> > I've been shifting code-containing entries for many months now. This only
> > just started happening.
>
> You're right, this change (6b04bef) was introduced on 18th August, to
> fix a bug that eludes me. Without that information,
Hello,
John Wiegley writes:
> I've been shifting code-containing entries for many months now. This only
> just started happening.
You're right, this change (6b04bef) was introduced on 18th August, to
fix a bug that eludes me. Without that information, it's somewhat hard
to know how to fix it p
> Do you have any suggestions what fonts that would be
> appropriate here?
http://www.thessalonica.org.ru/en/fonts-download.html
http://scholarsfonts.net/
- a
On Aug 31, 2011, at 9:25 AM, Sebastien Vauban wrote:
> Hi Viktor,
>
> Viktor Rosenfeld wrote:
>> - There's no way (AFAIK) to reschedule a simple timestamp from the
>> agenda. You have to hit RET on the entry to visit the org file and
>> then you can change the date with C-c !.
>
> You can do
Hi Viktor,
Viktor Rosenfeld wrote:
> - There's no way (AFAIK) to reschedule a simple timestamp from the
> agenda. You have to hit RET on the entry to visit the org file and
> then you can change the date with C-c !.
You can do C-c C-s from the agenda directly. Even using only the right (or
le
> There is something in my .emacs that messes up table alignment in
> org. Have been struggling to find it. If I remove my .emacs, table
> alignment is fine.
OK. Looks like you have been experiementing with different fonts. Is
Liberation Sans-10 a monospaced font or a variable pitch (Is this
ter
44 matches
Mail list logo