Re: [Orgmode] Exporting non utf8 org documents

2010-01-06 Thread Carsten Dominik
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)

Re: [Orgmode] Bug: #+BEGIN_COMMENT turn to \begin{verbatim} [6.33f]

2010-01-06 Thread Carsten Dominik
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

Re: [Orgmode] RFC: Syntax for page numbers in file: links?

2010-01-06 Thread Carsten Dominik
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

[Orgmode] New beamer support

2010-01-06 Thread Sébastien Vauban
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

Re: [Orgmode] New beamer support

2010-01-06 Thread Carsten Dominik
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

[Orgmode] Org and LaTeX tables

2010-01-06 Thread Sébastien Vauban
* 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 |

Re: [Orgmode] Org and LaTeX tables

2010-01-06 Thread Carsten Dominik
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

[Orgmode] Re: New beamer support

2010-01-06 Thread Sébastien Vauban
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

[Orgmode] Can't open source.c file following the link to it

2010-01-06 Thread Paul Chany
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 ___

Re: [Orgmode] RFC: Syntax for page numbers in file: links?

2010-01-06 Thread Jan Böcker
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

Re: [Orgmode] RFC: Syntax for page numbers in file: links?

2010-01-06 Thread Carsten Dominik
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

[Orgmode] Re: Org and LaTeX tables

2010-01-06 Thread Sébastien Vauban
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

[Orgmode] Re: New beamer support

2010-01-06 Thread Christian Lasarczyk
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

Re: [Orgmode] New beamer support

2010-01-06 Thread Eric S Fraga
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

Re: [Orgmode] Re: New beamer support

2010-01-06 Thread Carsten Dominik
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

Re: [Orgmode] Re: New beamer support

2010-01-06 Thread Carsten Dominik
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?

[Orgmode] Re: New beamer support

2010-01-06 Thread Sébastien Vauban
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 \

[Orgmode] Re: New beamer support

2010-01-06 Thread Sébastien Vauban
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

Re: [Orgmode] Re: New beamer support

2010-01-06 Thread Carsten Dominik
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

Re: [Orgmode] Re: Org and LaTeX tables

2010-01-06 Thread Carsten Dominik
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

[Orgmode] Re: New beamer support

2010-01-06 Thread Sébastien Vauban
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

Re: [Orgmode] Re: New beamer support

2010-01-06 Thread Carsten Dominik
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

Re: [Orgmode] Re: New beamer support

2010-01-06 Thread Carsten Dominik
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...

[Orgmode] Error in FAQ

2010-01-06 Thread Joe Snikeris
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

Re: [Orgmode] Smart(er) word wrapping with org-mode and visual-line-mode

2010-01-06 Thread Martin Pohlack
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

Re: [Orgmode] [babel] Org-babel vs NoWeb (and the like)

2010-01-06 Thread Eric Schulte
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

Re: [Orgmode] Re: Org and LaTeX tables

2010-01-06 Thread Eric Schulte
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

[Orgmode] Re: New beamer support

2010-01-06 Thread Sébastien Vauban
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.

[Orgmode] Re: New beamer support

2010-01-06 Thread Sébastien Vauban
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

[Orgmode] Re: New beamer support

2010-01-06 Thread Sébastien Vauban
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

[Orgmode] symbol request ins org-html-entities

2010-01-06 Thread Xin Shi
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

Re: [Orgmode] Re: TODO list in new buffer?

2010-01-06 Thread Sam Cramer
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

Re: [Orgmode] TODO list in new buffer?

2010-01-06 Thread Sam Cramer
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

[Orgmode] Re: [Resent?] Managing a simple blog

2010-01-06 Thread leandro noferini
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

Re: [Orgmode] Re: New beamer support

2010-01-06 Thread Carsten Dominik
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

Re: [Orgmode] Re: New beamer support

2010-01-06 Thread Carsten Dominik
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

Re: [Orgmode] Re: New beamer support

2010-01-06 Thread Carsten Dominik
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

[Orgmode] [beamer &/or latex export] problem with old style footnotes

2010-01-06 Thread Eric S Fraga
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

[Orgmode] [beamer] frame arguments must be in envargs, not extra

2010-01-06 Thread Eric S Fraga
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

Re: [Orgmode] RFC: Syntax for page numbers in file: links?

2010-01-06 Thread Torsten Wagner
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