Dear orgmode developers,
Bug can be reproduces the following way:
Test.org with the content:
>>>
A picture follows.
[[file:img/a.JPG][file:img/a.thumb.JPG]]
<<<
Now use org-publish to generate nice html out of the org file (using the
org-publish-project-alist given in the appendix)
will fail wit
In (info "(org) Column groups")
There's an example:
--8<---cut here---start->8---
| N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
|---+-+-+-+-+|
| / | < | | > | < | > |
| 1 | 1 | 1 |
Matt Price writes:
> I have just been learning a very little bit about markdown, and love this
> syntax from markdown extra:
>
> ## Le Site ##{.main .shine #the-site lang=fr}
>
> The curly braces contain html attributes which are applied to the
> current html object
> (in this case, an ).
>
>
I have just been learning a very little bit about markdown, and love this
syntax from markdown extra:
## Le Site ##{.main .shine #the-site lang=fr}
The curly braces contain html attributes which are applied to the
current html object
(in this case, an ).
Does org support a similarly convenie
Kyle Meyer wrote:
> Matt Price wrote:
>> I have the notion I should be able to have emacs just insert the
>> template for me when the buffer is created. Maybe what I need is
>> "auto-insert-mode" but I can't quite figure out how to have it run a
>> function. Was hoping someone else had figured
Matt Price wrote:
> I have the notion I should be able to have emacs just insert the
> template for me when the buffer is created. Maybe what I need is
> "auto-insert-mode" but I can't quite figure out how to have it run a
> function. Was hoping someone else had figured it out already!
Perhaps
On Wed, Jul 1, 2015 at 2:49 AM, Eric S Fraga wrote:
> On Tuesday, 30 Jun 2015 at 20:40, Matt Price wrote:
> > Hi folks,
> >
> > I seem to remember, years ago, that when I created new org buffers the
> > default export template whould be inserted at the top of the file
> > automatically. Now I ca
My initial case was very similar to the one Michael described in the
telepresence example, except that in my case, I need to assign shifts
to people living in different timezones. I.e. I need to make sure that
a shift assigned to someone in Illinois will end at the same time when
the shift of someo
Hello,
Rasmus writes:
> Attached is a patch that works reasonably well to allow :float nil
> "floats" to have captions in ox-latex.
Thanks for the patch. A minor comment follows.
> + (attr (org-export-read-attribute :attr_latex element))
> + (nonfloat (and (member :float attr)
(pl
phcrama.e...@gmx.com writes:
> Hi Nicolas and Greg,
Hi Philippe, sorry for the late reply :(
> Thank you for applying my initial patch.
>
> Inspired by Greg's improvements to my patch, I'd like to propose the attached
> (presumptuously named) better-patch that I believe fixes the TODO of my
>
Eric S Fraga writes:
> On Tuesday, 30 Jun 2015 at 11:08, Nick Dokos wrote:
>> Eric S Fraga writes:
>>
>>> On Monday, 29 Jun 2015 at 21:17, Nick Dokos wrote:
The only reliable way of doing that is to use UTC as the "internal"
representation and translate to/from local time on external
>
Hi,
Aaron Ecay writes:
> AFAICS you sent the original message only to me. I’m replying also to
> the org mode list. You may want to resend the patch attachment though,
> since the quoting in this reply will probably mangle it.
http://permalink.gmane.org/gmane.emacs.orgmode/98791
??
> 2015
Hi Rasmus,
AFAICS you sent the original message only to me. I’m replying also to
the org mode list. You may want to resend the patch attachment though,
since the quoting in this reply will probably mangle it.
I have almost no time to follow org development these days (sadly).
However these are
Hello all,
2015ko ekainak 16an, Rainer M Krug-ek idatzi zuen:
> I don't think that it is that easy, as the new syntax is not equivalent
> to the old syntax. One example; defining one tangle target for the mother
> tree, and others for the child trees. This is by no means trivial (or
> even possibl
Alan Schmitt writes:
> In short, it exports the org file to another temporary org file (using
> the pandoc exporter that inherits from the org exporter), then it calls
> the pandoc binary to convert from org to the target format. The first
> step (org to temporary org) is used to extract some inf
Hello,
Mitchel Humpherys writes:
> It seems that my table of contents links are no longer using the
> CUSTOM_ID property. Here's a minimal example:
>
> * My Cool Section
> :PROPERTIES:
> :CUSTOM_ID: my-cool-section
> :END:
>
> * Other Section
> Please refer to [[#my-cool-section]].
Fix
Hello,
Scott Campbell writes:
> Unfortunately, everytime I update the org-plus-contrib package via
> orgmode.org/elpa the org-wikinodes.el file reverts and I have to fix it
> manually. Should the patch be propagating to the Org mode archive?
I cherry-picked it from maint. It should be available
Michael,
thanks for some brilliant use cases!
I particularly like the single event (a flight) that requires more than
one time zone to make sense. My diary is chock full of cases where it
looks like a flight out somewhere takes 2 hours but coming back takes
11! (strong winds ;-)
--
: Eric S F
Hi all
On Wed, Jul 1, 2015 at 8:27 AM, Eric S Fraga wrote:
> On Tuesday, 30 Jun 2015 at 11:08, Nick Dokos wrote:
>> In what way are you losing information?
>
> Sorry, should have been clear: the time zone information itself. By
> reducing to UTC, you lose one bit of information. Whether that ma
E.g., if installing on cygwin.
Hi,
It seems that my table of contents links are no longer using the
CUSTOM_ID property. Here's a minimal example:
--8<---cut here---start->8---
* My Cool Section
:PROPERTIES:
:CUSTOM_ID: my-cool-section
:END:
* Other Section
Please refer to [[#my-coo
21 matches
Mail list logo