Re: [O] How to pass table to SRC block as strings only?

2017-01-20 Thread Sébastien Brisard
Hi again, as a follow up: I can't believe how far behind my org version was (I suppose I was running the built-in version). Now that I have upgraded to 9.0.3, your code works like a charm. Thanks again, Sébastien 2017-01-21 6:30 GMT+01:00 Sébastien Brisard : > Hi Chuck, > thank you

Re: [O] How to pass table to SRC block as strings only?

2017-01-20 Thread Sébastien Brisard
01-20 4:49 GMT+01:00 Charles C. Berry : > On Thu, 19 Jan 2017, Sébastien Brisard wrote: > >> Thanks Charles for this answer. Let me state the problem more clearly. >> Number-like cells *are* converted to numbers (as best illustrated by >> the example below (see the use of numbe

Re: [O] How to pass table to SRC block as strings only?

2017-01-19 Thread Sébastien Brisard
7-01-19 18:07 GMT+01:00 Charles C. Berry : > On Thu, 19 Jan 2017, Sébastien Brisard wrote: > >> Hello all, >> here is a MWE >> >> =BEGIN MWE= >> >> #+NAME: table20170119 >> | col1 | col2 | >> |--+

[O] How to pass table to SRC block as strings only?

2017-01-18 Thread Sébastien Brisard
Hello all, here is a MWE =BEGIN MWE= #+NAME: table20170119 | col1 | col2 | |--+| | row1 | 1234567890 | | row2 | a | | row3 | b | | row4 | c | #+BEGIN_SRC emacs-lisp :var table=table20170119 :colnames yes :results output (print (map 'list

Re: [O] [ox-html] Why are dedicated targets automatically renamed?

2016-02-02 Thread Sébastien Brisard
Hello again, > > > Oh really? It does work, though. I use this feature on my blog to link > > to bibrefs that are in another page. Links like > > > > [[file:../pages/references.org::#TARI2008][Tariel et al., 2008]] > > > > get exported correctly. Only, the HTML target name is orgtargetXX. > > Whi

Re: [O] [ox-html] Why are dedicated targets automatically renamed?

2016-02-01 Thread Sébastien Brisard
= >> >> gets exported to html as >> >> = beginning of a.html (extract) = >> >> >> >> Item 1 >> Item 2 >> >> >> >> Author: Sébastien Brisard >> Created: 2016-01-21 Thu 07:38 >> > href="http

[O] [ox-html] Why are dedicated targets automatically renamed?

2016-01-31 Thread Sébastien Brisard
Hi, I have noticed that org-mode now renames dedicated targets. More precisely, the following org file = beginning of a.org = - <>Item 1 - <>Item 2 = end of a.org = gets exported to html as = beginning of a.html (extract) = Item 1 Item 2 Autho

Re: [O] Binding org-html-head to a function?

2015-01-31 Thread Sébastien Brisard
Hi Rasmus, Hi Sébastien, Sébastien Brisard writes: >/ my blog (sbrisard.github.io) is entirely written with/ >/ org-mode./ Looks pretty. Thanks! >/ Org-mode offers everything I need, except for one minor/ >/ detail. It is very difficult to include the same CSS file in t

[O] Binding org-html-head to a function?

2015-01-26 Thread Sébastien Brisard
Hello, my blog (sbrisard.github.io) is entirely written with org-mode. Org-mode offers everything I need, except for one minor detail. It is very difficult to include the same CSS file in the html-head of several files located at various levels of the directory hierarchy. I do not really like t

[O] org-html-h

2015-01-26 Thread Sébastien Brisard
Hello, my blog (sbrisard.github.io) is entirely written with org-mode. Org-mode offers everything I need, except for one minor detail. It is very difficult to include the same CSS file in the html-head of several files located at various levels of the directory hierarchy. I do not really like t

Re: [O] Org-mode-publish: link to dedicated target accross files

2014-01-03 Thread Sébastien Brisard
Thanks for this quick answer. I have never built Org-mode myself (always relied on ELPA), but will give it a go and will report. Anyway, thank you for your dedication. Org is really a great tool ! Sébastien 2014/1/1 Nicolas Goaziou > Hello, > > Sébastien Brisard writes: > >

Re: [O] Org-mode-publish: link to dedicated target accross files

2013-12-31 Thread Sébastien Brisard
Hello, > yes, that might help. Org-file =references.org= is a list of bibliographic > > references. Each entry is actually an item in a description list, like so > > > > #+BEGIN_SRC > > - <> > > [[http://dx.doi.org/10.1016/0022-5096(62)90004-2][Hashinand Shtrikman > > (1962)]] :: Z. Hashin and

Re: [O] Org-mode-publish: link to dedicated target accross files

2013-12-30 Thread Sébastien Brisard
Sébastien 2013/12/30 Nicolas Goaziou > Hello, > > Sébastien Brisard writes: > > > Correction: CUSTOM_ID does not seem to work with description lists (it > > seems it only works with headings, *, **, ***, ...). > > It would be useful to know what you wrote in your Or

Re: [O] Org-mode-publish: link to dedicated target accross files

2013-12-30 Thread Sébastien Brisard
Correction: CUSTOM_ID does not seem to work with description lists (it seems it only works with headings, *, **, ***, ...). Sébastien 2013/12/30 Sébastien Brisard > Hi, > thanks for your answer. This indeed works. Is was sure I had already > tested this solution, with no success...

Re: [O] Org-mode-publish: link to dedicated target accross files

2013-12-30 Thread Sébastien Brisard
Hi, thanks for your answer. This indeed works. Is was sure I had already tested this solution, with no success... Thanks a lot!!! Sébastien 2013/12/30 Nicolas Goaziou > Hello, > > Sébastien Brisard writes: > > > that's what I feared... I know it works with

Re: [O] Org-mode-publish: link to dedicated target accross files

2013-12-29 Thread Sébastien Brisard
Hi, that's what I feared... I know it works with the CUSTOM_ID property. Unfortunately, I'd like to link to an item in a list. Is there a (possibly dirty) work around? Best regards, Sébastien 2013/12/29 Nicolas Goaziou > Hello, > > Sébastien Brisard writes: > > &g

[O] Org-mode-publish: link to dedicated target accross files

2013-12-29 Thread Sébastien Brisard
I'm facing a problem with links accross multiple org files, when I publish to HTML. Here is a minimal working example. file1.org looks like <> Target 1 [[target1][Go to target #1]] [[file:./file2.org::target2][Go to target #2]] while file2.org looks like <> Target 2 In emacs, when I click on