Hi François,
François Pinard writes:
> #+CAPTION: This is a table with lines around and between cells
> #+ATTR_HTML: border="2" rules="all" frame="border"
You need to use :options now:
#+CAPTION: This is a table with lines around and between cells
#+ATTR_HTML: :options bord
François Pinard writes:
> There does not seem to be any reference to HTML_STYLE in the Org manual.
> (Org version 7.9.3e (7.9.3e-1751-g8c47da) — taken this morning).
I guess Sébastien meant #+HTML_HEAD -- #+HTML_STYLE does not exist
anymore.
--
Bastien
Hi Simon,
Simon Thum writes:
> I now get:
This should be fixed by Feng patch that I just applied, thanks for
reporting it.
--
Bastien
Hi Dieter,
Dieter Wilhelm writes:
> before 8pre images [[file:example.png]] where imported left aligned into
> html now they are centred.
I don't see this. Maybe you configure the the #figure class in your
CSS so that figures are centered?
> Image links
> [[http://example.com][file:example.
Hi Feng,
Feng Shu writes:
> From 4eb305cdf2f7c59b8e014514c0409d4da2eb9eab Mon Sep 17 00:00:00 2001
> From: Feng Shu
> Date: Sun, 7 Apr 2013 11:12:09 +0800
> Subject: [PATCH] [PATCH] org-contacts.el , fix bugs about 'tel and 'note
> properties
Applied, thanks.
--
Bastien
Thank you. Appreciate your help.
- Daya
On Thu, Apr 4, 2013 at 6:08 AM, Bastien wrote:
> Hello,
>
> daya writes:
>
> > There are some tasks on which I would like spend a specified time of the
> day. I
> > would like to set a per-day effort on these tasks. The current effort
> system
> > s
Hello,
** Nicolas Goaziou [2013-04-06 22:58:43 +0200]:
> Hello,
> Vladimir Lomov writes:
>> Hello, the following simple Org document
>> #+BEGIN_SRC org
>> ,#+OPTIONS: LaTeX:dvipng ^:{}
>> This is small example $\exp^{\imath\phi}=\cos\phi+\imath\sin\phi$.
>> #+END_SRC
>> gives me wrong HTML ex
>From 4eb305cdf2f7c59b8e014514c0409d4da2eb9eab Mon Sep 17 00:00:00 2001
From: Feng Shu
Date: Sun, 7 Apr 2013 11:12:09 +0800
Subject: [PATCH] [PATCH] org-contacts.el , fix bugs about 'tel and 'note
properties
* contrib/lisp/org-contacts.el (org-contacts-vcard-format): fix bug
prvious intruduce
Hi, Org people.
I took a few hours today to move the Org generation for a few of my Web
pages to the new exporter, and after a bit of debugging to understand
how some changes were meant, got the impression that it mainly works!
I'll have to wander around when I'll find some more free time, looking
It seems like enough of org's export formats have the concept of page
breaks that a generic syntax might be warranted -- I'm finding myself
doing lots of exporting to multiple formats. What do people think of
that? Emacs already has a convention of using ascii 12 as a page
delimiter (though control
At Sat, 6 Apr 2013 13:07:03 -0500,
John Hendy wrote:
>
> What's the output of =M-x org-version= ?
Hi John,
I was using 7.9.2. Following your suggestions, I upgraded to 8.0-pre,
and switched to the new syntax for selecting longtable. It's all
perfect now, thanks, very much appreciated!
cheers,
Thorsten Jolitz writes:
> Samuel Wales writes:
>
> Hi Samuel,
>
>> IIUC, I don't think this is related. The idea is not to edit source
>> code in Org buffers, and it is not to use a Navi buffer or to do
>> navigation.
>>
>> The idea is to be in my-lisp.el, and do C-c ', and get to a canonic
Bastien writes:
> Bernt Hansen writes:
>
>> I've noticed some differences since upgrading for creating headlines but
>> I haven't checked if this is due to my local setup yet.
>
> Feel free to throw all oddities that you notice, even with no deep
> test, it will help a lot.
>
>> Here is what I'm
Dear list,
before 8pre images [[file:example.png]] where imported left aligned into
html now they are centred. Image links
[[http://example.com][file:example.png]] are *still* imported left
aligned!?
I could live with a new default for images or links when
#+attr_html: :options align="left"
wou
Nicolas Goaziou writes:
> Thorsten Jolitz writes:
>
>> Nicolas Goaziou writes:
>>
>>> No. The "d:" item only applies to regular drawers.
>>>
>>> `property-drawer' elements are not among them. Back-ends handle these
>>> beasts as they see fit (they usually ignore them, as you can tell).
>>
>> I
Thorsten Jolitz writes:
> Nicolas Goaziou writes:
>
>> No. The "d:" item only applies to regular drawers.
>>
>> `property-drawer' elements are not among them. Back-ends handle these
>> beasts as they see fit (they usually ignore them, as you can tell).
>
> I actually have a use-case where I woul
On Sat Apr 06 2013 at 17:24, Michael Brand wrote:
> But instead of the above I use this for ediff generally, it persists
> in Org mode:
You just solved the most annoying little usage problem I've had -
thanks!
Cheers -
bw
--
Bill White . bi...@wolfram.com
"No ma'am, we're musicians."
Nicolas Goaziou writes:
> No. The "d:" item only applies to regular drawers.
>
> `property-drawer' elements are not among them. Back-ends handle these
> beasts as they see fit (they usually ignore them, as you can tell).
I actually have a use-case where I would like to export the
property-drawer
Michael Brand writes:
Hi Michael,
> On Sat, Apr 6, 2013 at 11:32 PM, Thorsten Jolitz wrote:
>> the problem is, if I call e (ediff) from Magit and want to merge (e.g.)
>> my branch with the master branch, I don't really have access to both
>> versions - only to the version from the checked out b
Hi Bastien,
Thanks for the fast response!
I now get:
Debugger entered--Lisp error: (void-variable tel)
(if tel (progn (progn (setq phones-list (split-string tel "[,;: ]+"))
(setq result "") (while phones-list (setq result (concat result "TEL:"
(car phones-list) "\n")) (setq phones-list (cdr
Hi Thorsten
On Sat, Apr 6, 2013 at 11:32 PM, Thorsten Jolitz wrote:
> the problem is, if I call e (ediff) from Magit and want to merge (e.g.)
> my branch with the master branch, I don't really have access to both
> versions - only to the version from the checked out branch.
>
> ediff then gives m
Hello,
Thorsten Jolitz writes:
> Shouldn't the
>
> ,-
> | :EXPORT_OPTIONS: d:t
> `-
>
> setting in the following minimal org-file export the property-drawer for
> this subtree too?
>
> ,---
> | * header1
> | :PROPERTIES:
> | :EXPORT
On 05/04/13 17:51, Holger Wenzel wrote:
Hi Guido,
I wanted to install the MobileOrg app on my iPhone, but iTunes claims
that there is no such app in the Belgian App Store?!
Did I miss something?
did you go to,
http://mobileorg.ncogni.to/
?
It looks like it's currently not available in the
"Robert P. Goldman" writes:
> Quite some time ago, I incorporated reftex into my use of org mode, per
> a suggestion on Worg:
>
> ;;;---
> ;;; Use reftex with org-mode, per Worg
> ;;;--
Nicolas Goaziou writes:
Hello,
> The new exporter distinguishes between subtree export (toggled with C-s
> key within the dispatcher) and region export. In the old exporter, C-c @
> + export command would give you a subtree export. This is not the case
> in the new exporter. You have to explicit
"Sebastien Vauban"
writes:
> I got into the same trouble days ago. Nicolas' answer was to use the new
> syntax therefore, that is:
> #+HTML_STYLE: ...
There does not seem to be any reference to HTML_STYLE in the Org manual.
(Org version 7.9.3e (7.9.3e-1751-g8c47da) — taken this morning).
Fra
Marc-Oliver Ihm writes:
Hi,
> if I need to ediff two org-files, I just switch their buffers back to
> fundamental mode temporarily. Not elegant, but works.
the problem is, if I call e (ediff) from Magit and want to merge (e.g.)
my branch with the master branch, I don't really have access to bot
Hi Bernt,
Bernt Hansen writes:
> I've noticed some differences since upgrading for creating headlines but
> I haven't checked if this is due to my local setup yet.
Feel free to throw all oddities that you notice, even with no deep
test, it will help a lot.
> Here is what I'm currently experien
Bastien writes:
> Hi Bernt,
>
> Bernt Hansen writes:
>
>> My workaround for the adding items to the ends is to remark the subtree
>> restriction. I have added speed keys P, F, W, and N in my setup for
>> narrow to project, narrow to file, widen, and narrow to subtree
>> respectively.
>
> Note t
Hi Volker,
writes:
> running Org-mode version 7.8.11 under GNU Emacs 23.4.1
> (x86_64-pc-linux-gnu, GTK+ Version 2.24.10) I am stumbling over a
> problem with babel/plantuml: Exporting a file with simple demo data
> leads to a png file with error msg "@startuml empty
> description". Evaluating t
Hello,
Vladimir Lomov writes:
> Hello, the following simple Org document
> #+BEGIN_SRC org
> ,#+OPTIONS: LaTeX:dvipng ^:{}
>
> This is small example $\exp^{\imath\phi}=\cos\phi+\imath\sin\phi$.
> #+END_SRC
>
> gives me wrong HTML export, see attached html file.
It should be #+OPTIONS: tex:dvipn
Hi Simon,
Simon Thum writes:
> (setq org-contacts-matcher "BIRTHDAY<>\"\"|ADR<>\"\"|EMAIL<>\"\"|TEL<>\"\"")
>
> to be able to find contacts not having an email. Something like it would
> need to become the new default.
This now uses
(mapconcat 'identity (list org-contacts-email-property
John Hendy writes:
> I'll keep thinking through it. For now, I got Windows working by
> simply editing ox-odt directly and replacing zip with zip.exe :)
The only reason I can think of why this should help is that you
somewhere have a file named "zip" (without any extension) in your path
and before
Hi Simon,
Simon Thum writes:
> I suspect some require
> is missing in org-contacts.
In fact, `org-install-letbind' was called while not existing in
current Org. So org-contacts.el tried to load the org-exp.el file
that comes with your Emacs and that we never want to load when
using pre-8.0.
I
Eric Schulte writes:
> Alternately this could be a page on Worg, but I think it is
> important enough to be included in the manual.
Agreed. In such cases, Worg can be used as a "sand-box" for fast
writing and quick review by others. Then when the doc is mature
enough, a patch against the manu
Hi Mats,
Mats Kindahl writes:
> I've got the necessary papers and am working on it. I don't expect any
> problems, it's just red tape.
Great, I added you to this page:
http://orgmode.org/worg/org-contribute.html#sec-6-2
> I'll be back once I have the signatures I need.
Thanks!
--
Bastien
Hi Bernt,
Bernt Hansen writes:
> My workaround for the adding items to the ends is to remark the subtree
> restriction. I have added speed keys P, F, W, and N in my setup for
> narrow to project, narrow to file, widen, and narrow to subtree
> respectively.
Note that you can narrow to subtree w
Hi Michael,
Michael Brand writes:
> Is there any opinion or help on how to improve this?
I used (sit-for 3) after the message to increase the odds
that the user gets it.
--
Bastien
Hi,
if I need to ediff two org-files, I just switch their buffers back to
fundamental mode temporarily.
Not elegant, but works.
regards, Marc
Am 06.04.2013 11:47, schrieb Thorsten Jolitz:
Hi List,
many files on Worg have this startup option:
,--
| +STARTUP:...
Hi Guido,
>
> I wanted to install the MobileOrg app on my iPhone, but iTunes claims
> that there is no such app in the Belgian App Store?!
>
> Did I miss something?
did you go to,
http://mobileorg.ncogni.to/
?
It looks like it's currently not available in the app store. At least in
Germany I
Hi Bastien,
On 4/5/2013 8:57 PM, Bastien wrote:
Hi Charles,
Charles writes:
Is there a reason why Richard Dillon's YouTube Hack Emacs org-mode talks
are not included in the Org Tutorials? For instance
An overview of Org Mode -
http://www.youtube.com/watch?v=6W82EdwQhxU
Actually this one
Samuel Wales writes:
Hi Samuel,
> IIUC, I don't think this is related. The idea is not to edit source
> code in Org buffers, and it is not to use a Navi buffer or to do
> navigation.
>
> The idea is to be in my-lisp.el, and do C-c ', and get to a canonical
> entry in my-org.org, then do C-c
Christian Moe christianmoe.com> writes:
> I don't know how to do it from the agenda selection, but here's a pretty
> simple way to do it in the document buffer using Babel:
>
> #+NAME: list2csv
> #+BEGIN_SRC emacs-lisp :var match="topic2"
> (mapconcat 'identity
> (org-map-
Hi List,
many files on Worg have this startup option:
,--
| +STARTUP:... fold ...
`--
what leads to trouble when there is a merge-conflict in (Ma)git to be
resolved manually with e(diff), because the different versions of the
Org-file are the
Hello,
Here are some tests with the colnames parameter *and* the Emacs Lisp language
for the "echo" code block. They're giving results I don't understand...
Note that functionally the same "echo" code block in other languages (I tested
R and sh) does return the expected results.
* Input table
C
John Hendy writes:
> I'll keep thinking through it. For now, I got Windows working by
> simply editing ox-odt directly and replacing zip with zip.exe :)
Is this that easy? And is it needed for all Windows users who
do not install Cygwin? If so, the simple variable could do.
--
Bastien
On Sat, Apr 6, 2013 at 1:09 PM, Bastien wrote:
> Hi John,
>
> John Hendy writes:
>
>> I guess there's no time like the present for learning some lisp.
>
> :)
>
>> *If* I can figure out how to do this, it would be a simple variable to
>> set the name of the zip utility. I'd add documentation speci
Hi John,
John Hendy writes:
> I guess there's no time like the present for learning some lisp.
:)
> *If* I can figure out how to do this, it would be a simple variable to
> set the name of the zip utility. I'd add documentation specific to
> Windows linking to INFO-zip or some other utility, i
On Fri, Apr 5, 2013 at 9:40 PM, Simon Guest wrote:
> Dear Org-mode people,
>
> I have an Org mode document containing a longtable, which has its
> heading row split over two lines. Exporting this to Latex doesn't work.
What's the output of =M-x org-version= ?
If it's > 7.9.4f, you're on the new
Alan Schmitt writes:
> Here is the postamble that is generated here:
>
>
> Author: Me
> Created: 2013-04-06 Sat 19:25
> Generated by http://orgmode.org";>Org mode
> 8.0-pre in http://www.gnu.org/software/emacs/";>Emacs
> 24.2.93.1.
> href="http://validator.w3.org/check?uri=referer";>Validate
John Hendy writes:
> Agreed as well.
+1
> It drives me crazy to have posted to the list a couple times
> recently for someone to tell me where, exactly, something is only to
> find out there was, indeed, a link in the paragraph I was looking at
> but didn't see it!
I hereby declare you "Head o
On Fri, Apr 5, 2013 at 7:10 PM, Bastien wrote:
> Hi John and David,
>
> If one of you can provide a patch for this, that'd be great.
>
I guess there's no time like the present for learning some lisp.
*If* I can figure out how to do this, it would be a simple variable to
set the name of the zip u
On Sat, Apr 6, 2013 at 3:23 AM, Alexander Poslavsky
wrote:
>
> On 1 Apr 2013, at 15:14, John Hendy wrote:
>
> I find the links difficult to spot in Worg sometimes, especially
> depending on monitor angle and current brightness setting. Is this an
> issue for anyone else?
>
> I fiddled around in /
Bastien writes:
> Hi Eric,
>
> Eric Schulte writes:
>
>> I'm nervous about such a patch at the last minute.
>
> Please go ahead and apply it, that's the best way to find problems.
Done. Thanks,
--
Eric Schulte
http://cs.unm.edu/~eschulte
Hi,
running Org-mode version 7.8.11 under GNU Emacs 23.4.1
(x86_64-pc-linux-gnu, GTK+ Version 2.24.10) I am stumbling over a
problem with babel/plantuml: Exporting a file with simple demo data
leads to a png file with error msg "@startuml empty
description". Evaluating the code block results in a
Hello,
Nicolas Goaziou writes:
> I cannot reproduce your problem.
>
> With the current Org buffer:
>
> --8<---cut here---start->8---
> #+language: en
> #+author: Me
> #+options: postamble:t author:t date:t
> * Headline
> Body
> --8<---cut here
Hi Eric,
Eric Schulte writes:
> I'm nervous about such a patch at the last minute.
Please go ahead and apply it, that's the best way to find problems.
--
Bastien
>
> Of these I would guess that the following 7 should be updated to use the
> org-babel-result-cond macro.
>
> scheme ruby ocaml matlab js haskell asymptote
>
> I don't know if we want to try to make these changes before the 8.0
> release. I personally could update and test js, scheme, ocaml an
Hello,
Alan Schmitt writes:
> Ah, I see. What I don't understand is why the default postamble can
> display the date, as it's also using %d:
>
> Original value was
> (("en" "Author: %a (%e)\nDate:
> %d\nGenerated by %c\n class=\"xhtml-validation\">%v"))
I cannot reproduce your problem.
With
"Sebastien Vauban" writes:
> Eric,
>
> Eric Schulte wrote:
>> I would agree that this (meaning raw implies scalar) should either occur
>> for all languages or for none.
>
> I think this is something interesting, but I wonder now if we wouldn't loose
> more than we would win. I mean: how would one
Achim Gratz writes:
> Sebastien Vauban writes:
>> Achim Gratz wrote:
>>> Elisp is different from all other languages: it doesn't do any
>>> processing of strings to begin with for value returns. The reason that
>>> Perl processes "raw" results is that org-babel-result-cond does not
>>> switch to
On 06/04/13 16:15, Christopher Allan Webber wrote:
Cool, thanks for that info!
Ian Barton writes:
On Fri, Apr 05, 2013 at 11:02:56AM -0500, Christopher Allan Webber wrote:
Ian Barton writes:
On 01/04/13 13:08, Vincent Beffara wrote:
Yes, I mean, I know which html you need for that, simply
Cool, thanks for that info!
Ian Barton writes:
> On Fri, Apr 05, 2013 at 11:02:56AM -0500, Christopher Allan Webber wrote:
>> Ian Barton writes:
>>
>> > On 01/04/13 13:08, Vincent Beffara wrote:
>> >
>> >> Yes, I mean, I know which html you need for that, simply within o-blog
>> >> you need to m
Bastien writes:
> Hi Alan,
>
> Alan Schmitt writes:
>
>> I'm building a small web site using org-mode, and I cannot find out how
>> to have a short title in the head of the generated html, and a longer
>> one in the body.
>>
>> Is this possible?
>
> Nope, this is not possible -- or maybe a ugly h
Nicolas Goaziou writes:
> Hello,
>
> Alan Schmitt writes:
>
>> I have a more serious issue: it seems that '%d' is no longer taken into
>> account. To reproduce, try exporting the following:
>>
>> #+BEGIN_SRC org
>> # -*- org-export-allow-bind-keywords: t -*-
>>
>> #+TITLE: Testing the date
>> #+B
Hi,
I just updates to the latest org and found the vcard export no longer
works. I get
Exporting...
let*: Symbol's function definition is void: org-install-letbind
Debug gets me:
Debugger entered--Lisp error: (void-function org-install-letbind)
(org-install-letbind)
(let* ((filename (or
Nicolas Goaziou écrivit :
> I have pushed a fix in master branch. Does it solves the problem?
It solves,
Maurice
should practice writing in English to submit the first.
Hi Ippei,
Ippei FURUHASHI writes:
> Thanks for looking at these patch.
> I found a bug introduced at
> http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=bd8ff1aade6c46f701f466035ef75ab8ee82c8fe
> which I made.
> Could you apply this (attached) patch for them please?
Done, thanks!
--
Bastie
Hi Bastien,
Thanks for looking at these patch.
I found a bug introduced at
http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=bd8ff1aade6c46f701f466035ef75ab8ee82c8fe
which I made.
Could you apply this (attached) patch for them please?
Thanks in advance,
IP
>From 24a18f1ffdc38dfd297960d9b06a12f
Hello,
> #+DATE: {{{modification-time(%Y-%m-%d)}}}
>
> is working when I'm exporting individual files but now when I'm trying
> to publish I'm getting:
>
> Generating tree-style sitemap for Die Dünenhof-Seite [15 times]
> byte-code: Bad timestamp `((macro (:key modification-time :value
> {{{modif
Bastien,
one more thing: I have
(setq org-contacts-matcher "BIRTHDAY<>\"\"|ADR<>\"\"|EMAIL<>\"\"|TEL<>\"\"")
to be able to find contacts not having an email. Something like it would
need to become the new default.
Cheers,
Simon
On 04/05/2013 08:42 AM, Bastien wrote:
Hi Simon,
Simon Thum
Hi,
seem like I am losing the work/home distinction. Not terribly useful (to
me at least), so ok.
I do have several contact with more than one number though, and I also
like to use spaces to delineate phone number part, like [country SPACE
city SPACE subscriber]. Therefore it would be useful
Nicolas Goaziou writes:
> Hello,
>
>> Sorry I don't get it completely.
>> I'd like to have as the DATE value the current change time of the file.
>> You mean that I should set this with the Emacs timestamp facility? Like:
>
>> #+DATE: Time-stamp: " "
>
> If you're exporting a buffer associated
Hi,
After using jekyll and o-blog a while I just fiddled around more in depth with
org-publishing.
I must say it is starting to convince me to stop using to wrapp my org
generated html files with a wrapper like jekyll etc.
Org-publishing seems to have all I need to do it directly.
But I need an
Hi Christian,
Christian Moe writes:
> Looks like gmane has a problem. The most recent message I see is 5 April
> 10:05.
Ah, thanks for confirming.
I dropped an email to Lars, but I guess he knows.
--
Bastien
Hi,
Looks like gmane has a problem. The most recent message I see is 5 April
10:05.
Yours,
Christian
Bastien writes:
> I'm reading emacs-orgmode through Gmane and was surprised to not see
> any new message for the last few hours. Maybe Gmane does not deliver
> emails properly -- can anyone co
I'm reading emacs-orgmode through Gmane and was surprised to not see
any new message for the last few hours. Maybe Gmane does not deliver
emails properly -- can anyone confirm the problem is on Gmane and not
on my side ?
I'm reading through the mailing list for now.
Thanks,
--
Bastien
On 1 Apr 2013, at 15:14, John Hendy wrote:
> I find the links difficult to spot in Worg sometimes, especially
> depending on monitor angle and current brightness setting. Is this an
> issue for anyone else?
>
> I fiddled around in /style/worg.css a bit and didn't land on anything
> too great. I
On Fri, Apr 05, 2013 at 11:02:56AM -0500, Christopher Allan Webber wrote:
> Ian Barton writes:
>
> > On 01/04/13 13:08, Vincent Beffara wrote:
> >
> >> Yes, I mean, I know which html you need for that, simply within o-blog you
> >> need to manage between relative paths, absolute paths, canonical p
79 matches
Mail list logo