[O] bug#18870: bug#18870: \emsp and alignment in org clock report

2015-03-18 Thread Leo Ufimtsev
I can't speak for the technical details, but I get the sense that \emsp isn't the right thing to be displayed on an *agenda clock report* because agenda clock reports don't get exported (afaik). Even \__ is more preffered than an \emsp, as \emsp is not 'easy to read' per se. Since there are

Re: [O] [patch, koma-letter] Change of subject behavior

2015-03-18 Thread Nicolas Goaziou
Rasmus writes: > - (cdr (assoc (org-koma-letter--get-value key) > - org-koma-letter-special-contents))) > + (cdr (assoc-string (org-koma-letter--get-value key) > + org-koma-letter-special-contents))) AFAIU, this is a bugfix, so it should go in a separate commit. > +

Re: [O] [RFC] [PATCH] Warn about unexpanded macros on export

2015-03-18 Thread Jacob Gerlach
On Tue, Mar 17, 2015 at 6:38 PM, Nicolas Goaziou wrote: (re unresolved ID links) >See e0b19dedb99d3c01199a159a2da8f9aa4adb2f6f >> Updated fuzzy link patch attached. > Applied (with minor tweaks). Thank you. Thanks for the changes. I had some issues using the error messages to track down bad lin

Re: [O] Org to mindmap and back

2015-03-18 Thread Marcelo de Moraes Serpa
Hi Nick, Good catch, thanks. I'll try contacting him directly and will share my findings here. -- Marcelo On Wed, Mar 18, 2015 at 10:05 AM, Nick Dokos wrote: > Marcelo de Moraes Serpa writes: > > > Hi Dave, > > > > Yes, I'm aware of the freemind exporter. I'm not very fond of freemind > thoug

Re: [O] Include HTML fragments in HTML export

2015-03-18 Thread Rasmus
Hi, Titus von der Malsburg writes: > * My personal home page > ** Articles > #+INCLUDE "file1.html" html > > ** Posters > #+INCLUDE "file2.html" html This works in Org 8.3. Org 8.2 does not seem to insert blocks cf. org-export-expand-include-keyword. Hope it helps, Rasmus

[O] Include HTML fragments in HTML export

2015-03-18 Thread Titus von der Malsburg
Hi list, I use org mode to create my personal webpage via the HTML exporter. Some parts of my webpage are automatically generated (using bibtex2html) and stored as HTML fragments in separate files. I'd like to include the content of these files in the resulting document but there seems to be no

Re: [O] [proposal] timezone-aware timestamps enhancement

2015-03-18 Thread Ken Mankoff
On 2015-03-18 at 12:33, Eric S Fraga wrote: > On Wednesday, 18 Mar 2015 at 10:13, Randomcoder wrote: >> Currently, AFAIK when scheduling something in Org-Mode, the timestamp >> doesn't have a timezone. > > there is no specific solution unfortunately. Having spent a year living > and working acro

Re: [O] [proposal] timezone-aware timestamps enhancement

2015-03-18 Thread Eric S Fraga
On Wednesday, 18 Mar 2015 at 10:13, Randomcoder wrote: > Hi, > > Currently, AFAIK when scheduling something in Org-Mode, the timestamp > doesn't have a timezone. [...] > Thanks for taking the time to read this. I welcome any feedback on this > as I'm interested in how other people are solving thi

Re: [O] export code with backslashes

2015-03-18 Thread Charles C. Berry
On Wed, 18 Mar 2015, hy...@lactose.homelinux.net wrote: "Charles C. Berry" writes: (defun org-export-ascii-filter-code (text back-end info) "Replace `\\n' with `\\' in ascii code." (if (eq back-end 'ascii) (replace-regexp-in-string "\n" "\\\n" (org-babel-chomp

Re: [O] [ox, patch] Keywords & what should go in ox?

2015-03-18 Thread Rasmus
Nicolas Goaziou writes: > Rasmus writes: > >> Nicolas Goaziou writes: >> >>> We don't need a convoluted markup for that, let's keep it simple. >> >> But then you'd have to repeat data. E.g. >> >> #+KEYWORDS: my keywords for meta-data that should also be printed. >> my keywords for meta-data th

Re: [O] [ox] possible to modify org-export-document-properties OTG

2015-03-18 Thread Rasmus
Nicolas Goaziou writes: > Document properties are keywords where `org-element-context' is allowed > to return an object. It doesn't make sense to add random keywords > specific to some export back-ends to the list. I think something like SUBJECT in ox-koma-letter makes sense. But what I'm reall

Re: [O] Why don't datetrees use timestamps?

2015-03-18 Thread joakim
Nick Dokos writes: D> Reuben Thomas writes: > >> On 16 March 2015 at 16:52, Subhan Michael Tindall >> wrote: >> >> You can use a custom capture template and have timestamps of various >> sorts inserted. >> >> For example, I have one datetree I use that inserts a date/time stamp >

Re: [O] Multicite syntax

2015-03-18 Thread Richard Lawrence
Nicolas Goaziou writes: >> I ask because in that kind of context, I think it is generally going to >> be more useful to deal with citation objects as a whole. I am not sure >> we will want to treat citation-references as individual objects which >> are themselves exported; instead, I think we wi

Re: [O] Org to mindmap and back

2015-03-18 Thread Nick Dokos
Marcelo de Moraes Serpa writes: > Hi Dave, > > Yes, I'm aware of the freemind exporter. I'm not very fond of freemind > though, I find it clunky to use.  > > I really liked the minimalist style of the mind-mapping application shown in > the video (also the animation effects are cool, too). > Wo

Re: [O] Citation syntax: a revised proposal

2015-03-18 Thread Richard Lawrence
Hi Matt, Matt Price writes: > Just a note about Zotero: I think for most of us, the reason to export > into ODT and/or DOC is to circulate a paper either for review or > collaboration. Either case will likely involve some revision to citations, > which would ideally be handled through Zotero.

[O] [RFC][PATCH] Store links to named elements

2015-03-18 Thread Jacob Gerlach
In [1], storing links to named elements was discussed. AFAICT, no patches came from that discussion. The current behavior is that given: * Headline #+Name: foo org-store-link will store a link to `*Headline' rather than `foo'. Attached is a very rough first attempt at patching org-store-link to

Re: [O] export code with backslashes

2015-03-18 Thread hymie
"Charles C. Berry" writes: > (defun org-export-ascii-filter-code (text back-end info) > "Replace `\\n' with `\\' in ascii code." > (if (eq back-end 'ascii) > (replace-regexp-in-string > "\n" "\\\n" > (org-babel-chomp > (org-export-string-as text 'ascii t)

Re: [O] [patch, koma-letter] Change of subject behavior

2015-03-18 Thread Rasmus
Nicolas Goaziou writes: >> I have only tested the patch briefly as I need to actually produce a >> letter. But for the letter I'm writing export works fine. > > You sent a wrong patch. Ups. Let's try again. In the second patch I fix the no interpretation of #+SUBJECT. —Rasmus -- Lasciate

Re: [O] [patch, koma-letter] Change of subject behavior

2015-03-18 Thread Nicolas Goaziou
Rasmus writes: >>> + (:with-headline-opening nil nil >>> org-koma-letter-headline-is-opening-maybe) >> >> I don't think this line is required. > > It feels more consistent to provide the check through the definition, but > I'm not willing to pick a fight over this so it's back to just checking >

[O] [bug] Multi-day events aren't properly fontified in the agenda

2015-03-18 Thread Sebastien Vauban
Hello, Having 2 events such as: --8<---cut here---start->8--- ** Party during day 1 of the week-end <2015-03-21 Sat> ** Party during week-end <2015-03-21 Sat>--<2015-03-22 Sun> --8<---cut here---end--->8--- you'll see

[O] [proposal] timezone-aware timestamps enhancement

2015-03-18 Thread Randomcoder
Hi, Currently, AFAIK when scheduling something in Org-Mode, the timestamp doesn't have a timezone. Use-case example: Let's say Carsten Dominik schedules a meeting with someone, then jumps on a plane and travels to some place that's on a timezone difference of -/+ 3 hours. He will probably miss th