Re: [O] absurd

2013-06-10 Thread Uwe Brauer
>> "Achim" == Achim Gratz 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 you to c

Re: [O] absurd

2013-06-10 Thread Uwe Brauer
>> "Achim" == Achim Gratz 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 you to c

Re: [O] absurd

2013-06-10 Thread Uwe Brauer
>> "Achim" == Achim Gratz 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 gi

Re: [O] absurd

2013-06-10 Thread Uwe Brauer
>> "Achim" == Achim Gratz 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 macro to

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

2013-06-13 Thread Uwe Brauer
itute??? - when trying to use gnus, some errors popped up, I attach the bug trace. - when I try to open a org file or to fire up my favourite org-preview-latex-fragment function another error pops up. Bug trace attached. Thanks Uwe Brauer org-bug-8.03-3 Description: Binary data

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

2013-06-13 Thread Uwe Brauer
>> "Eric" == Eric S Fraga writes: > Uwe Brauer 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. &g

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

2013-06-13 Thread Uwe Brauer
>> "Eric" == Eric S Fraga writes: > Uwe Brauer 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. &g

Re: [O] org-exp

2013-06-14 Thread Uwe Brauer
>> "Achim" == Achim Gratz 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?

Re: [O] org-exp

2013-06-14 Thread Uwe Brauer
>> "Nick" == Nick Dokos writes: > Uwe Brauer writes: >>>> "Eric" == Eric S Fraga writes: >> >> > Uwe Brauer writes: > (require 'ox) > is the closest equivalent. But the exporter has changed so much th

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

2013-06-14 Thread Uwe Brauer
- I tried to use org-submit-bug-report and received 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 writes: > Uwe Brauer 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 &

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

2013-06-14 Thread Uwe Brauer
>> "Nick" == Nick Dokos 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 the same

Re: [O] face-at-point

2013-06-14 Thread Uwe Brauer
>> "Nick" == Nick Dokos writes: > Uwe Brauer 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

Re: [O] face-at-point

2013-06-14 Thread Uwe Brauer
>> "Nick" == Nick Dokos writes: > Uwe Brauer 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

[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 writes: > Uwe Brauer 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_EXC

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 shou

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

2013-07-06 Thread Uwe Brauer
>> "Suvayu" == Suvayu Ali 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 th

[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 writes: > Hi Uwe > On Sun, Oct 20, 2013 at 10:12 PM, Uwe Brauer wrote: >> | 1 | 2 | 3 | >> | 4 | 3 | 4 | >> >> becomes >> >> | 4 | 1 | >> | 3 | 2 | >> | 4 | 3 |

[O] function? (was: rotate tables)

2013-10-21 Thread Uwe Brauer
>> "Michael" == Michael Brand writes: > Hi Uwe > On Sun, Oct 20, 2013 at 10:12 PM, Uwe Brauer wrote: >> | 1 | 2 | 3 | >> | 4 | 3 | 4 | >> >> becomes >> >> | 4 | 1 | >> | 3 | 2 | >> | 4 | 3 |

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

2013-10-23 Thread Uwe Brauer
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
like 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 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 an empty line

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

2013-10-25 Thread Uwe Brauer
>> "Michael" == Michael Brand 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 (end-of-line 1)

[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 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 functi

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

2013-10-30 Thread Uwe Brauer
>> "Jambunathan" == Jambunathan K 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 gen

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

2013-10-30 Thread Uwe Brauer
org mailing list. thanks Uwe Brauer now johnny smith 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. they | ha

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

2013-10-31 Thread Uwe Brauer
>> "Jambunathan" == Jambunathan K 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 as

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

2013-11-04 Thread Uwe Brauer
>> "Jambunathan" == Jambunathan K 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: application/vnd.oasis.opendocument.text-template

Re: [O] function?

2013-11-06 Thread Uwe Brauer
>> "Bastien" == Bastien writes: Hi Bastien, > Hi Uwe, > Uwe Brauer 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

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

2013-11-06 Thread Uwe Brauer
>> "Jambunathan" == Jambunathan K 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 writes: > Hi Uwe, > Uwe Brauer 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 (gn

Re: [O] function?

2013-11-07 Thread Uwe Brauer
>> "Bastien" == Bastien writes: > Hi Uwe, > Uwe Brauer 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. &

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

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

[O] resize png in org-toggle-latex-fragment

2015-10-29 Thread Uwe Brauer
le-factor (expt text-scale-mode-step text-scale-mode-amount))) (plist-put org-format-latex-options :scale (* 4.3 text-scale-factor (add-hook 'text-scale-mode-hook 'update-org-latex-fragment-scale) None of them worked for me. Does somebody know a different one? Thanks Uwe Brauer

Re: [O] resize png in org-toggle-latex-fragment

2015-10-29 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hello > I am using GNU emacs 25.0.50, and 8.3.1. > The png generated ny org-toggle-latex-fragment are too small for my > taste. > I found two solutions > (defun update-org-latex-fragments ()

[O] bind C-c C-c to org-ctrl-c-ctrl-c *only* when cursor is on table.

2015-12-06 Thread Uwe Brauer
when the cursor is on the org-table C-c C-c is bound to org-ctrl-c-ctrl-c Now I want to have that behavior in my org files. In a table C-c C-c should be bound to org-ctrl-c-ctrl-c but outside I want to bind it to another function. How can I achieve this? Thanks Uwe Brauer

[O] problem with org-babel-tangle

2015-12-07 Thread Uwe Brauer
Hello I have the following minimal example :tangle yes #+BEGIN_SRC emacs-lisp (setq-default fill-column 79) #+END_SRC I put my cursor into the code block and execute C-c C-v t and I obtain Tangled 0 code blocks from new.org C-c C-v f gives the same result. What do I miss? Thanks Uwe

Re: [O] problem with org-babel-tangle

2015-12-07 Thread Uwe Brauer
>>> "John" == John Kitchin writes: > Try > #+BEGIN_SRC emacs-lisp :tangle yes > (setq-default fill-column 79) > #+END_SRC thanks works nicely!

Re: [O] problem with org-babel-tangle

2015-12-07 Thread Uwe Brauer
>>> "Thomas" == Thomas S Dye writes: > Aloha Uwe Brauer, > Uwe Brauer writes: >> Hello >> >> I have the following minimal example >> >> :tangle yes >> >> #+BEGIN_SRC emacs-lisp >> (setq-default fill-column 79) >> #+END_SRC thanks works also nicely.

[O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Uwe Brauer
Hello I have some tables in comment blocks like #+begin_comment | Col1 | Col2 | |1 | Name1 | |2 | Name2 | |3 | Name3 | #+end_comment But within a comment org-ctrl-c-ctrl-c does not work. So I cannot reformat the table. How can I enable it? regards Uwe Brauer

[O] LaTeX-close-environment: org-close-template

2015-12-08 Thread Uwe Brauer
--close-template and obtain: #+begin_comment #+end_comment Does anybody know about such a function? Regards Uwe Brauer

Re: [O] LaTeX-close-environment: org-close-template

2015-12-08 Thread Uwe Brauer
> On Tuesday, 8 Dec 2015 at 10:34, Uwe Brauer wrote: > I don't. However, I find that using the easy templates (e.g. insert a src block, latex-insert-block, does the equivalent and better (in my opinion, of > course ;-). There isn't an entry for comment blocks

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Uwe Brauer
> On Tue, 8 Dec 2015, Uwe Brauer wrote: > Use an org src block and you will be able to edit natively via > org-ctrl-c-ctrl-c. AFAICS, this behaves like `comment' in other > respects. For me in GNU emacs 25.0.50.1 and org 8.3.1 the following works | Col1 | Col

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Uwe Brauer
> Uwe Brauer writes: > You need to load ob-org. Yes, ok I loaded it but #+BEGIN_SRC org :exports none | uwe | test | | |^ | | hall | | | | | | | | | #+END_SRC C-c C-c Does *not* lead to #+BEGIN_SRC org :exports none | uwe | test | | | |

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Uwe Brauer
> Uwe Brauer writes: > Indeed - org-at-table-p gives nil if the table is inside > a comment or inside a source block (or inside any other block > afaict). Well, how could this behavior be changed? I found it quite cumbersome.

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Uwe Brauer
>>> "Nick" == Nick Dokos writes: > Uwe Brauer writes: >> > Uwe Brauer writes: >> >> > Indeed - org-at-table-p gives nil if the table is inside >> > a comment or inside a source block (or inside any other block >

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Uwe Brauer
> Uwe Brauer writes: > Well, I'm not an expert on org syntax but reading the comments of > org-element.el, I see I was wrong about the other blocks: "greater > elements" can contain other elements (e.g. tables). The list of > &qu

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> The point is that I have emails which contains tables and I don't want >> to send these tables. So one possibility is to use comment blocks and >>

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > You can use drawers for that. No I cannot, I just found out about drawers, however they *are* exported, when calling org-mime-htmlize, so they don't serve my needs. Uwe Brauer > Regards,

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-09 Thread Uwe Brauer
>>> "Nick" == Nick Dokos writes: > Uwe Brauer writes: >> > Hello, >> > Uwe Brauer writes: >> >> >> > You can use drawers for that. >> >> No I cannot, I just found out about drawers,

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-09 Thread Uwe Brauer
> On Tue, 8 Dec 2015, Uwe Brauer wrote: > Sorry. You have to put the code into an edit buffer to be able to use > native org mode edit commands. I still do not understand what you mean by edit buffer, I copied the lines below in the *scratch* buffer (or it could be a messa

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-09 Thread Uwe Brauer
> Uwe Brauer writes: > OK - you can also select the drawers that you will (or will not) export. > See the doc for the variable org-export-with-drawers (which is what is > manipulated with the d: option above). Silly question: is there any keybinding for inserting a

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-09 Thread Uwe Brauer
> Uwe Brauer writes: > Not that I know of, but you can use > (info "(org) Easy templates") > to add a shortcut. Great works nicely. Thanks

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-09 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Wednesday, 9 Dec 2015 at 08:45, Uwe Brauer wrote: >> Really all these keys? : C-c ' C-c C-c C-c ' > Without the ":". > the sequence means edit the block in that block's language (C-

[O] orgtbl in latex files, problem

2015-12-10 Thread Uwe Brauer
e-map "\C-c\C-c" (orgtbl-make-binding 'org-ctrl-c-ctrl-c 1002 "\C-c\C-c" However when I put the cursor on the table and run C-c C-c it returns user-error: C-c C-c can do nothing useful at this location What is wrong? I am sure that worked before. Uwe Brauer

[O] [solved] (was: orgtbl in latex files, problem)

2015-12-10 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hello > I swear that usually worked in my latex files. > Situation: Sorry the problem was caused by these lines in my init file: (add-hook 'orgtbl-mode-hook (lambda () (org-defkey orgtbl-mode-map "

[O] orgtbl-insert-radio-table, latex and org-time-stamp-custom-formats

2016-02-24 Thread Uwe Brauer
generates a ? There are at least two solutions: - use the format $<2016-02-24 Wed>$ - or «2016-02-24 Wed» Now I used (customize-option (quote org-time-stamp-custom-formats)) and set it to ("«%m/%d/%y %a»" . "«%m/%d/%y %a %H:%M»") but it had no effect so far. Any comments? Thanks Uwe Brauer

[O] format of orgtbl-insert-table: format {|l|l|} and longtabu

2016-02-24 Thread Uwe Brauer
latex :lend " \\hline" | Name| Date | | Joe Doe | «2016-02-24 Wed» | \end{comment} How can I obtain it? Thanks Uwe Brauer

Re: [O] format of orgtbl-insert-table: format {|l|l|} and longtabu

2016-02-24 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> This is the usual setting, but I would like to obtain the following >> >> % BEGIN RECEIVE ORGTBL test >> \begin{longtabu}{|l|l|} >> \hline

Re: [O] orgtbl-insert-radio-table, latex and org-time-stamp-custom-formats

2016-02-24 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > What is the value of `org-display-custom-times'? Nil > Regards, thanks Uwe

Re: [O] format of orgtbl-insert-table: format {|l|l|} and longtabu

2016-02-24 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> But I don't know how to obtain >> >> \begin{longtabu}{|l|l|} > Like this: > | / | <>| <> | > | | hallo |

[O] org-time-stamp-custom-formats: change the default <> not suited for LaTeX export

2016-03-03 Thread Uwe Brauer
-time-stamp-custom-formats)) and set it to ("$«%d-%m-%Y %a»$" . "$«%d-%m-%Y %a %H:%M»$") but I cannot get rid of the < > Any comments? Thanks Uwe Brauer

Re: [O] org-time-stamp-custom-formats: change the default <> not suited for LaTeX export

2016-03-03 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > I cannot reproduce it. I get > \textit{\$«03-03-2016 jeu.»\$}. > The "\\textit{%s}" comes from `org-latex-active-timestamp-format'. You are right, I was in a latex file, using orgtbl-insert-table-or-matrix

[O] insert automatically row number in tables.

2016-03-07 Thread Uwe Brauer
.html But none of them worked for me the way I described it. Any comments or help? thanks Uwe Brauer

Re: [O] insert automatically row number in tables.

2016-03-07 Thread Uwe Brauer
BLFM: $1=@# > Regards, Yeah thanks the point is that one need to use C-u C-u C-c C-c Not C-c C-c Sorry for the noise. Uwe Brauer

[O] org export to latex tables, with hlines and |

2016-03-09 Thread Uwe Brauer
\ hline\" :environment tabular |/|<>| | | | \\end{comment} ") Does precisely what I want. Now I want the same behavior if I edit a table in a org buffer and export it to latex. Which variable needs to be set and how? thanks Uwe Brauer

Re: [O] org export to latex tables, with hlines and |

2016-03-10 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > IIUC you want to put a rule after every row in the table? If that's the > case, the straightforward way to do it is to explicitly put the rule in > your table: > |/|<>| > | | | > |-+--|

Re: [O] org export to latex tables, with hlines and |

2016-03-10 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > IIUC you want to put a rule after every row in the table? If that's the > case, the straightforward way to do it is to explicitly put the rule in > your table: > |/|<>| > | | | > |-+--| &g

Re: [O] org export to latex tables, with hlines and |

2016-03-10 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > IIUC you want to put a rule after every row in the table? If that's the > case, the straightforward way to do it is to explicitly put the rule in > your table: > |/|<>| > | | | > |-+--| &g

[O] export to markdown: a simpler version which is more suited for github etc

2016-03-12 Thread Uwe Brauer
simpler conversion? Thanks Uwe Brauer README-bitbucket.md Description: Binary data README.md Description: Binary data * README This README would normally document whatever steps are necessary to get your application up and running. ** What is this repository for? - Quick summary: Our cool

[O] temporary org-capture-templates

2016-03-14 Thread Uwe Brauer
;|%f| %U|%A|" :prepend t)))) But it does not work. Any suggestions? Thanks Uwe Brauer

[O] SOLVED (was: temporary org-capture-templates)

2016-03-14 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hi > I would like to one entry for the org-capture-templates > which will prompt for the file I want to save the capture. > So I tried > (setq org-capture-templates > '( > ("G" &q

[O] convert a mailbox or a vm folder to a org-mode file

2016-03-15 Thread Uwe Brauer
Hello Does somebody know a tool which would allow to convert a (unix) mailbox or a vm folder to the org-mode format? Thanks Uwe Brauer

[O] problem in orgtbl-to-latex math (Tabular)

2016-03-24 Thread Uwe Brauer
h if I take that table in an org buffer and export it to latex, then the math gets sourounded by \( \) as it should, but org-radio-table fails. What can I do? (You might point out that I should have used a matrix and not used $ in the table, that is correct but does not help me here. Uwe Brauer

Re: [O] problem in orgtbl-to-latex math (Tabular)

2016-03-24 Thread Uwe Brauer
On 03/24/2016 01:01 PM, Nicolas Goaziou wrote: > Hello, > > Uwe Brauer writes: > >> Take the following radio table in a latex file >> >> % BEGIN RECEIVE ORGTBL test >> % END RECEIVE ORGTBL test >> \begin{comment} >> #+ORGTBL: SEND test or

Re: [O] Multipart/Alternative reply to email?

2016-03-26 Thread Uwe Brauer
manager and follow the instructions for your .emacs > file, and don't forget to put I don't find these two package in the package manager, could you provide a pointer, please? Thanks Uwe Brauer

[O] problem with ob-octave (matlab)

2016-03-31 Thread Uwe Brauer
reading results: (beginning-of-buffer) Code block produced no output. However the code can be executed in matlab giving ans = a + b a - b Any comments? Thanks Uwe Brauer

Re: [O] problem with ob-octave (matlab)

2016-04-01 Thread Uwe Brauer
>>> "John" == John Kitchin writes: > sometimes setting :results to raw or code can help. > I occasionally have trouble when the results get interpreted as cons > cells, and maybe some other things too (in other languages but i think > it a general problem.) You mean #+BEGIN_SRC matl

Re: [O] problem with ob-octave (matlab)

2016-04-01 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Friday, 1 Apr 2016 at 08:30, Uwe Brauer wrote: >> You mean >> >> #+BEGIN_SRC matlab >> syms a b >> A=[a,b;b,a] >> eig(A) >> #+END_SRC >> >> #+R

Re: [O] problem with ob-octave (matlab)

2016-04-01 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > I don't have MATLAB on the system I'm on at the moment but trying your > (slightly modified) example with octave instead works: Aha! #+BEGIN_SRC matlab :results output syms a b A=[a,b;b,a] eig(A) #+END_SRC This worked as well! Thanks!

[O] orgmode and a database

2016-04-04 Thread Uwe Brauer
Hello I am looking for a sort of database I could use with orgmode. Anybody has a suggestion? What's about recutils? thanks Uwe Brauer

Re: [O] orgmode and a database

2016-04-05 Thread Uwe Brauer
>>> "Ken" == Ken Mankoff writes: > On 2016-04-04 at 15:46, Uwe Brauer wrote: >> I am looking for a sort of database I could use with orgmode. Anybody >> has a suggestion? What's about recutils? > Can you be more specific? Well my firs

Re: [O] orgmode and a database

2016-04-05 Thread Uwe Brauer
> Hi, > On 04/04/2016 03:46 PM, Uwe Brauer wrote: > I have been using recutils with orgmode for more than year - still > learning of course. So far, my experience has been fine. I am still > developing some sort of standard databases, e.g. one for contacts,

Re: [O] orgmode and a database

2016-04-05 Thread Uwe Brauer
>>> "Jose" == Jose E Marchesi writes: >> I have been using recutils with orgmode for more than year - still >> learning of course. So far, my experience has been fine. I am still >> developing some sort of standard databases, e.g. one for contacts, >> another for finance type of recor

Re: [O] orgmode and a database

2016-04-05 Thread Uwe Brauer
> Thanks. Could you please send me the mydate file otherwise that > will not work (and I don't know enough recfiles syntax to cook > up my own. > Sure. This could be an example of a recfile: Thanks that worked nicely!

Re: [O] orgmode and a database

2016-04-05 Thread Uwe Brauer
>>> "Jose" == Jose E Marchesi writes: >> 1) Using ob-rec.el (part of recutils) >> #+begin_src rec :data mydata.rec :type milestone :fields ProjectID,Name >> Year == 2014 >> #+end_src > #+begin_src rec :data mydata.rec :type milestone :fields ProjectID,Name > Year ==

[O] table.el orgmode export html or latex use table-generate-source

2016-04-06 Thread Uwe Brauer
org-table and in this process things like splitting cells are lost. So could org-export not call table-generate-source for either latex or html export? regards Uwe Brauer

Re: [O] table.el orgmode export html or latex use table-generate-source

2016-04-06 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> However when I try to export a org file with a table controlled by >> table.el I run into a problem. I have to convert it to a org-table and >> in this p

[O] org-ref export to html, note field is not shown

2016-04-06 Thread Uwe Brauer
known issue? thanks Uwe Brauer

[O] keybinding for inserting simple item, simple plain list

2016-04-07 Thread Uwe Brauer
Hello This must be completely trival, but I cannot find a solution in the manual nor in google. I would like to bind some key, say (super return) to a function which would insert a simple item in a list. (meta return) inserts in an org mode file, a heading. However (meta return) in message mode

Re: [O] keybinding for inserting simple item, simple plain list

2016-04-07 Thread Uwe Brauer
>>> "Adam" == Adam Porter writes: > org-meta-return (bound to M-RET by default) does this when you're in a plain > list. If you're not in a plain list, it inserts a heading. So just put the > point in a list and it should do what you want. I know this. > If you want a key to bo

Re: [O] keybinding for inserting simple item, simple plain list

2016-04-08 Thread Uwe Brauer
> Uwe Brauer writes: > I've never felt the need: once I'm in a list, I use M- to add > another item, but I always start the list with a dash and a space, typed > explicitly: nothing to go wrong, nothing to remember. BTW, that last > point is getting more

[O] export to odt is not per default in the export menu

2016-04-08 Thread Uwe Brauer
Hi When I use org-export-dispatch, then a list of possible formats pop up but odt is not among them. Only if I explicitly call org-odt-export-to-odt once, then this command pops up in the list. How can I change this behaviour and have the odt export function in the list?? Thanks Uwe Brauer

Re: [O] export to odt is not per default in the export menu

2016-04-08 Thread Uwe Brauer
> Uwe Brauer writes: > Somewhere in your init files, put (require 'ox-odt). Then it will always > be available. Take a look at the other ox-* files, many of them are > useful enough to always load by default. Thanks that worked fine!

[O] the role of org-odt-preferred-output-format etc

2016-04-10 Thread Uwe Brauer
to «Libreoffice», I changed that to «unoconv», but that did not help. Any suggestion? thanks Uwe Brauer

[O] org-readme-changelog-to-readme?

2016-04-10 Thread Uwe Brauer
Hello Maybe I misunderstood the function org-readme-changelog-to-readme: I thought I fire it up in a ChangeLog buffer and a README.org file is generated, but that seems not to be the case. What do I miss? Uwe Brauer

<    1   2   3   4   5   6   7   8   9   10   >