[O] Bug: org-publish problem for pictures with thumbnails but without explicit width specification [7.9.3f (release_7.9.3f-17-g7524ef @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2015-07-01 Thread Dees, Jonathan
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

[O] Bug: table example in the manual doesn't export [8.3beta (release_8.3beta-1216-gb856f6 @ /home/youngfrog/sources/org-mode/lisp/)]

2015-07-01 Thread Nicolas Richard
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 |

Re: [O] markdown -like syntax for html classes?

2015-07-01 Thread Rasmus
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 ). > >

[O] markdown -like syntax for html classes?

2015-07-01 Thread Matt Price
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

Re: [O] insert default template when I create a new org buffer?

2015-07-01 Thread Kyle Meyer
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

Re: [O] insert default template when I create a new org buffer?

2015-07-01 Thread Kyle Meyer
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

Re: [O] insert default template when I create a new org buffer?

2015-07-01 Thread Matt Price
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

Re: [O] Time-zone in dates

2015-07-01 Thread Left Right
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

Re: [O] [patch, ox-latex] caption and :float nil

2015-07-01 Thread Nicolas Goaziou
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

Re: [O] [PATCH] org-contacts.el: Catch 'nextfile in org-contacts-db

2015-07-01 Thread Daimrod
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 >

Re: [O] Time-zone in dates

2015-07-01 Thread Nick Dokos
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 >

Re: [O] [patch, ox-latex] caption and :float nil

2015-07-01 Thread Rasmus
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

Re: [O] [patch, ox-latex] caption and :float nil

2015-07-01 Thread Aaron Ecay
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

Re: [O] Tangling takes long - profiling and calling R

2015-07-01 Thread Aaron Ecay
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

Re: [O] problem with ox-pandoc export

2015-07-01 Thread Nicolas Goaziou
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

Re: [O] ox-html: Table of Contents not respecting CUSTOM_ID

2015-07-01 Thread Nicolas Goaziou
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

Re: [O] PATCH Re: Bug: org-wikinodes: Failed to add wikinodes to `org-font-lock-extra-keywords'. [8.2.10 (8.2.10-30-gca21b7-elpa /home/scott/.emacs.d/elpa/org-20150202/)]

2015-07-01 Thread Nicolas Goaziou
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

Re: [O] Time-zone in dates

2015-07-01 Thread Eric S Fraga
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

Re: [O] Time-zone in dates

2015-07-01 Thread Michael Brand
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

[O] org-20150629 fails to install if gpg is not present (emacs 24.5.1)

2015-07-01 Thread Vitaly Lugovskiy
E.g., if installing on cygwin.

[O] ox-html: Table of Contents not respecting CUSTOM_ID

2015-07-01 Thread Mitchel Humpherys
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