Hi Francesco,
here is a possible solution:
Please get the latest git version of org-mode. Then put the following
code into
.emacs:
(defun my-org-export-latex-fix-inputenc ()
"Set the codingsystem in inputenc to what the buffer is."
(let* ((cs buffer-file-coding-system)
On Jan 5, 2010, at 5:40 AM, kazuo fujimoto wrote:
Hi, there,
I tried to commnet out following figure environment as follow.
#+BEGIN_COMMNET
#BEGIN_LaTeX
\begin{figure}
\begin{center}
\includegraphics[scale=0.7]{./Figs/fig-ut-MOJI.eps}
\caption{Dips town name}
\label{MOJI-disp}
\end{center}
\e
Hi Jan,
I don't think this will make it into 6.34, so we can relax a bit - in
particular also because I am currently not updating the Emacs
distribution - it is in feature freeze.
Would you like to work on a patch that allows interpreting page numbers
for external applications?
- Carsten
On Ja
Hello all,
Here a few comments, after my first attempt with the new beamer support --
excellent, needless to say...
Before that, I was using Nick's export class. But, now, I'm using yesterday's
git version.
The few things I'm tackling right now are:
- How to get a TOC with a frame title, withou
On Jan 6, 2010, at 10:46 AM, Sébastien Vauban wrote:
Hello all,
Here a few comments, after my first attempt with the new beamer
support --
excellent, needless to say...
Before that, I was using Nick's export class. But, now, I'm using
yesterday's
git version.
The few things I'm tacklin
* Context
In the PDF output, I need to have tables somehow highlighted. For example,
by placing a border around them, or by putting a background color.
Some months ago, I did that by using =org-special-blocks=, such in the
following example:
#+BEGIN_shaded
| Code |1st |2nd |
On Jan 6, 2010, at 11:29 AM, Sébastien Vauban wrote:
* Context
In the PDF output, I need to have tables somehow highlighted. For
example,
by placing a border around them, or by putting a background color.
Some months ago, I did that by using =org-special-blocks=, such in
the
followi
Hi Carsten,
Carsten Dominik wrote:
> Sébastien Vauban wrote:
>>
>> The few things I'm tackling right now are:
>>
>> - How to get a TOC with a frame title, without having to add it explicitly?
>
> What would you like to have the LaTeX to be like?
See the line I added manually in the example Org fi
Hi,
in an org file within org-mode I create a link to a source.c file, but
can't to open it from org-mode. Why?
How can I setup org-mode to achieve this feature?
Any advices will be appreciated!
--
Regards, Paul Chany
You can freely correct me in my English.
http://csanyi-pal.info
___
On 06.01.2010 10:05, Carsten Dominik wrote:
> Would you like to work on a patch that allows interpreting page numbers
> for external applications?
I'll definitely take a stab at it and see how far I get while learning
more about elisp along the way. I will post to the mailing list if I
make signi
On Jan 6, 2010, at 12:07 PM, Jan Böcker wrote:
On 06.01.2010 10:05, Carsten Dominik wrote:
Would you like to work on a patch that allows interpreting page
numbers
for external applications?
I'll definitely take a stab at it and see how far I get while learning
more about elisp along the w
Hi Carsten,
Carsten Dominik wrote:
> On Jan 6, 2010, at 11:29 AM, Sébastien Vauban wrote:
>>
>> In the PDF output, I need to have tables somehow highlighted. For example,
>> by placing a border around them, or by putting a background color.
>>
>> Some months ago, I did that by using =org-specia
Hi Sébastien and Carsten,
Carsten Dominik wrote:
>> - How to get the TOC repeated when changing of section, with the new
>> item
>> highlighted? See my manual essay ;-)
>
> I don't know! Isn't this something that can be done with beamer themes?
> I have no idea.
>
\AtBeginSection[] % Do noth
At Wed, 06 Jan 2010 10:46:45 +0100,
Sébastien Vauban wrote:
>
> Hello all,
>
> Here a few comments, after my first attempt with the new beamer support --
> excellent, needless to say...
Yes, excellent indeed.
An aside: *Carsten,* I have been off ill (eye operation at start of
December) so onl
On Jan 6, 2010, at 12:13 PM, Christian Lasarczyk wrote:
Hi Sébastien and Carsten,
Carsten Dominik wrote:
- How to get the TOC repeated when changing of section, with the new
item
highlighted? See my manual essay ;-)
I don't know! Isn't this something that can be done with beamer
themes
On Jan 6, 2010, at 11:59 AM, Sébastien Vauban wrote:
Shouldn't `("@" "\\alert{%s}" nil)' be added by default?
Hmm, I am not sure, because \alert is of course not defined in normal
LaTeX export. And maybe it would even be better to redifine bold
emphasis as alert for beamer export?
Hi Eric, Christian, Carsten and all,
Eric S Fraga wrote:
> At Wed, 06 Jan 2010 10:46:45 +0100, Sébastien Vauban wrote:
>>
>> The few things I'm tackling right now are:
>>
>> - How to get a TOC with a frame title, without having to add it explicitly?
>
> I think you need to add it explicitly with \
Hi Carsten,
Carsten Dominik wrote:
> On Jan 6, 2010, at 12:13 PM, Christian Lasarczyk wrote:
>> Carsten Dominik wrote:
>>
- How to get the TOC repeated when changing of section, with the new
item highlighted? See my manual essay ;-)
>>>
>>> I don't know! Isn't this something that can be
Hi Sebastien,
there is now a new option org-beamer-frame-default-options, and the
automatically generated to will be wrapped into a frame with title.
- Carsten
On Jan 6, 2010, at 2:03 PM, Sébastien Vauban wrote:
Hi Eric, Christian, Carsten and all,
Eric S Fraga wrote:
At Wed, 06 Jan 2010
On Jan 6, 2010, at 12:10 PM, Sébastien Vauban wrote:
Hi Carsten,
Carsten Dominik wrote:
On Jan 6, 2010, at 11:29 AM, Sébastien Vauban wrote:
In the PDF output, I need to have tables somehow highlighted. For
example,
by placing a border around them, or by putting a background color.
Some
Hi Carsten,
Carsten Dominik wrote:
> On Jan 6, 2010, at 11:59 AM, Sébastien Vauban wrote:
>>
>> Shouldn't `("@" "\\alert{%s}" nil)' be added by default?
>
> Hmm, I am not sure, because \alert is of course not defined in normal LaTeX
> export. And maybe it would even be better to redifine bold emph
On Jan 6, 2010, at 2:35 PM, Sébastien Vauban wrote:
Hi Carsten,
Carsten Dominik wrote:
On Jan 6, 2010, at 11:59 AM, Sébastien Vauban wrote:
Shouldn't `("@" "\\alert{%s}" nil)' be added by default?
Hmm, I am not sure, because \alert is of course not defined in
normal LaTeX
export. And ma
On Jan 6, 2010, at 3:23 PM, Carsten Dominik wrote:
PS- An idea: wouldn't it be good (*iff* easily feasible) to load
org-beamer-mode when opening an Org file whose LaTeX class is beamer?
That could be done, but you can also set the startup option.
But yes, it is one more think to remember...
Hi all,
There is an error in the FAQ found here:
http://orgmode.org/worg/org-faq.php#visual-line-mode
The line:
(define-key org-mode-map "\C-a" 'move-end-of-line)))
should read:
(define-key org-mode-map "\C-e" 'move-end-of-line)))
Regards,
Joe
___
E
Hi Matthew,
Matthew Dempsky wrote:
> While playing around with the different options for handling word
> wrapping in org-mode, I decided to instead hack an extension that
> improves visual-line-mode's word wrapping when used in conjunction
> with org-mode. In particular, the mrd-org-smartwrap min
Hi Sébastien,
Sorry to take so long to reply. Thanks for this comparison, as someone
with no personal Noweb experience it is very enlightening to hear how it
compares and contrasts with Org-babel. It sounds like the three places
where Org-babel can still improve vs. Noweb are
> - every code sni
Carsten Dominik writes:
> On Jan 6, 2010, at 12:10 PM, Sébastien Vauban wrote:
[...]
> I think Chris Gray's special blocks were actually not a bad idea
> for this kind of problem. What is the source of the
> incompatibility with babel?
>
I'd be interested to hear this as well -- if babel is t
Carsten,
Carsten Dominik wrote:
> On Jan 6, 2010, at 3:23 PM, Carsten Dominik wrote:
>>>
>>> PS- An idea: wouldn't it be good (*iff* easily feasible) to load
>>> org-beamer-mode when opening an Org file whose LaTeX class is beamer?
>>
>> That could be done, but you can also set the startup option.
Carsten,
Carsten Dominik wrote:
> On Jan 6, 2010, at 2:35 PM, Sébastien Vauban wrote:
>> Carsten Dominik wrote:
>>> On Jan 6, 2010, at 11:59 AM, Sébastien Vauban wrote:
Shouldn't `("@" "\\alert{%s}" nil)' be added by default?
>>>
>>> Hmm, I am not sure, because \alert is of course not de
Hi Carsten,
Carsten Dominik wrote:
> there is now a new option org-beamer-frame-default-options
When setting it into Emacs, great, it DOES WORK as expected!
Though, I believe this is more a setting of the document itself, instead of
one customization in my own `.emacs' file.
I would rather like
Hello Experts,
Sometimes, I found it would be handy to put "checkmarks" in tables. In TeX,
it is \checkmark, while in HTML, its ✓
see page: http://www.mistywindow.com/reference/html-characters.htm)
It looks the const "org-html-entities" is defined in org-exp.el, can we
include this ? In the long
Thanks. I had tried that, but nothing happened; I didn't understand that I
needed to add the file to the list of agenda files. "C-c [" followed by "C
a t" did the trick.
Sam
On Tue, Jan 5, 2010 at 7:26 PM, Maurizio Vitale
wrote:
> > "Sam" == Sam Cramer writes:
>
>Sam> I'm a new org-m
Cool. I didn't know about indirect buffers; I can see that my Emacs
knowledge is pretty dated!
Thanks,
Sam
On Tue, Jan 5, 2010 at 8:27 PM, Darlan Cavalcante Moreira wrote:
>
> Use M-x clone-indirect-buffer to create another buffer that points to the
> org
> file and then C-c C-v (org-show-todo
Pierre de Buyl ha scritto:
> How do you create your links ?
> I publish a site using org and links of the form [[file:page.org]
> [page]] are correctly exported as a relative link to page.html .
Uhmm, okay, problem solved.
[...]
--
Ciao
leandro
pgpyZJTaJr8kf.pgp
Description: PGP signat
On Jan 6, 2010, at 5:22 PM, Sébastien Vauban wrote:
Hi Carsten,
Carsten Dominik wrote:
there is now a new option org-beamer-frame-default-options
When setting it into Emacs, great, it DOES WORK as expected!
Though, I believe this is more a setting of the document itself,
instead of
one
On Jan 6, 2010, at 4:35 PM, Sébastien Vauban wrote:
Carsten,
Carsten Dominik wrote:
On Jan 6, 2010, at 3:23 PM, Carsten Dominik wrote:
PS- An idea: wouldn't it be good (*iff* easily feasible) to load
org-beamer-mode when opening an Org file whose LaTeX class is
beamer?
That could be don
On Jan 6, 2010, at 4:47 PM, Sébastien Vauban wrote:
Trying to add the property on the level-2 item named "DB", as you
can see in
my "lossage":
--8<---cut here---start->8---
M-x o r g - b e a m e r m o
M-x C-c C-x C-c e b e e
[ a l l w o o w f r a
Carsten,
In latex, I often use a simple \begin{itemize} with labelled items, as in
\begin{itemize}
\item [3] This will be labelled with 3 instead of a bullet
\item [$\checkmark$] This will have a checkmark in lieu of the bullet
\end{itemize}
In org-mode, with beamer mode, I can do this except fo
Carsten,
the documentation for beamer support,
http://orgmode.org/worg/org-tutorials/org-beamer.php
under the "Special properties" heading suggests that the BEAMER_extra
property can be used to specify options for the environment. For
frames, trying for instance "[shrink=30]", this doesn't work
Hi,
during following this thread I noticed one "problem" with the page and line-
number concept
> - file:~/some-file.txt::23some-file.txt, line 23
A txt-file may have no clear page boarders. Thus only a line number might make
sens
> - file:~/document.pdf:4 document.pdf, page 4
A
40 matches
Mail list logo