[Orgmode] Bug: org-export-latex fails: void function [6.34c]

2010-03-12 Thread Uwe Brauer
. Hello In the environment below I obtain an error, which I attach, when I try to execute (org-export-as-latex nil) Uwe Brauer Emacs : XEmacs 21.4 (patch 21) Educational Television [Lucid] (i486-linux-gnu, Mule) of Sat May 3 2008 on terranova Package: Org

[O] how to bind keys in orgtbl-mode

2011-12-09 Thread Uwe Brauer
Hello how can I bind keys in Orgtbl minor mode? I would like to have the same binding as in org-mode (local-set-key [(control c) (control w)] 'org-table-wrap-region) (local-set-key [(control c) (control h)] 'org-table-insert-hline) But I don't find a orgtbl-mode-hook. Thanks Uwe

Re: [O] how to bind keys in orgtbl-mode

2011-12-09 Thread Uwe Brauer
Carsten Dominik wrote: (add-hook 'orgtbl-mode-hook (lambda () (org-defkey orgtbl-mode-map \C-c\C-w (orgtbl-make-binding 'org-table-wrap-region 1000 \C-c\C-w)) (org-defkey orgtbl-mode-map \C-c\C-h (orgtbl-make-binding 'org-table-wrap-region 1001

[O] orgtbl send and auto-capitalize-mode, cursor jumps

2011-12-10 Thread Uwe Brauer
{document} when I turn off auto-capitalize-mode then everything works as expected. Is there any workaround? thanks Uwe Brauer

Re: [O] orgtbl send and auto-capitalize-mode, cursor jumps

2011-12-10 Thread Uwe Brauer
On Sat, 10 Dec 2011 16:00:19 +0100, Carsten Dominik carsten.domi...@gmail.com wrote: Hi Uwe, I am not able to reproduce this. - Carsten Hi Carsten, Hm, I don't hope this is a xemacs thing. I will continue tracking down the problem. Just in case can you send me your version of

Re: [O] orgtbl send and auto-capitalize-mode, cursor jumps

2011-12-10 Thread Uwe Brauer
On Sat, 10 Dec 2011 16:00:19 +0100, Carsten Dominik carsten.domi...@gmail.com wrote: Hi Uwe, I am not able to reproduce this. - Carsten It seems a special configuration of auto-capitalize-mode with respect to texmathp. (autoload 'auto-capitalize-mode auto-capitalize Toggle

[O] orgtbl-to-latex: with hlines and |

2011-12-10 Thread Uwe Brauer
, but is there a simpler solution? Thanks Uwe Brauer

[O] Bug: get-face-font: Xemacs21.5.29: org-preview-latex-fragment [7.5]

2012-01-27 Thread Uwe Brauer
)Emacs closer to a word processor. Thank you Team! Uwe Brauer org-preview-bug.el Description: application/emacs-lisp Emacs : XEmacs 21.5 (beta29) garbanzo [Lucid] (i686-pc-linux, Mule) of Sat Nov 5 2011 on Burrurr Package: Org-mode version 7.5 current state: == (setq

[O] Xemacs: org-preview-latex-fragment, png not readable.

2012-01-28 Thread Uwe Brauer
for this behavior? Uwe Brauer The following attachment should be an integral. Xemacs: attachment: test3_7801a85c58c7aabc4553724e826b458ba08dda90.png Gnu Emacs attachment: test_7ceb32811fbcd1322f595ca60dcc47456c20b5fe.png

[O] Solved (was: Xemacs: org-preview-latex-fragment, png not readable.)

2012-01-28 Thread Uwe Brauer
On Sat, 28 Jan 2012 21:20:48 +0100, Uwe Brauer o...@mat.ucm.es wrote: Which does not work for Xemacs. Thanks to Julian Bradfield, the solution seems to be: (defun org-dvipng-color (attr) Return an rgb color specification for dvipng. (apply 'format rgb %s %s %s

[O] change call-process also for GNU emacs? (was: Solved)

2012-01-29 Thread Uwe Brauer
and therefore wrap a (if (featurep 'xemacs) Around my changes. If you want to have the changes I have in mind for call-process also for GNU Emacs, I think the maintainers should have a say. Uwe Brauer

[O] org-preview-latex-fragment and preview-copy-region-as-mml

2012-01-30 Thread Uwe Brauer
of org mode or auctex are interested in having a look? Uwe Brauer

[O] a kludge (was: [AUCTeX-devel] org-preview-latex-fragment and preview-copy-region-as-mml)

2012-01-30 Thread Uwe Brauer
On Mon, 30 Jan 2012 12:25:13 +0100, Antoine Levitt antoine.lev...@gmail.com wrote: Uwe Brauer (ccing gnus mailing list, in case someone is interested) I ran into that the other day. I think it would be very useful to have preview-buffer work on non-latex buffers

[O] patch (was: Solved)

2012-01-31 Thread Uwe Brauer
On Sat, 28 Jan 2012 23:33:24 +0100, Bastien b...@altern.org wrote: Hi Bastien, Here comes the patch (I tested it with Xemacs 21.5 and GNU emacs 23.1); I used the diff -u option and hope this is ok. Uwe --- org-old.el 2012-01-31 18:37:53.0 +0100 +++ org.el 2012-01-31

[O] lists in tables

2011-06-09 Thread Uwe Brauer
Hello Maybe I did look carefully enough into the manual, but it seems that lists are not supported insides tables. Is this correct? Are there any plans to support it? thanks Uwe Brauer

Re: [O] lists in tables

2011-06-09 Thread Uwe Brauer
Regarding Re: [O] lists in tables; Carsten Dominik carsten.domi...@gmail.com adds: On 9.6.2011, at 20:44, Nicolas Goaziou wrote: Are there any plans to support it? None that I know of. What does that even mean, lists in tables??? Well like a Word Processor like OO

[O] org-mode 7.5, save-excursion does not work in tables

2011-06-23 Thread Uwe Brauer
Hello I want a simple function which allows me to insert a new row before I wrap a region. (Because otherwise rows which already contain information get disordered.) Like (defun my-org-wrap-cell () (interactive) (save-excursion (progn (org-table-insert-row 1)

[O] spreadsheet, generate a column beg end

2014-03-25 Thread Uwe Brauer
Hello In most spreadsheets I know, it is possible to generate easily a column say starting in 365 ending in 23.[1] Is there any way to do this in the org spreadsheet, without a loop? thanks Uwe Brauer Footnotes: [1] (Or in matlab without a loop)

[O] sent (calendar,ics) invitation

2014-05-23 Thread Uwe Brauer
about it. I know there is an icalendar export function but I can not see how I could send an event as an invitation. thanks Uwe Brauer

[O] org-capture-templates and tables: HOWTO

2014-07-28 Thread Uwe Brauer
is wrong in my template? - could the target table have more than one column? thanks Uwe Brauer smime.p7s Description: S/MIME cryptographic signature

[O] [partial solution] (was: org-capture-templates and tables: HOWTO)

2014-07-28 Thread Uwe Brauer
Uwe == Uwe Brauer o...@mat.ucm.es writes: Hello I am using org-capture-templates for a while but now I would like to have a table in the target file, best would be something like this | File | Description

[O] Org Email Link Description Format: date nil

2014-09-05 Thread Uwe Brauer
[Email from Uwe Brauer: To: Uwe Brauer: Date: nil Subj: test ] Is this a bug? smime.p7s Description: S/MIME cryptographic signature

[O] org, tables export to html with colors?

2014-09-08 Thread Uwe Brauer
hi Is there a way to add colors to a org table such that the color appears in the html exported version. I know that *test* will give boldface, but colors? thanks Uwe Brauer smime.p7s Description: S/MIME cryptographic signature

[O] how to change floating point rep in the spreadsheet

2014-09-14 Thread Uwe Brauer
When I have a table with the following calculation (7/6)*(B+C+D+E) Which gives for example 7.000 But how can I change that format to 7? I thought (7/6)*(B+C+D+E);%0f But it did not work thanks Uwe Brauer

[O] [SOLVED] (was: how to change floating point rep in the spreadsheet)

2014-09-14 Thread Uwe Brauer
Uwe == Uwe Brauer o...@mat.ucm.es writes: When I have a table with the following calculation (7/6)*(B+C+D+E);%0f Sorry I forgot the . (7/6)*(B+C+D+E);%.1f That works as expected. Sorry for the noise Uwe Brauer

[O] spreadsheet: empty field should be an empty field.

2014-09-16 Thread Uwe Brauer
would prefer if this field remains empty. Any way of achieving this? Uwe Brauer smime.p7s Description: S/MIME cryptographic signature

Re: [O] spreadsheet: empty field should be an empty field.

2014-09-16 Thread Uwe Brauer
Uwe Brauer o...@mat.ucm.es writes: I think something like NaN was introduced to Org-tbls, but I don't remember the exact syntax, maybe try with 'nan': Http://lists.gnu.org/archive/html/emacs-orgmode/2012-12/msg00983.html Aha, so I would indeed get: | Name | Ex 1 | Ex2 | Ex

[O] LaTeX mode+ org-open-at-point (minor mode)

2013-03-21 Thread Uwe Brauer
know that I can embed latex code into a org buffer, however this is not what I am looking for. regards Uwe Brauer

[O] html email, math formula as pictures are not displayed.

2013-05-05 Thread Uwe Brauer
of the generated formulas, however in Xemacs, Ma gnus 0.6 I only see things like [image: $\|vk(t)\|_{Hs+1,}$], instead of , Is there anything in my gnus configuration I show change? thanks Uwe Brauer

[O] org-preview-latex-fragment is very picky

2013-05-05 Thread Uwe Brauer
Hello the following formula works well with org-preview-latex-fragment However $ \|vk(t)\|_{Hs+1,}$ Not nor $ \|vk(t)\|_{Hs+1,}$, Could that behaviour made a little less picky? thanks Uwe Brauer

Re: [O] org-preview-latex-fragment is very picky

2013-05-06 Thread Uwe Brauer
rasmus == rasmus Rasmus writes: Uwe Brauer o...@mat.ucm.es writes: Probably not. Note these are Org features irrespective of fragment preview. There was some talk about it not so long ago. Basically, it just happens that $·$ works as desired most of the time

[O] another example (was: org-preview-latex-fragment is very picky)

2013-05-07 Thread Uwe Brauer
#secure method=smime mode=sign "rasmus" == rasmus Rasmus writes: Uwe Brauer o...@mat.ucm.es writes: Probably not. Note these are Org features irrespective of fragment preview. There was some talk about it not so long ago. Basically, it just happens t

Re: [O] another example

2013-05-08 Thread Uwe Brauer
rasmus == rasmus Rasmus writes: Uwe Brauer o...@mat.ucm.es writes: Look the following examples \begin{displaymath} Xs,δ:=Hs,δ× Hs,δ+1× Hs,δ+1× Hs+1,δ+2 \end{displaymath} org-preview-latex-fragment does not work, change displaymath for equation, again org-preview-latex

Re: [O] org-mime

2013-05-14 Thread Uwe Brauer
) is very important to me and even if this approach may have disadvantages, it seems to me more universal than the javascript business. Uwe Brauer

[O] nested tables

2013-05-16 Thread Uwe Brauer
+-+-+-+ | | | | +-+-+-+ | | | | | +-+ | | | | | +-+-+-+ | | | +-+---+ Are there any plans that org-table would support such a table org-table-create-with-table.el does not work on this example. Uwe Brauer

Re: [O] nested tables

2013-05-17 Thread Uwe Brauer
Carsten == Carsten Dominik carsten.domi...@gmail.com writes: On 16.5.2013, at 23:40, Uwe Brauer o...@mat.ucm.es wrote: Hello Are there any plans that org-table would support such a table org-table-create-with-table.el does not work on this example. Hi

Re: [O] nested tables

2013-05-17 Thread Uwe Brauer
Carsten == Carsten Dominik carsten.domi...@gmail.com writes: On 17.5.2013, at 11:55, Uwe Brauer o...@mat.ucm.es wrote: Than orgtbl-ctrl-c-ctrl-c will format the table nicely (table.el has no such a feature). Yes it has, it automatically formats as you type. I started

[O] odt import

2013-05-17 Thread Uwe Brauer
Hello I just found in wikipedia http://en.wikipedia.org/wiki/Org-mode Claiming there are tools to import _from_ ODT. Is this true? I have never seen anything like this. Uwe Brauer

Re: [O] odt import

2013-05-19 Thread Uwe Brauer
Ethan == Ethan Ligon li...@are.berkeley.edu writes: Uwe Brauer oub at mat.ucm.es writes: Uwe Brauer Presumably a reference to https://bitbucket.org/josemaria.alkala/odt2org/wiki/Home I haven't used it, and it's rather old (predates org-elements, I think

Re: [O] org-export, table.el complex tables, latex html

2013-05-25 Thread Uwe Brauer
Nicolas == Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Uwe Brauer o...@mat.ucm.es writes: Org version 7.8.03 with Emacs version 21 You need to update Org. I cannot reproduce the problem on Org 8.0.3. Ok, I try. What's about orgtbl-to-latex does this work for you

[O] Xemacs 21.5.32 and org-8.03, compilation problems

2013-05-25 Thread Uwe Brauer
/oub/ALLES/xemacs/site-lisp/packages/org-8.0.3/lisp/ox-odt.el: Cannot open load file: table which is odd, since I have a (require 'table) in my edit file. Did anybody sucessfully compile the latest org version under Xemacs 21.5.X? Uwe Brauer

Re: [O] org-export, table.el complex tables, latex html

2013-05-26 Thread Uwe Brauer
Carsten == Carsten Dominik carsten.domi...@gmail.com writes: On 25.5.2013, at 22:09, Nicolas Goaziou n.goaz...@gmail.com wrote: Uwe Brauer o...@mat.ucm.es writes: What's about orgtbl-to-latex does this work for you also? It doesn't seem to. orgtbl-to-* does

Re: [O] Xemacs 21.5.32 and org-8.03, compilation problems

2013-05-30 Thread Uwe Brauer
Achim ==Achim Gratz strom...@nexgo.de writes: Uwe Brauer writes: I know that compiling org under Xemacs is delicate. I succeeded with 7.8.3 but it seems that the installation process has changed quite a bit. No, not really. Ok, good I edit the relevant

Re: [O] Xemacs 21.5.32 and org-8.03, compilation problems

2013-06-02 Thread Uwe Brauer
Achim == Achim Gratz strom...@nexgo.de writes: Uwe Brauer writes: There are at least a handful of functions that'd need compatibility macros /defuns on XEmacs and I don't know what turns up when these are out of the way, but the results were sketchy already on 7.x whenever I tried. Your

[O] Xemacs 21.5.32 org-8.03 almost

2013-06-09 Thread Uwe Brauer
give me a hint? Thanks Uwe Brauer

Re: [O] Xemacs 21.5.32 org-8.03 almost

2013-06-09 Thread Uwe Brauer
Achim == Achim Gratz strom...@nexgo.de writes: Uwe Brauer writes: (I had this issue for example in Ulf icalendar.el). I thought of wrapping (if (featurep 'xemacs) around the relevant code, till I found out that there is already a org-compat, so I added (require 'org-compat

Re: [O] Xemacs 21.5.32 org-8.03 almost

2013-06-09 Thread Uwe Brauer
Achim == Achim Gratz strom...@nexgo.de writes: Uwe Brauer writes: The strange this is that C-h f define-obsolete-function-alias tells me that the function is advised and points to org-compat but it seems not to work. I think it is possible that XEmacs treats advices a bit

[O] absurd (was: Xemacs 21.5.32 org-8.03 almost)

2013-06-10 Thread Uwe Brauer
and marks OLDFUN | as obsolete. ` When I byte compile org-agenda.el individually no such problem occurs. What is wrong? thanks Uwe Brauer smime.p7s Description: S/MIME cryptographic signature

Re: [O] absurd

2013-06-10 Thread Uwe Brauer
Achim == Achim Gratz strom...@nexgo.de writes: Uwe Brauer writes: Now the make process is getting absurd. What does that problem have to do with make? Because I can byte compile it manually, in dired via Shift-B! That I consider as bizarre, byte compiling works, but via make

Re: [O] absurd

2013-06-10 Thread Uwe Brauer
Achim == Achim Gratz strom...@nexgo.de writes: Achim Gratz writes: That cannot work since the byte-compiler necessarily sees both branches of the if clause. I've changed the advices to actually remove any arguments past the second from the argument list. That should allow

Re: [O] absurd

2013-06-10 Thread Uwe Brauer
Achim == Achim Gratz strom...@nexgo.de writes: Achim Gratz writes: That cannot work since the byte-compiler necessarily sees both branches of the if clause. I've changed the advices to actually remove any arguments past the second from the argument list. That should allow

Re: [O] absurd

2013-06-10 Thread Uwe Brauer
Achim == Achim Gratz strom...@nexgo.de writes: Uwe Brauer writes: Oops I just saw you second message. This new version I can obtain via git clone git://orgmode.org/org-mode.git I presume. If your current version was also obtained via git, then simply git checkout

Re: [O] absurd

2013-06-10 Thread Uwe Brauer
Achim == Achim Gratz strom...@nexgo.de writes: when executed in Xemacs returns Xemacs, when executed in GNU emacs returns GNUS. Yes, but the byte-compiler has to compile both branches, since the if is actually resolved at run-time. You'd need to use a compatibility

Re: [O] org-8.0.3+Xemacs 21.5.32: still problems

2013-06-13 Thread Uwe Brauer
Eric == Eric S Fraga Eric writes: Uwe Brauer o...@mat.ucm.es writes: Hello Thanks to Achim's change in org-compat, I could compile and load the new orgmode, without the complain about the obsolete function stuff. However there are still serious problems

[O] org-exp (was: org-8.0.3+Xemacs 21.5.32: still problems)

2013-06-13 Thread Uwe Brauer
Eric == Eric S Fraga Eric writes: Uwe Brauer o...@mat.ucm.es writes: Hello Thanks to Achim's change in org-compat, I could compile and load the new orgmode, without the complain about the obsolete function stuff. However there are still serious problems

Re: [O] org-exp

2013-06-14 Thread Uwe Brauer
Achim == Achim Gratz strom...@nexgo.de writes: Uwe Brauer writes: - 7.8.X had a file called org-exp.el. This file is now gone. What is it substitute??? What functionality is it you need from that file? I checked: this is the *essential* file to use org

Re: [O] org-exp

2013-06-14 Thread Uwe Brauer
Nick == Nick Dokos ndo...@gmail.com writes: Uwe Brauer o...@mat.ucm.es writes: Eric == Eric S Fraga Eric writes: Uwe Brauer o...@mat.ucm.es writes: (require 'ox) is the closest equivalent. But the exporter has changed so much that it would not be surprising

[O] serious problems with org-8 under Xemacs-21.5.32

2013-06-14 Thread Uwe Brauer
third error. Any comments? thanks Uwe Brauer org-8-bug-submit-bug Description: Binary data org-8-bug-preview Description: Binary data org-8-bug Description: Binary data

[O] face-at-point (was: serious problems with org-8 under Xemacs-21.5.32)

2013-06-14 Thread Uwe Brauer
Nick == Nick Dokos ndo...@gmail.com writes: Uwe Brauer o...@mat.ucm.es writes: Hello You need to set up auto-mode-alist in your init file: (add-to-list 'auto-mode-alist '(\\.org$ . org-mode)) Ok, I did this - I turned on org-mode and received and error I attach

[O] [partically solved] (was: serious problems with org-8 under Xemacs-21.5.32)

2013-06-14 Thread Uwe Brauer
Nick == Nick Dokos ndo...@gmail.com writes: so xemacs found an outline.el that did not define outline-previous-heading. Check which outline.el xemacs finds with M-x locate-library RET outline RET. It's probably a compiled file, but the corresponding outline.el should be in

Re: [O] face-at-point

2013-06-14 Thread Uwe Brauer
Nick == Nick Dokos ndo...@gmail.com writes: Uwe Brauer o...@mat.ucm.es writes: The error is[fn:1]: I am sorry, this is also the fault of gnus-dired-attach Which by default uses this type of attachment, I have to look into it, how to change it on demand

Re: [O] face-at-point

2013-06-14 Thread Uwe Brauer
Nick == Nick Dokos ndo...@gmail.com writes: Uwe Brauer o...@mat.ucm.es writes: Eric Fraga has been prolific in providing solutions to these problems today. In addition to the client side solution (Use v instead of t) which solves the problem on the recipient's side, he provided

[O] org-odt-export-to-odt: hide text

2013-07-05 Thread Uwe Brauer
Hello Is there a possiblity to hide text in a org file, such then it is not displayed (or does not appear) in the odt file, I generated using org-odt-export-to-odt? thanks Uwe Brauer

Re: [O] org-odt-export-to-odt: hide text

2013-07-05 Thread Uwe Brauer
Eric == Eric S Fraga Eric writes: Uwe Brauer o...@mat.ucm.es writes: Hello I'm not sure if I have misunderstood your question or not but you can easily exclude whole subtrees from export by, for instance: #+title: The title #+EXPORT_EXCLUDE_TAGS: noexport

Re: [O] org-odt-export-to-odt: hide text

2013-07-05 Thread Uwe Brauer
On 07/05/2013 07:40 PM, Eric S Fraga wrote: #+begin_comment ... #+end_comment? does not work, the odt file contains #+begin_comment my text #+end_comment ? the issue is I want to write say one paragraph in Spanish and the next in German, again spanish then German, etc but the odt file

Re: [O] org-odt-export-to-odt: hide text

2013-07-06 Thread Uwe Brauer
Suvayu == Suvayu Ali fatkasuvayu+li...@gmail.com writes: On Fri, Jul 05, 2013 at 09:26:22PM +0200, Uwe Brauer wrote: the issue is I want to write say one paragraph in Spanish and the next in German, again spanish then German, etc but the odt file should only display one

[O] rotate tables

2013-10-20 Thread Uwe Brauer
Hi I googled a bit but found no solution to the problem of rotating a table such that | 1 | 2 | 3 | | 4 | 3 | 4 | becomes | 4 | 1 | | 3 | 2 | | 4 | 3 | Thanks Uwe Brauer

Re: [O] rotate tables

2013-10-20 Thread Uwe Brauer
Michael == Michael Brand michael.ch.br...@gmail.com writes: Hi Uwe On Sun, Oct 20, 2013 at 10:12 PM, Uwe Brauer o...@mat.ucm.es wrote: | 1 | 2 | 3 | | 4 | 3 | 4 | becomes | 4 | 1 | | 3 | 2 | | 4 | 3 | 1) mark table 2) M-x reverse-region 3

[O] function? (was: rotate tables)

2013-10-21 Thread Uwe Brauer
Michael == Michael Brand michael.ch.br...@gmail.com writes: Hi Uwe On Sun, Oct 20, 2013 at 10:12 PM, Uwe Brauer o...@mat.ucm.es wrote: | 1 | 2 | 3 | | 4 | 3 | 4 | becomes | 4 | 1 | | 3 | 2 | | 4 | 3 | 1) mark table 2) M-x reverse-region 3

[O] RLT (hebrew) tables and org-odt-export-to-odt problems

2013-10-23 Thread Uwe Brauer
as the following lines indicates. Then this table is displayed L2R. | פרויקט| לשמור| מגדל| פיזה| שעלה| 20| מיליון | אירו| השלים | לאחרונה.| I attach the odt file. This seems a sort of bug? Uwe Brauer pisa-inter.odt Description: application/vnd.oasis.opendocument.text

[O] reverse column or row.

2013-10-24 Thread Uwe Brauer
this to start with. Anybody has an idea? Thanks Uwe Brauer

Re: [O] reverse column or row.

2013-10-25 Thread Uwe Brauer
Michael == Michael Brand michael.ch.br...@gmail.com writes: Hi Michael, Anybody has an idea? This again I see in the category of fun with combinations of reverse-region (to reverse lines) and org-table-transpose-table: Maybe. Reverse row(s): Isolate the row(s) by adding

[O] function (was: reverse column or row.)

2013-10-25 Thread Uwe Brauer
Michael == Michael Brand michael.ch.br...@gmail.com writes: Here is a function but it just works for one row, if anybody wants to generalise it for more rows... (defun my-org-table-reverse-cells-in-row () Simple function to reverse cells in one row. (interactive) (save-excursion

[O] export to odt, change the default font.

2013-10-29 Thread Uwe Brauer
Hello I am searching the docs in order to configure the odt-export function. I cannot find anything concerning fonts. I would like to have hebrew text exported using a particular font. Can anybody give me a hint? thanks Uwe Brauer

Re: [O] RLT (hebrew) tables and org-odt-export-to-odt problems

2013-10-30 Thread Uwe Brauer
Jambunathan == Jambunathan K Jambunathan writes: Strangely enough, I don't see your answer on gmane. In LibreOffice, Right click on the table-Table-Text Direction-Right-to-Left. Aha, Now, does what you see seem right to you? Yes indeed it does!! I fiddled around with a

[O] NOT SOLVED Re: RLT (hebrew) tables and org-odt-export-to-odt problems

2013-10-30 Thread Uwe Brauer
Jambunathan == Jambunathan K Jambunathan writes: In LibreOffice, Right click on the table-Table-Text Direction-Right-to-Left. Now, does what you see seem right to you? Sorry, my answer was premature. Your solutions, converts the order of all rows, but this is not correct in

[O] org-odt-export-to-odt, tables bug in OO

2013-10-30 Thread Uwe Brauer
it on the org mailing list. thanks Uwe Brauer now johnny smith ka...@krovatka.su told me: , | | notwithstanding dave's comment, the odt seems either defective or | incompatible with aoo (which may be aoo's fault as well). more | specifically, the tables are quite lonely within their sections

Re: [O] RLT (hebrew) tables and org-odt-export-to-odt problems

2013-10-31 Thread Uwe Brauer
Jambunathan == Jambunathan K Jambunathan writes: In LibreOffice, Right click on the table-Table-Text Direction-Right-to-Left. I attach three files. r2ltableOO.odt has been generated by OO, and displays the text as intended. r2ltableorg.org is the org file and displays the text

Re: [O] RLT (hebrew) tables and org-odt-export-to-odt problems

2013-11-04 Thread Uwe Brauer
Jambunathan == Jambunathan K Jambunathan writes: Hi Jambunathan, Uwe I am venturing in to the wild here and it will take multiple iterations for me to even get a feel for what needs to be happen. I am not even sure what is right or wrong here. Anyways...

Re: [O] RLT (hebrew) tables and org-odt-export-to-odt problems

2013-11-04 Thread Uwe Brauer
On 11/04/2013 07:08 AM, Jambunathan K wrote: I suggest that you pass me an Org file, that has the right bidi-paragraph-direction (as a local variable) and has the right set of bidi markers. Here are the attached files. hebrew.ott Description:

Re: [O] function?

2013-11-06 Thread Uwe Brauer
Bastien == Bastien b...@gnu.org writes: Hi Bastien, Hi Uwe, Uwe Brauer o...@mat.ucm.es writes: Don't forget to add such useful functions to http://orgmode.org/worg/org-hacks.html I came to the conclusion, that the function is not useful, so I don't think I will post

Re: [O] RLT (hebrew) tables and org-odt-export-to-odt problems

2013-11-06 Thread Uwe Brauer
Jambunathan == Jambunathan K Jambunathan writes: Uwe r2ltableorg.org is the org file and displays the text as intended. However not all of the text was written in logical order by GNU emacs, but copied from some other sources. I am venturing in to the wild here and it will

Re: [O] function?

2013-11-06 Thread Uwe Brauer
Bastien == Bastien b...@gnu.org writes: Hi Uwe, Uwe Brauer o...@mat.ucm.es writes: I never used this site you mentioned, how can I copy the code? Simply send me your public key and I'll give you access to the Worg git repository. s/mime or (gnu)pgp? My pgp key is 14

Re: [O] function?

2013-11-07 Thread Uwe Brauer
Bastien == Bastien b...@gnu.org writes: Hi Uwe, Uwe Brauer o...@mat.ucm.es writes: I never used this site you mentioned, how can I copy the code? Simply send me your public key and I'll give you access to the Worg git repository. Then you'll be able to clone like

[O] linguistic, covington style: problems with org-preview-latex-fragment

2013-11-14 Thread Uwe Brauer
to do? Uwe Brauer test-cov.pdf Description: Binary data

[O] export tables to html and odt, table borders

2014-02-04 Thread Uwe Brauer
and cannot find this variable. What is the corresponding new variable? Is there anything similar for the odt exporter? thanks Uwe Brauer

[O] org-odt-export-to-odt: tables: column and row spacing: configure

2014-03-07 Thread Uwe Brauer
Hello I use org-odt-export-to-odt quite a bit. How can I configure it in order to set a different column and row spacing for tables? The default one is to large for my taste, Thanks Uwe Brauer

[O] print org files with org-preview-latex-fragment dvpng

2012-09-11 Thread Uwe Brauer
Hello I use org-preview-latex-fragment quite a bit. Is there a possibility to print a file with the generated png such as? Of course I could export the file to html and then print the resulting html file as a pdf file. But I thought there might be a quicker way? Thanks Uwe Brauer

Re: [O] print org files with org-preview-latex-fragment dvpng

2012-09-11 Thread Uwe Brauer
On Tue, 11 Sep 2012 11:52:45 -0400, Nick Dokos nicholas.do...@hp.com wrote: Uwe Brauer o...@mat.ucm.es wrote: Opening the file in emacs and selecting Print buffer from the file menu did not work for me for some reason, but opening the file with the ``display'' program (from

[O] org-preview-latex-fragment: error log and vertical space

2012-12-04 Thread Uwe Brauer
Test there is less vertical space (when displayed in thunderbird say) between the text and the formula than Test Why? Thanks Uwe Brauer

Re: [O] org-preview-latex-fragment: error log and vertical space

2012-12-04 Thread Uwe Brauer
On Tue, 04 Dec 2012 15:58:27 +0100, Bastien b...@altern.org wrote: Hi Uwe, Uwe Brauer o...@mat.ucm.es writes: I really enjoy the org-preview-latex-fragment function, - However, sometimes I make typos and then org-preview-latex-fragment fails naturally

[O] org-mime-htmlize and org-preview-latex-fragment

2012-03-22 Thread Uwe Brauer
-preview-latex-fragment either the png is not exported or I obtain an error message of the sort: Unknown conversion type nil for latex fragments. Is this easy to implement the org-preview-latex-fragment support for org-mime-htmlize? Thanks Uwe Brauer

Re: [O] org-mime-htmlize and org-preview-latex-fragment

2012-03-22 Thread Uwe Brauer
On Thu, 22 Mar 2012 23:34:08 +0100, Uwe Brauer o...@mat.ucm.es wrote: Now org-mime-htmlize allows me to htmlize a message buffer but seems not to work with org-preview-latex-fragment either the png is not exported or I obtain an error message of the sort: Unknown conversion

Re: [O] org-mime-htmlize and org-preview-latex-fragment

2012-03-27 Thread Uwe Brauer
On Mon, 26 Mar 2012 07:31:19 -0400, Eric Schulte eric.schu...@gmx.com wrote: Uwe Brauer o...@mat.ucm.es writes: This functionality certainly used to work (and was one of my main reasons for using org-mime-htmlize). There is a new error in the `org-export-string' function

Re: [O] org-mime-htmlize and org-preview-latex-fragment

2012-03-27 Thread Uwe Brauer
On Tue, 27 Mar 2012 12:22:53 +0200, Bastien b...@gnu.org wrote: Eric Schulte eric.schu...@gmx.com writes: I am very confused the code in question contains a line of the sort: (org-export-with-LaTeX-fragments dvipng) Me too. This should be

[O] org-mime-htmlize: visual representation (thunderbird)

2012-03-27 Thread Uwe Brauer
similar to org-mime-htmlize, it sends latex math as png. However there are better* displayed, I attach the relevant eml file below. Could org-mime-htmlize use the structure of latex-it? Thanks Uwe Brauer Attachments: first org, then latex-it ---BeginMessage--- Integral $$\int fdx=0

Re: [O] org-mime-htmlize: visual representation (thunderbird)

2012-04-01 Thread Uwe Brauer
latex formulas, however only $$ are allowed no equations (which makes it inferior to org-preview-latex-fragments) In any case I attached the wrong eml file (the one with just one page) I now attach the eml with the embedded formula. Maybe some useful information can be extracted. Uwe Brauer

Re: [O] org-mime-htmlize: visual representation (thunderbird)

2012-04-10 Thread Uwe Brauer
On Sun, 01 Apr 2012 12:38:12 -0400, Eric Schulte eric.schu...@gmx.com wrote: I'm not clear on how this differs from the messages produced using org-mime-htmlize, and it has been a while since I've looked into email mime mechanics. However, since the emails generated using

Re: [O] org-mime-htmlize: visual representation (thunderbird)

2012-04-11 Thread Uwe Brauer
On Wed, 11 Apr 2012 00:23:54 -0400, Eric Schulte eric.schu...@gmx.com wrote: Uwe Brauer o...@mat.ucm.es writes: Uwe Hi Uwe, Thanks for sending along this helpful review. I've just pushed two changes to org-mime so that it now (1) wraps html and images

Re: [O] org-mime-htmlize: visual representation (thunderbird)

2012-04-12 Thread Uwe Brauer
On Wed, 11 Apr 2012 09:38:46 -0400, Eric Schulte eric.schu...@gmx.com wrote: Hi Uwe, Uwe Brauer o...@mat.ucm.es writes: OK, for my own edification I had changed the message body from (I'm hoping these are sufficiently quoted to survive mailing) ,[original

  1   2   3   4   5   6   7   8   9   10   >