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
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
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 |
>> |--+
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
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
=
>>
>> 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
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
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
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
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
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:
>
>
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
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
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...
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
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
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
17 matches
Mail list logo