Re: [Orgmode] [Arik Mitschang] org-mode ASCII export of in-word LaTeX symbols support

2010-10-15 Thread Arik Mitschang
Awesome! Thanks for the quick action. ~Arik Carsten Dominik writes: > Yes, I saw this and just applied tha patch. > > Thanks. > > - Carsten > > On Oct 15, 2010, at 9:29 AM, Noorul Islam K M wrote: > > > > > I am not sure whether this is already forwarded. I am forwarding this > > t

[O] Bug: org-table latex export does not honour alignment [7.5]

2011-09-06 Thread Arik Mitschang
When exporting a file to latex, the alignment of tables within that file specified via the in-table , or fields are not honoured. For example: |-+--+--+--+--| |-+--+--+--+--| | long header | header a | header

Re: [O] Bug: org-table latex export does not honour alignment [7.5]

2011-09-08 Thread Arik Mitschang
Hi Eric, Thanks for the response. Yes, I'm aware of that, but it seems unnecessary when I have already used the alignments in the table (and of course if you want HTML to be the same alignment as latex then you would have to do both). I have a patch that fixes this issue and behaves the same when

[Orgmode] Bug: org-capture - org-vm store link requires buffer file not always present [7.4]

2011-02-09 Thread Arik Mitschang
In VM if you have created a virtual folder, the buffer is not associated with any file. However, during org-capture a function called org-vm-store-link requires that the buffer (the vm folder in this case) be associated with a file causing a type-mismatch error. I can fix the problem with the follo