[O] org-protocol and server.el

2012-07-29 Thread Fabrice Popineau
roc)) to prevent addition of the current directory to the org-protocol url. This is a crude patch, but anyway, I have the feeling nothing should be added to 'file' when it is 'absolute'. Have I done something wrong? Or is there a problem here ? Thanks for your comments, -- Fabrice Popineau

[O] Beamer export and notes

2012-08-23 Thread Fabrice Popineau
Hi, Something is not working as expected with beamer export and notes in the current release of org-mode. Nodes tagged with B_note or B_noteNH are exported as \note{} only if they are not at the same level as frame nodes. See the small example attached. Any idea on how to fix this because I assume

[O] org-e-beamer-exporter and frame level

2012-08-30 Thread Fabrice Popineau
Hi, It seems to me that in the 7.9 release and the current git version, org-e-beamer exporter breaks whenever I change the org-e-beamer-frame-level to something else than 1. The variable BEAMER_FRAME_LEVEL seems not to be honoured anymore. If I set H:2 in OPTIONS, parsing breaks. If I set org-e-be

Re: [O] org-e-beamer-exporter and frame level

2012-08-30 Thread Fabrice Popineau
ut the function #'org-beamer-sectioning (org-beamer:232) takes 'level' and 'text' as arguments, 'text' being the contents of the headline. Fabrice 2012/8/30 Fabrice Popineau > Hi, > > It seems to me that in the 7.9 release and the current git version,

Re: [O] org-e-beamer-exporter and frame level

2012-08-30 Thread Fabrice Popineau
2012/8/30 Nicolas Goaziou > (add-to-list 'org-e-latex-classes > '("beamer" >"\\documentclass\[presentation\]\{beamer\} > \[DEFAULT-PACKAGES] > \[PACKAGES] > \[EXTRA]" >("\\section\{%s\}" . "\\section*\{%s\}") >("\\subsection\{%s\}" . "\

[O] Table of figures ?

2012-08-30 Thread Fabrice Popineau
I'm using the LaTeX or Beamer new exporter. Is there a trick in org-mode to draw a table of say 4x3 images so that the parameters of the table (tabular) and of the images (includegraphics) be set independently ? #+ATTR_LATEX: table tabular align= | [[file:figure1.jpg]] | [[file:figure2.jpg]]

Re: [O] Table of figures ?

2012-08-30 Thread Fabrice Popineau
For the future, I wonder if it would not be possible to consider a syntax like : #+ATTR_LATEX.table: width=\textwidth #+ATTR_LATEX.image: width=2cm Or why not a CSS-like for Org files? (Maybe this is not a new idea?) Fabrice 2012/8/30 Nicolas Goaziou > Hello, > > Fabrice Popinea

[O] Labels in beamer new exporter

2012-09-03 Thread Fabrice Popineau
Hi all, I'm trying to reference a slide using the beamer new exporter. Each frame gets its own label automagically (sec-#-##). Is there a way to reference those labels later on ? Using emacs-lisp ? Or ? I tried another way to solve my problem and wanted to define my own label on a frame : ** My

Re: [O] Labels in beamer new exporter

2012-09-04 Thread Fabrice Popineau
> > > Unfortunately, the new latex/beamer exporter does not seem to check that > > the user may have wanted to put his/her > > own label on a frame and it adds its own label to the user defined one. > > It is not that difficult to patch org-e-beamer--format-frame to avoid > > adding label when the

Re: [O] Labels in beamer new exporter

2012-09-04 Thread Fabrice Popineau
> > Interesting. What about providing an "againframe" environment (on par > with "appendix", "note", etc.)? > > It would use "BEAMER_act" property to set the overlay specification, and > a "BEAMER_ref" property using link syntax to refer to a particular > section. Here's an example: > > That would

Re: [O] Labels in beamer new exporter

2012-09-04 Thread Fabrice Popineau
Seems ok to me. Great ! Fabrice 2012/9/4 Nicolas Goaziou > Fabrice Popineau writes: > > >> Interesting. What about providing an "againframe" environment (on par > >> with "appendix", "note", etc.)? > >> > >> It woul

[O] Empty titles and new exporter

2012-09-04 Thread Fabrice Popineau
Whenever I put an empty headline and I add some tag like :B_note: or whatever, the tag end up in the headline. ** Some Frame ***:B_note: :PROPERTIES: :BEAMER_env: note :END: [2012-09-03 lun. 09:22] blah blah is exported as : \begin{

[O] Emacs mode first line and Org-mode

2012-09-04 Thread Fabrice Popineau
Hi, Something changed recently with the handling of emacs mode first line. I used to have : #+-*- coding:utf-8; mode:org; mode:org-e-beamer; ispell-local-dictionary:"fr_FR_hunspell" -*- as the first line of my file. Recently, it started to get exported in LaTeX/Beamer, even with : #+OPTIONS: ski

Re: [O] Emacs mode first line and Org-mode

2012-09-05 Thread Fabrice Popineau
> > Please try leaving a space between # and + Ok, a bit strange but it works :-) Thanks, Fabrice

Re: [O] how can i get 3 section levels instead of just 2?

2012-09-09 Thread Fabrice Popineau
Use : (require 'org-export) (require 'org-e-latex) (require 'org-e-beamer) M-x org-e-beamer-mode (to edit your slides) and M-x org-e-beamer-export-to-pdf to generate the pdf. Should work with H:3, I'm using it. Generally speaking, the new exporter seems more reliable than the regular one alb

Re: [O] how can i get 3 section levels instead of just 2?

2012-09-09 Thread Fabrice Popineau
> > > Generally speaking, the new exporter seems more reliable than the regular > > one > > albeit there may be some discrepancies (sometimes, I need to kill my org > > buffer and > > visit the file again). > > Could you describe what happens exactly? Also, do you have an ECM for > that? > > What w

Re: [O] state of the art for html5 presentations?

2012-09-18 Thread Fabrice Popineau
is org-s5 by Eric: > https://github.com/eschulte/org-S5 > > but I guess you know this one already. > > -- > Bastien > > -- Fabrice Popineau - SUPELEC Département Informatique 3, rue Joliot Curie 91192 Gif/Yvette Cedex Tel direct : +33 (0) 169851950 Standard : +33 (0) 169851212 --

Re: [O] state of the art for html5 presentations?

2012-09-18 Thread Fabrice Popineau
t;> that it's finding missing? > > > > You'll need to clone impress.js repo and copy over the js and css > > directories, to the directory of your html file. The README gives > > instructions for the same [ > > https://github.

Re: [O] state of the art for html5 presentations?

2012-09-18 Thread Fabrice Popineau
is MathJax, and stuff like Raphael.js and jQuery that could do the job). The more powerful your tool is (luatex, opentype fonts etc) the more you lose time with details. Fabrice > Nick > > PS. It's all idle curiosity on my part. > > -- Fabrice Popineau ---

[O] Source code files and org mode files

2012-10-02 Thread Fabrice Popineau
Hi, Is it possible to link to an external source code file from an org mode file (for example from an org mode code block) so that the source code file will be exported "inline" wrt to the org-mode file ? Thanks for any clue, Fabrice

Re: [O] Source code files and org mode files

2012-10-02 Thread Fabrice Popineau
--8<---cut here---start->8--- > #+include: "foo.c" src c > --8<---cut here---end--->8--- > > See (info "(org) Include files") for details. > > Thanks a lot. I was looking around "block_example" and source code handling. I shoul

[O] Problem with some src blocks

2012-10-27 Thread Fabrice Popineau
Hi, I have these lines : Bla bla bla #+INCLUDE: "../java/Power2/Power2.java" src java Bla bla bla that get exported this way : Bla bla bla #+BEGIN_SRC java public class Power2 ... How is it possible that the src block be exported literally ? I tried a couple of other java files but it ha

Re: [O] Problem with some src blocks

2012-10-27 Thread Fabrice Popineau
file is included with the right lf encoding? Fabrice 2012/10/27 Fabrice Popineau : > Hi, > > I have these lines : > > Bla bla bla > > #+INCLUDE: "../java/Power2/Power2.java" src java > > Bla bla bla > > that get exported this way : > > > Bla bla

[O] htmlize and #+INCLUDE:

2012-11-01 Thread Fabrice Popineau
Hi all, Is there something special to do for htmlize to process an #+INCLUDE'd source file ? Up to now, it seems to ignore it. I'm using the new exporter. Besides this, as far as I Can see, I have to use : #+BEGIN_SRC java but #+INCLUDE: file java Why to use a colon in one case and not in the ot

Re: [O] htmlize and #+INCLUDE:

2012-11-01 Thread Fabrice Popineau
> > Is there something special to do for htmlize to process an #+INCLUDE'd > > source file ? > > No. > > Do you mean that it should work out of the box or that it is not working at all? Because for me: - I can htmlize src blocks (with BEGIN_SRC) - I can highlight src blocks with syntaxhighlighter

Re: [O] htmlize and #+INCLUDE:

2012-11-01 Thread Fabrice Popineau
with which I'm not very comfortable. Anyway, the more I'm using org-mode and the new exporter, the more I like it. Thanks for providing us with this tool. Fabrice 2012/11/1 Nicolas Goaziou > Fabrice Popineau writes: > > > Given the fact that '#+INCLUDE: "fil

[O] New exporter, links with images

2012-11-03 Thread Fabrice Popineau
I want to insert a link like : [[http://foo.org/bar][file:foo.jpg]] and export it to html. I assume that it should result in a clickable image. Unfortunately, some assertion fails by doing this. If I remove the assertion : diff --git a/contrib/lisp/org-e-html.el b/contrib/lisp/org-e-html.el inde

[O] Text attributes, exporting

2012-11-06 Thread Fabrice Popineau
Hi, Maybe this is a silly question but who knows. Htmlize is able to tag elemnts in src blocks and wrap them with classes. I'd like to be able to do it for normal text too. There is // ++ == ** but I would like to define personalized modifiers. There is also the ability to inline src blocks like

Re: [O] Text attributes, exporting

2012-11-06 Thread Fabrice Popineau
Perfect. Thanks a lot. I knew I read about this. This is good for me. Fabrice 2012/11/6 Nicolas Goaziou > Hello, > > Fabrice Popineau writes: > > > Maybe this is a silly question but who knows. > > Htmlize is able to tag elemnts in src blocks and wrap them with cla

[O] (no subject)

2012-11-11 Thread Fabrice Popineau
I just updated a few hours ago with the git current version and I now get: Debugger entered--Lisp error: (invalid-read-syntax "#") eval-buffer(# nil "c:/Home/.org-timestamps/CQP-org.cache" nil t) ; Reading at buffer position 621 load-with-code-conversion("c:/Home/.org-timestamps/CQP-org.cache

Re: [O] (no subject)

2012-11-11 Thread Fabrice Popineau
another dependency of the project. Thanks anyway for taking care of this. Fabrice 2012/11/12 Nicolas Goaziou > Hello, > > Fabrice Popineau writes: > > > I just updated a few hours ago with the git current version and I now > get: > > > > Debugger entered-

Re: [O] New exporter, links with images

2012-11-12 Thread Fabrice Popineau
Yes, it is ok. Thanks again, Fabrice 2012/11/9 Nicolas Goaziou > Hello, > > Fabrice Popineau writes: > > > I want to insert a link like : > > > > [[http://foo.org/bar][file:foo.jpg]] > > > > and export it to html. I assume that it should result

[O] C# and org-mode

2012-11-17 Thread Fabrice Popineau
Hi, Given that there is this C# mode : http://www.emacswiki.org/emacs/csharp-mode.el is there a way to plug it in org-mode so that C# becomes part of the languages available for src blocks? Regards, Fabrice

[O] Beamer frame with an empty title ?

2012-11-17 Thread Fabrice Popineau
Everything is in the question ... How to generate : \begin{frame}[label=...]{} \end{frame} It seems that org-requires a non-empty header. Thanks for any hint, -- Fabrice

Re: [O] Beamer frame with an empty title ?

2012-11-17 Thread Fabrice Popineau
Would a non-breaking space as the title work? > > Nope, because, the space for the title would still be there and I want to put a full frame image > Otherwise, you can define a dummy string, i.e. "NOTITLE", use that as > the headline. Then, with the appropriate filter, you can change > \begin{fra

Re: [O] Beamer frame with an empty title ?

2012-11-17 Thread Fabrice Popineau
> If such need is common enough, we may provide a special environment, > much like "againframe", which would provide a frame without title. For > example: > > * Headline > :PROPERTIES: > :BEAMER_env: fullframe > :END: > > What do you think about it? > > > That would be definit

Re: [O] Beamer 2 columns

2012-11-17 Thread Fabrice Popineau
Hmmm ... well ... I was mistaken by using BEAMER_envargs because it is for the old exporter, but it doesn't work either by using BEAMER_opt which should be recognized by the new exporter. Fabrice 2012/11/17 Fabrice Popineau > Another problem I can't wolve with the new exporter

Re: [O] Beamer frame with an empty title ?

2012-11-17 Thread Fabrice Popineau
Oh ... it seems you can do it simply this way : \begin{frame}[plain,t]{} \includegraphics[width=\textwidth, height=\textheight]{mypicture} \end{frame} Fabrice 2012/11/17 Myles English > > Hi Fabrice and Nicolas, > > Fabrice Popineau writes: > > > That would be definitel

Re: [O] Beamer frame with an empty title ?

2012-11-17 Thread Fabrice Popineau
> There is now a "fullframe" environment. > > No need to be clairvoyant to guess that I'm working on yet another course for next week :-/ So : thanks to be that helpful. Fabrice

Re: [O] BEGIN_LATEX_HEADER [cont]

2014-06-20 Thread Fabrice Popineau
2014-06-20 13:17 GMT+02:00 Ken Mankoff : > On 2014-06-20 at 04:50, Nicolas Goaziou wrote: > > I suggest to use existing solutions instead: configure > > `org-latex-classes'. > > I'm all for using existing solutions, but cannot see how I might use > this to easily customize export differently for d

[O] Attaching hook to subtree

2014-06-25 Thread Fabrice Popineau
Hi list, I wonder if someone has already tried the following. It could be useful to trigger some action whenever a subtree is modified. This would require to attach a hook to the subtree, which can be done using a property drawer. The real problem is how to (efficiently) track the fact that some s

Re: [O] org-ref in action

2014-06-26 Thread Fabrice Popineau
eciated the way > org-bibtex.el makes it easy to keep bib data together with notes/todos. > Both org-bibtex-read and org-bibtex-yank have become indispensable to my > own workflow. > > Best, > Matt > > -- Fabrice Popineau - SUPELEC Département Informatique 3, rue Joliot Curie 91192 Gif/Yvette Cedex Tel direct : +33 (0) 169851950 Standard : +33 (0) 169851212 --

[O] org-reftex-citation

2014-06-27 Thread Fabrice Popineau
In org.el:org-reftex-citation(), reftex-cite-format is explicitly set to its default value. Doesn't that prevent any attempt to override it ? -- Fabrice

Re: [O] Pushing and pulling to google calendar

2014-07-02 Thread Fabrice Popineau
people, so maybe you are in luck. > > Moving to the new endpoint would require OAuth authentication, which > shouldn't be hard to add using the oauth-library in ELPA, but since I > don't use Google, I'm lacking motivation... > > -David > >

Re: [O] Does org-protocol work with Chrome on windows?

2014-09-07 Thread Fabrice Popineau
with Chrome on Windows? > > Thanks, > > Bruno > > [1] : http://orgmode.org/worg/org-contrib/org-protocol.html#sec-3-3 > > -- Fabrice Popineau - SUPELEC Département Informatique 3, rue Joliot Curie 91192 Gif/Yvette Cedex Tel direct : +33 (0) 169851950 Standard : +33 (0) 169851212 --

Re: [O] Managing articles in orgmode and collaboration

2014-09-09 Thread Fabrice Popineau
tch/blob/master/bibfetch.el). > > Vikas > -- Fabrice Popineau - SUPELEC Département Informatique 3, rue Joliot Curie 91192 Gif/Yvette Cedex Tel direct : +33 (0) 169851950 Standard : +33 (0) 169851212 --

[O] Problem with org-indent-block

2014-09-11 Thread Fabrice Popineau
Hi, Recently, I started to get problems with org-indent-block returning errors "Not at a block". Unfortunately, this is happening while restarting emacs, and I have no idea about how to debug it. It would be nice if somehow this function could give the file and the point in the file where the erro

Re: [O] Problem with org-indent-block

2014-09-12 Thread Fabrice Popineau
-hide-block-all. Fabrice 2014-09-12 9:53 GMT+02:00 Nicolas Goaziou : > Hello, > > Fabrice Popineau writes: > > > Recently, I started to get problems with org-indent-block returning > errors > > "Not at a block". > > Unfortunately, this is happening w

[O] Export filters question

2014-09-15 Thread Fabrice Popineau
Hi, This is probably a very basic question, but what is the right way to access properties of the element in a filter ? Admit I want to define my own filter: (defun my-latex-filter-headline (text backend info) ... ) And I want to access the relative level of the current headline. How should I

[O] Emacs Lisp Depth

2014-09-16 Thread Fabrice Popineau
Hi, Am I the only one to have hit the bottom of the default max_specpdl_size and max_lisp_eval_depth values ? I had already set max_specpdl_size to 2600 and I had to raise it again. I have an Org file of about 1 lines, and I am exporting x100 beamer slides and a latex document for about 200 p

Re: [O] Export filters question

2014-09-16 Thread Fabrice Popineau
2014-09-15 18:30 GMT+02:00 Nicolas Goaziou : > Hello, > > Since filters are meant for tweaking generated output, the information > you're looking after is not readily accessible at this level. Your > request makes sense, but I think you really want to write a derived > back-end with a custom headl

Re: [O] Emacs server and org-protocol

2014-09-17 Thread Fabrice Popineau
ly started > once?... maybe in connection to opening a particular .org file? > > Thanks, > > Gonzalo > > > -- Fabrice Popineau - SUPELEC Département Informatique 3, rue Joliot Curie 91192 Gif/Yvette Cedex Tel direct : +33 (0) 169851950 Standard : +33 (0) 169851212 --

Re: [O] Emacs server and org-protocol

2014-09-17 Thread Fabrice Popineau
2014-09-17 9:56 GMT+02:00 Paul Rudin : > Fabrice Popineau writes: > > > What is the purpose of opening a second instance of emacs ? > > I precisely tend to avoid it. > > There are situations where it can be useful - e.g. using emacs as > a news or mail client where

Re: [O] Emacs server and org-protocol

2014-09-17 Thread Fabrice Popineau
2014-09-17 11:06 GMT+02:00 Eric S Fraga : > On Wednesday, 17 Sep 2014 at 18:54, Alexis wrote: > > [...] > > > If i may ask, which email front-end were you using? (Gnus, perhaps?) i > > used to use notmuch.el, and currently use mu4e, and basically don't have > > this issue > > The issue is not

[O] LaTeX exporter

2014-10-06 Thread Fabrice Popineau
Hi, The org-latex-classes variable handles a couple of parameters like DEFAULT-PACKAGES, PACKAGES and EXTRA. I thing that this variable could also benefit from an EXTRA_OPTIONS parameter. This could allow to have a default set of options for the curent class, but to locally add a couple of option

Re: [O] LaTeX exporter

2014-10-06 Thread Fabrice Popineau
class. Actually, LATEX_CLASS_OPTIONS overrides the whole set of options, so maybe my suggestion is superfluous. Regards, 2014-10-06 21:38 GMT+02:00 Nicolas Goaziou : > Hello, > > Fabrice Popineau writes: > > > The org-latex-classes variable handles a couple of parameters li

[O] Exponents / subscripts

2014-10-19 Thread Fabrice Popineau
pt if braces ? Or is it something beyond the Org parser / syntax ? Regards, -- Fabrice Popineau

Re: [O] Exponents / subscripts

2014-10-19 Thread Fabrice Popineau
2014-10-19 19:08 GMT+02:00 Nicolas Goaziou : > Hello, > > Fabrice Popineau writes: > > > A minor issue and I haven't check if it has already been raised in the > past. > > Currently something like \(a^nb^n\) is the org-mode buffer > > as \(a^{nbn}\). IE i

Re: [O] Exponents / subscripts

2014-10-22 Thread Fabrice Popineau
2014-10-22 11:13 GMT+02:00 > > > Unfortunately, some users complain about the approximation. OTOH, I'm > pretty sure that most LaTeX users can parse sub/superscript LaTeX code > without any fontification at all. > If there is no easy way to fix it, I may prefer to disable this fontification, becau

Re: [O] An Org-mode LaTeX class?

2014-10-28 Thread Fabrice Popineau
the current LaTeX exporter, only constitute a variant!), but > instead we gain a beautiful, configurable pdf rendering of Org buffers. > > What do you think? > > -- > Marcin Borkowski > http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski > Adam Mickiewicz University > >

Re: [O] Efficiency of Org v. LaTeX v. Word

2014-12-27 Thread Fabrice Popineau
iscussion here: > > http://tex.stackexchange.com/questions/339/latex-editors-ides > > (It's clear, that people may have voted for several of those editors, so > that no valid statistics at all, but at least an idea...) > > Is there any real survey result about which editors LaTeX users use? > > Martin > > > > -- Fabrice Popineau - SUPELEC Département Informatique 3, rue Joliot Curie 91192 Gif/Yvette Cedex Tel direct : +33 (0) 169851950 Standard : +33 (0) 169851212 --

[O] [New exporter] htmlize included file ?

2013-02-21 Thread Fabrice Popineau
Hi, I have a problem with htmlize. I'm running the very latest trunk version of org-mode. If I write an src block code with : #+begin_src java ... #+end_src I get htmlized output. But it does not work with : #+include: "foo.java" java Any obvious reason for this ? Thanks for any help, -- Fa

Re: [O] [New exporter] htmlize included file ?

2013-02-21 Thread Fabrice Popineau
"src" keyword. Sorry for the noise, Fabrice Popineau

Re: [O] Org-mode as a replacement for Google Reader

2013-03-26 Thread Fabrice Popineau
t; Emacs/Org-mode is not able to meet (yet). But you never know what > good hints you will get on ML like this :-) > > -- > Karl Voit > > > -- Fabrice Popineau - SUPELEC Département Informatique 3, rue Joliot Curie 91192 Gif/Yvette Cedex Tel direct : +33 (0) 169851950 Standard : +33 (0) 169851212 --

Re: [O] Org-mode as a replacement for Google Reader

2013-03-26 Thread Fabrice Popineau
at not true? > > It is available from Cygwin, and it does work well for the HTML mails I > receive in Gnus. Of course, it's limited (no JavaScript, a.o.), but that's > no > different from under Linux. > > Best regards, > Seb > > -- > Sebastien Vauban >

Re: [O] Google calendar sync - what is recommended?

2013-04-10 Thread Fabrice Popineau
2013/4/10 Rainer M. Krug > > It gives me something to think about... > > You might have a look here too : git://github.com/bateast/google-calendar It provides the ability to retrieve your Google Calendar by using their API, not caldav. Thanks to Baptiste Fouques. Fabrice

[O] Web site generator, but not so static

2013-04-11 Thread Fabrice Popineau
I'm considering waht most benefit could be drawn from coupling org-mode to write web pages (skeletons) and hunchentoot (common lisp web server). There used to be some starter for a CL Org-mode parser, but it seems to be dead by now. There are several ways in which the pair could make sense. For e

Re: [O] problems with org-protocol + capture templates

2013-04-16 Thread Fabrice Popineau
file "~/en uso/2013/org/ > refile.org") > >>"* TODO Review %c\n%U\n" :immediate-finish t) > >> ("p" "Phone call" entry (file "~/en uso/2013/org/ > refile.org") > >

Re: [O] Colour themes suggestions?

2013-04-17 Thread Fabrice Popineau
/github.com/suvayu/.emacs.d/blob/master/themes/dark-emacs-theme.el> > > I really like your dark-emacs. Just adopted it. > Perfect for org-mode (and for mu4e, by the way). > Thanks Suvayu Ali! > > François > > -- Fabrice Popineau - SUPELEC Dép

Re: [O] Colour themes suggestions?

2013-04-17 Thread Fabrice Popineau
2013/4/17 Suvayu Ali > On Wed, Apr 17, 2013 at 04:03:15PM +0200, Fabrice Popineau wrote: > > This one is cool too : > > (color-theme-sanityinc-tomorrow-night) > > From the name I would guess it uses the color theme package? If that is > the case, then it will not wor

[O] Bibliography

2013-05-06 Thread Fabrice Popineau
Is it me or is it normal that the: #+Bibliography: foo plain line is not exported by the LaTeX backend? I assume that: \bibliography{foo} \bibliographystyle{plain} is a decent way to handle it. Thanks for any comment. -- Fabrice

Re: [O] Bibliography

2013-05-06 Thread Fabrice Popineau
3/5/6 Suvayu Ali > On Mon, May 06, 2013 at 04:26:16PM +0200, Fabrice Popineau wrote: > > Is it me or is it normal that the: > > > > #+Bibliography: foo plain > > > > line is not exported by the LaTeX backend? > > > > I assume that: > > \bibliogr

Re: [O] Bibliography

2013-05-06 Thread Fabrice Popineau
> Since it is back-end dependent, why don't you use: > > #+latex: \bibliography{...}\bibilographystyle{...} > > instead? > > To avoid duplication. Org-bibtex/reftex need the line: #+bibliography: foo plain > You need to set `ad-return-value' somewhere, don't you? > > :-) This is what I was lo

[O] Export / LaTeX / suggestion

2013-05-07 Thread Fabrice Popineau
Currently we need to write this : #+ATTR_LATEX: :options [title of definition] #+begin_definition This is a definition. #+end_definition to get this with the LaTeX exporter : \begin{definition}[title of definition] This is a definition. \end{definition} I was wondering if something like this is

Re: [O] Export / LaTeX / suggestion

2013-05-07 Thread Fabrice Popineau
> I don’t think you want to do that – each backend (latex, html, etc.) > could have its own incompatible keywords. You are right. I was thinking of dropping them if they were unkown to the current backend, but it is not exactly a solution. > (I’ve got a solution to this that I’ve been using for

Re: [O] Bibliography

2013-05-09 Thread Fabrice Popineau
Hi Nicolas, Thanks a lot for taking quickly of this bib issue. 2013/5/9 Nicolas Goaziou > Hello, > > Vikas Rawal writes: > > > > 2. The bibliography is inserted in the exported html file above > > the main body of org file as well as below the main body of the org > > file. Am I doing somet

[O] BIND and LaTeX export

2013-05-13 Thread Fabrice Popineau
Hi, Is it me or something is wrong with the very latest org-mode (git repository). I have this line in my org-file : #+BIND: org-latex-pdf-process ("pdflatex -interaction nonstopmode -shell-escape -output-directory %o %f") My default value for this variable states that lualatex is used for compi

Re: [O] BIND and LaTeX export

2013-05-13 Thread Fabrice Popineau
2013/5/13 Nicolas Goaziou > Hello, > > Fabrice Popineau writes: > > > Is it me or something is wrong with the very latest org-mode (git > > repository). > > I have this line in my org-file : > > > > #+BIND: org-latex-pdf-process ("pdflatex -in

Re: [O] Bibliography

2013-05-14 Thread Fabrice Popineau
I can't place it at the keyword. How does > > one do it? I thought having a line say [BIBLIOGRAPHY] would work but > > it does not. > > > > Figured it myself. > > Placing the line '#+BIBLIOGRAPHY: blah blah...' at the right place

[O] Lists, exports to LaTeX and cr/lf

2013-07-07 Thread Fabrice Popineau
Hi, I have a question regarding lists and Org-mode 8.0.2 (the version I currently use). It seems that if I export this : - foo foo foo foo foo bar bar bar bar - foo foo foo foo foo bar bar bar bar Then I get 2 itemize environments because I broke the line after foo. I don't remember that it was

Re: [O] Lists, exports to LaTeX and cr/lf

2013-07-07 Thread Fabrice Popineau
> The line break is not terminating the itemize environment by itself. It > is the lack of indentation on the "bar bar" lines that terminates the > itemize environments in this case. > > Thanks a lot! I have been fooled by Emacs. This situation was the result on M-q on a previously single-line para

Re: [O] tikz for multiple targets

2013-07-10 Thread Fabrice Popineau
; It's only packed for Texlive, though. > > http://www.ctan.org/pkg/dvisvgm > > –Rasmus > > -- > May contains speling mistake > > > -- Fabrice Popineau - SUPELEC Département Informatique 3, rue Joliot Curie 91192 Gif/Yvette Cedex Tel direct : +33 (0) 169851950 Standard : +33 (0) 169851212 --

Re: [O] Should comments break paragraphs?

2013-07-16 Thread Fabrice Popineau
> Another option would be to remove every comment line before parsing the > buffer (which is, IIRC, what previous exporter did), but it would only > hide the situation for a while. After all I could expect to have > comments anywhere, including some places like > On your example, why wouldn't it

Re: [O] Should comments break paragraphs?

2013-07-16 Thread Fabrice Popineau
2013/7/16 Fabrice Popineau > > Another option would be to remove every comment line before parsing the >> buffer (which is, IIRC, what previous exporter did), but it would only >> hide the situation for a while. After all I could expect to have >> comments anywhere, in

[O] HTML2Org ?

2013-07-30 Thread Fabrice Popineau
Anybody tried to write an HTML to Org parser (even a crude one) ? Best regards, Fabrice

Re: [O] HTML2Org ?

2013-07-30 Thread Fabrice Popineau
get the document structure our of the HTML unless it only > used heading tags? > > Even something as simple as bold could be hidden within some monstrous > CSS. > > From my mobile. Please excuse abbrvs, tpyos, and auto ward correction. > On Jul 30, 2013 5:36 PM, "Fabric

[O] Export and links

2013-09-04 Thread Fabrice Popineau
Hi, If I export this to html : --- #+TITLE: FOO #+macro: huge @@html:$1@@ #+macro: large @@html:$1@@ * Foo page {{{large([[http:test.html][FOO]])}}} --- I ge

[O] Include files and exporter

2013-09-17 Thread Fabrice Popineau
Hi, Is there anyway to know while exporting what is the relative path of the current node? Let's start with some master org file that includes some other org part from another directory. This org part references some image with a path relative to its own directory. I wonder if there is a way to ke

Re: [O] How to build org-mode on Windows

2013-10-04 Thread Fabrice Popineau
/worg/org-faq.html#installing-org-without-make-tools> > > But your best bet is probably ELPA. > > > Regards, > Achim. > > > -- Fabrice Popineau - SUPELEC Département Informatique 3, rue Joliot Curie 91192 Gif/Yvette Cedex Tel direct : +33 (0) 169851950 Standard : +33 (0) 169851212 --

[O] LaTeX math mode and export

2013-10-11 Thread Fabrice Popineau
afraid I won't be aware of other side effects. I would be glad to whoever can offer a better handling of these situations. Another related question also : did anybody managed to hilghlight LaTeX equations inside org-mode ? It could be very helpful to detect missing

Re: [O] LaTeX math mode and export

2013-10-11 Thread Fabrice Popineau
> > \[\begin{array}{c} > > \begin{array}{|c|c|c|} > > \hline > > \delta_{1} & 0 & 1 \\ > > \hline > > p & \{p, q\} & \{q\} \\ > > \hline > > q & \{r\} & \{q, r\} \\ > > \hline > > r & \{s\} & \{p\} \\ > > \hline > > s & \{s\} & \{p\} \\ > > \hline > >

[O] Status of hooks

2013-10-24 Thread Fabrice Popineau
I am under the impression that some parts of org-mode/contrib have not been upgraded to the latest org-export hooks names: C:\Home\.emacs.d\vendor\org-mode\lisp>grep -e org-export-.*-hook *.el org-bibtex-extras.el:;; (add-hook 'org-export-first-hook org-eval.el:This should go into the `org-export

[O] List items, HTML export

2013-10-27 Thread Fabrice Popineau
Hi, Is it possible to set class/id on exported UL and LI elements ? If there is a list with 2 levels, is it possible to set it independently ? I'm looking into it, not even sure if I need it, but that may be helpful for navigation elements. Thanks for your inputs on this question. -- Fabrice

Re: [O] List items, HTML export

2013-10-29 Thread Fabrice Popineau
Thanks for the example! Ok, the css is the way to go. Fabrice 2013/10/29 Rick Frankel > On 2013-10-27 15:34, Fabrice Popineau wrote: > >> Hi, >> >> Is it possible to set class/id on exported UL and LI elements ? >> >> If there is a list with 2 levels, is

Re: [O] [PATCH] org-compat: Support for getting data from Windows clipboard

2013-11-18 Thread Fabrice Popineau
exander Vorobiev writes: > > > Sorry for the mis-formatting. Here is the patch as an attachment. > > Thanks -- digging into this again, maybe we need to fix > `org-get-x-clipboard-compat' directly? > > I'm not using Windows so I can't test the patch. > &

[O] org-shiftdown

2013-11-18 Thread Fabrice Popineau
I think there is a problem with it. Sometimes I have something already selected, say I selected it with the mouse. Next I do shift-down and the previous selected region is deselected before the next-line gets selected. Normal behavior would be that the selected region is expanded. It does not happe

Re: [O] org-shiftdown

2013-11-18 Thread Fabrice Popineau
> > > > Any idea on how to track what's happening ? > > What the value of `org-support-shift-select'? > > It's true. I couldn't catch yet under what condition it happens. I suspect some race condition or something like that. Because it seems actually to happen randomly. -- Fabrice

Re: [O] org-shiftdown

2013-11-18 Thread Fabrice Popineau
like that. > > Because it seems actually to happen randomly. > > -- > The Kafka Pandemic: http://thekafkapandemic.blogspot.com > > The disease DOES progress. MANY people have died from it. ANYBODY can > get it. > > Denmark: free Karina Hansen NOW. > -- Fa

Re: [O] org-shiftdown

2013-11-18 Thread Fabrice Popineau
roduce it exactly. Fabrice > On 11/18/13, Fabrice Popineau wrote: > > 2013/11/18 Samuel Wales > > > >> Does this happen after you compile? > >> > >> > > Seems you are right. So you must have an idea why it fails after > compiling? > >

[O] Outut file name by backend

2015-09-24 Thread Fabrice Popineau
Hi, Could it be made possible that the output file name when exporting be chosen by backend ? Something like : :EXPORT_FILE_NAME: (by-backend (latex "PDFL2A/pdf/pdl2a.tex) (html "PDFL2A/projets.html")) Am I missing another option here ? Best regards, Fabrice

  1   2   3   >