On 07/29/2011 04:59 PM, Ista Zahn wrote:
> Hi Scott,
> Untested, but I think you can use
> #+LATEX_HEADER: \hypersetup{colorlinks=true,urlcolor=blue,linkcolor=blue}
That worked. Thanks.
Scott
>
> Best,
> Ista
>
> On Fri, Jul 29, 2011 at 4:55 PM, Scott Randby wrote:
>> The package hyperref is
On Sat, Jul 30, 2011 at 4:39 PM, Achim Gratz wrote:
> John Hendy writes:
>> No idea. All I can confirm is that:
>>
>> - git pull
>> - make clean && make
>>
>> behaves differently than:
>>
>> - git pull
>> - make clean
>
> What is prefix set to in your Makefile?
,---
| # Where local software is f
John Hendy writes:
> No idea. All I can confirm is that:
>
> - git pull
> - make clean && make
>
> behaves differently than:
>
> - git pull
> - make clean
What is prefix set to in your Makefile?
> Also, I never posted in response to Jambunathan's request:
>
> ,---
> | M-: load-path
> | ("~/.elis
On Sat, Jul 30, 2011 at 4:26 PM, Achim Gratz wrote:
> Jambunathan K writes:
>>> I've done make clean && make && make doc about 10 times today already,
>>> including Achim's suggestion of make cleanall & & make all autoloads.
>
> Just to be clear, the latter suggestion is only needed if you never
Jambunathan K writes:
>> I've done make clean && make && make doc about 10 times today already,
>> including Achim's suggestion of make cleanall & & make all autoloads.
Just to be clear, the latter suggestion is only needed if you never use
"make install", which would refresh org-install.el.
>
>
On Fri, Jul 29, 2011 at 5:37 PM, Hsiu-Khuern Tang wrote:
> Hi all,
>
> When I try C-c C-o to open a link in an Org buffer, e.g.,
> http://www.google.com, I get:
>
> org-babel-open-src-block-result: Symbol's value as variable is void:
> org-babel-inline-src-block-regexp
>
> This is the backtrace:
>
On Sat, Jul 30, 2011 at 4:07 PM, Jambunathan K wrote:
>
>> Now, however, I'm getting the same problem as reported here, except
>> not when I try to open links, but when I try to export to pdf via
>> LaTeX:
>> --- http://www.mail-archive.com/emacs-orgmode@gnu.org/msg44866.html
>>
>> ,---
>> | Symbo
> Now, however, I'm getting the same problem as reported here, except
> not when I try to open links, but when I try to export to pdf via
> LaTeX:
> --- http://www.mail-archive.com/emacs-orgmode@gnu.org/msg44866.html
>
> ,---
> | Symbol's value as variable is void: org-babel-inline-src-block-regex
2011/7/30 Jambunathan K :
>> Did that, same issue. It actually said nothing to be done for make all
>> autoloads. One thing of note, though... the error features this:
>>
>> ,---
>> | ("/usr/share/emacs/site-lisp/org-footnote.elc" . 6816)], 1
>> `---
>>
>> I noted that for some reason it's pulling
> Did that, same issue. It actually said nothing to be done for make all
> autoloads. One thing of note, though... the error features this:
>
> ,---
> | ("/usr/share/emacs/site-lisp/org-footnote.elc" . 6816)], 1
> `---
>
> I noted that for some reason it's pulling from /usr/share/emacs.../
> and no
> -
> Export buffer:
> Exporting to PDF...
> Exporting to LaTeX...
> org-export-as-latex: Wrong number of arguments: #[nil "Æ~ebÇ
> ÆÈ#)ÉÆÊ
>
>\"*
> Ë\"
> ÆÈ#\\ÌÆÊ ebÇ
>
> \"*IÉÆÊ
>
>\"*Í,Ë\",* *" [l rtn org-footnote-definition-re string
> n
On Sat, Jul 30, 2011 at 3:20 PM, Achim Gratz wrote:
> John Hendy writes:
>> ,---
>> | M-x org-version
>> | Org-mode version 7.5 (release_7.7.23.ge5faa)
>> `---
>
> That is strange, it looks like you've been picking up an old version of
> org-mode that then finds the git version later on.
>
>> Any
Hello Peter
Thanks for your interest in scrlttr2.
> Hi,
>
> Since a few days i use the scrlttr2 org-mode implementation of
> Jambunathan. His work was posted in this list:
> http://lists.gnu.org/archive/html/emacs-orgmode/2010-09/msg01264.html
> http://lists.gnu.org/archive/html/emacs-orgmode/20
John Hendy writes:
> ,---
> | M-x org-version
> | Org-mode version 7.5 (release_7.7.23.ge5faa)
> `---
That is strange, it looks like you've been picking up an old version of
org-mode that then finds the git version later on.
> Anything stick out or suggestions of further checks?
It looks like y
On Sat, Jul 30, 2011 at 2:53 PM, Achim Gratz wrote:
> John Hendy writes:
>> Any suggestions? I have no idea what's going on...
>
> Neither have I, but your example exports OK for me, so I'd venture to
> guess that your install is incomplete or mixed-up between old and new
> somehow. Try a 'make
On Sat, Jul 30, 2011 at 3:00 PM, John Hendy wrote:
> On Sat, Jul 30, 2011 at 2:53 PM, Achim Gratz wrote:
>> John Hendy writes:
>>> Any suggestions? I have no idea what's going on...
>>
>> Neither have I, but your example exports OK for me, so I'd venture to
>> guess that your install is incomple
John Hendy writes:
> Any suggestions? I have no idea what's going on...
Neither have I, but your example exports OK for me, so I'd venture to
guess that your install is incomplete or mixed-up between old and new
somehow. Try a 'make clean' and check where Emacs picks up org-mode.
Regards
Achim
I saw the previous post about LaTeX footnotes, but I don't think
that's my issue (seemed to related to sites with underscores in the
URL).
I just upgraded to 7.7 and can't export this simple example:
-
* section
Let's see what happens. [fn:1]
* Footnotes
[fn:1] somethign to say
-
I g
Thanks a lot!
Regards,
Günter
Am 2011-07-30 12:45, schrieb Nicolas Goaziou:
Hello,
Günter Kolousek writes:
Hi, using footnotes i.e. [2] inside #+begin_src #+end_src causes errors
during export using orgmode 7.7 and tip.
This should be fixed now. Thank you for reporting this.
_Note to se
I have found that using org-plot to plot the results output of an
org-babel code block is very useful in prototyping my code. One minor
annoyance is the need to remove and replace the #+PLOT: header at the
beginning of the results output. Is it possible to specify a
"preamble" in the source block
'orgcard.tex' refers to the 'Installation' section of the manual for
defining key bindings, while this is now covered in the 'Activation'
section.
-- Julian
>From b4cb03931c8834626ffa61b0b48157849966002d Mon Sep 17 00:00:00 2001
From: Julian Gehring
Date: Sat, 30 Jul 2011 14:52:46 +0200
Subjec
Nick Dokos writes:
> Jambunathan K wrote:
>
>> Nick Dokos writes:
>>
>> > Günter Kolousek wrote:
>> >
>> >>
>> >> Hi, using footnotes i.e. [2] inside #+begin_src #+end_src causes errors
>> >> during export using orgmode 7.7 and tip.
>> >>
>> >> Günter
>> >>
>> >> ...
>> >>
>> >> * Test
>>
Hello,
Günter Kolousek writes:
> Hi, using footnotes i.e. [2] inside #+begin_src #+end_src causes errors
> during export using orgmode 7.7 and tip.
This should be fixed now. Thank you for reporting this.
_Note to self_ : I really wish we can come up with an exporter that
exactly matches Org sy
Jambunathan K wrote:
> Nick Dokos writes:
>
> > Günter Kolousek wrote:
> >
> >>
> >> Hi, using footnotes i.e. [2] inside #+begin_src #+end_src causes errors
> >> during export using orgmode 7.7 and tip.
> >>
> >> Günter
> >>
> >> ...
> >>
> >> * Test
> >> foo
> >> #+begin_src python
>
Nick Dokos writes:
> Günter Kolousek wrote:
>
>>
>> Hi, using footnotes i.e. [2] inside #+begin_src #+end_src causes errors
>> during export using orgmode 7.7 and tip.
>>
>> Günter
>>
>> ...
>>
>> * Test
>> foo
>> #+begin_src python
>> lst = [-1, -2, 2, -3, -4]
>>
>> for x in lst[:]
Günter Kolousek wrote:
>
> Hi, using footnotes i.e. [2] inside #+begin_src #+end_src causes errors
> during export using orgmode 7.7 and tip.
>
> Günter
>
> ...
>
> * Test
> foo
> #+begin_src python
> lst = [-1, -2, 2, -3, -4]
>
> for x in lst[:]:
> if x < 0:
> lst.re
Hi, using footnotes i.e. [2] inside #+begin_src #+end_src causes errors
during export using orgmode 7.7 and tip.
Günter
#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [presentation]
#+BEAMER_FRAME_LEVEL: 2
#+BEAMER_HEADER_EXTRA:
\usetheme{boxes}\addheadbox{structure}{\tiny\quad\insertsection\qqu
27 matches
Mail list logo