[O] org-readme-convert-to-markdown, or org-md-export-as-markdown in the export menu

2016-04-10 Thread Uwe Brauer
Hello How can I one or both of the above functions in the standard org export menu? thanks Uwe Brauer

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

2016-04-10 Thread Uwe Brauer
>>> "Eric" == Eric Abrahamsen writes: > Uwe Brauer writes: >> Hello >> >> Maybe I misunderstood the manual >> http://orgmode.org/manual/Extending-ODT-export.html >> and >> http://orgmode.org/manual/Configuring-

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

2016-04-10 Thread Uwe Brauer
>>> "Ken" == Ken Mankoff writes: > I convert to DOC with the following on OS X: > (use-package ox-odt > :ensure nil > :config (progn > (setq org-odt-preferred-output-format "doc") > (setq org-odt-convert-processes > '(("LibreOffice" "/path

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

2016-04-10 Thread Uwe Brauer
>>> "Ken" == Ken Mankoff writes: > On 2016-04-10 at 11:52, Uwe Brauer wrote: >> Thanks that works, as far as the setq are concerned, what is use-package >> supposed to do, in my GNU emacs 25 I cannot find it. > https://github.com/jwiegley/use-

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

2016-04-12 Thread Uwe Brauer
>>> "Ken" == Ken Mankoff writes: > On 2016-04-10 at 11:52, Uwe Brauer wrote: >> Thanks that works, as far as the setq are concerned, what is use-package >> supposed to do, in my GNU emacs 25 I cannot find it. > https://github.com/jwiegley/use-

[O] orgtbl-to-latex and orgtbl-to-html with boundaries and line

2016-04-15 Thread Uwe Brauer
this that this that However the produced table did not contain outer boundaries nor horizonal lines. I presume I have to change #+ORGTBL: SEND this orgtbl-to-html :splice nil :skip 0 to something else, but what? I googled for quite a while. thanks Uwe Brauer

Re: [O] orgtbl-to-latex and orgtbl-to-html with boundaries and line

2016-04-16 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > > This seem to be the problematic line. I would like that orgtbl-to-html would generate How can I achieve that? Uwe Brauer

[O] tables, comment in one line, export to html

2016-04-19 Thread Uwe Brauer
Hello I would like to have a table entry in which the last colum contains comments which I don't want to export to html. Like this | Joe Smith | 7 | 25 | 5 || 37 | | #+begin_comment from group B B #+end_comment | But this does not work. So how can I achieve it? thanks

Re: [O] tables, comment in one line, export to html

2016-04-19 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > one way to achieve that would be: > * Table example > ** Exported table > #+BEGIN_HTML > > #+END_HTML > #+BEGIN_HTML > > #+END_HTML > ** Internal table

Re: [O] tables, comment in one line, export to html

2016-04-19 Thread Uwe Brauer
>>> "Michael" == Michael Welle writes: > Hello, > Uwe Brauer writes: >> Hello >> >> I would like to have a table entry in which the last colum contains >> comments which I don't want to export to html. >>

Re: [O] tables, comment in one line, export to html

2016-04-19 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Tuesday, 19 Apr 2016 at 17:01, Fraga, Eric wrote: >> How about inline html: @@html:@@ > Sorry, I mistyped the HTML comment enclosure... this should be > @@html:@@ Cool, thanks very much I tried out | name | result | @@html:@@ | Smith

[O] org-mime-htmlize with latex math, no png

2016-04-19 Thread Uwe Brauer
HTML documents. So that is where mathjax seems more appropriate. Is there a similar possibility for org-mime-htmlize? thanks Uwe Brauer

Re: [O] org-mime-htmlize with latex math, no png

2016-04-19 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hi > Is there a similar possibility for org-mime-HTML? To answer my own question, looking into org-mime.el the answer is *no* sorry for the noise. Uwe Brauer

[O] orgmode and anova

2016-04-21 Thread Uwe Brauer
not the point. Any help is strongly appreciated. thanks Uwe Brauer

Re: [O] orgmode and anova

2016-04-22 Thread Uwe Brauer
#+begin_src R :results output :var myan1=myan1 summary(myan1) #+end_src The command summary directly extracts the information from that table. I hope that something similar is possible for the anova. thanks Uwe Brauer

Re: [O] tables, comment in one line, export to html

2016-04-26 Thread Uwe Brauer
> Hi Uwe > On Tue, Apr 19, 2016 at 1:08 PM, Uwe Brauer wrote: > I have the same need now and just hacked something simple together to > export > | / | / || | > | | 1n | 2y | 3y | Great!! thanks, I just tested it. So all columns hav

[O] feature proposal. Kill and yank columns

2016-04-28 Thread Uwe Brauer
a subject which comes up regularly. Is this so difficult to implement? Thanks and regards Uwe Brauer

Re: [O] feature proposal. Kill and yank columns

2016-04-28 Thread Uwe Brauer
>>> "Stig" == Stig Brautaset writes: > Uwe Brauer writes: >> Hi >> >> I know that I can delete columns but I miss a function which would >> *kill* a column, put it in the some ring (or register) and paste it. > Does `org-tab

Re: [O] feature proposal. Kill and yank columns

2016-04-28 Thread Uwe Brauer
> Hi! > Some time ago I wrote this function: > (defun mw-org-table-mark-column () > "Mark the column containing point. > This works only in org tables. > For tables with horizontal lines this function can fail." > (interactive) > (unless (org-at-table-p) (user-err

Re: [O] new rule to capitalise the first word in a sentence? but how?

2016-04-28 Thread Uwe Brauer
ne space please? This would be extremely useful for me as I tend >> to forget to capitalise the first word, but how can it be done please? > Would this help? > https://www.emacswiki.org/emacs/auto-capitalize.el This is even in MELPA! Uwe Brauer

Re: [O] feature proposal. Kill and yank columns

2016-04-29 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > There are `org-table-cut-region', `org-table-copy-region' and > `org-table-paste-rectangle'. In any case, you'll need the mark. If I need to mark the region in question, I could stick with kill-rectangle and frien

Re: [O] problems with auto-capitalise

2016-04-29 Thread Uwe Brauer
er." t) (autoload 'enable-auto-capitalize-mode "auto-capitalize" "Enable `auto-capitalize' minor mode in this buffer." t) Into a separate file say auto-cap-init.el Copy auto-capitalize.el into some easy to access directory Close emacs Restart emacs with emacs -Q Load auto-capitalize.el M-x set-variable debug-on-error t Open a file M-x auto-capitalize-mode And tell us what happen. I recently changed a call in auto-capitalize.el because of a bug in LaTeX mode. Uwe Brauer

Re: [O] problems with auto-capitalise

2016-04-29 Thread Uwe Brauer
> Uwe Brauer writes: > Thanks Uwe, comments inline > emacs 25.0.93.1 OS in the signature, Debian 8 Ok that is very similar to what I have 21.5.50 and Kubuntu 10.04. I run auto-capitalize without any problem. > For information about GNU Emacs and the GNU system,

Re: [O] problems with auto-capitalise

2016-04-29 Thread Uwe Brauer
>>> "Sharon" == Sharon Kimble writes: > Uwe Brauer writes: >> > Uwe Brauer writes: >> >> > Thanks Uwe, comments inline >> >> > emacs 25.0.93.1 OS in the signature, Debian 8 >> >>

[O] Bug: org links do not work in some latex files [8.3.4 (8.3.4-34-gacfd41-elpaplus @ /home/oub/.emacs.d/elpa/org-plus-contrib-20160411/)]

2016-05-19 Thread Uwe Brauer
/Examen2/README.org::*Overview][Overview]] \end{questions} `org-open-at-point' opens the first link, but not the one in the environment questions. regards Uwe Brauer Emacs : GNU Emacs 25.1.50.1 (i686-pc-linux-gnu, GTK+ Version 2.20.1) of 2016-01-19 Package: Org-mode version 8.3.4 (8.3

Re: [O] Bug: org links do not work in some latex files [8.3.4 (8.3.4-34-gacfd41-elpaplus @ /home/oub/.emacs.d/elpa/org-plus-contrib-20160411/)]

2016-05-21 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > `org-open-at-point' in an Org function, which is meant to be called in > an Org buffer. IIUC, you are calling it from a LaTeX buffer. Ok, but one link worked with this function. > `org-open-at-point-global' prov

Re: [O] Bug: org links do not work in some latex files [8.3.4 (8.3.4-34-gacfd41-elpaplus @ /home/oub/.emacs.d/elpa/org-plus-contrib-20160411/)]

2016-05-21 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> Ok, but one link worked with this function. > Sheer luck. `org-open-at-point' behaviour is undefined in non-Org > buffers. Note that, however, `org-open-at-

[O] lists in tables (latex export)

2016-05-23 Thread Uwe Brauer
reat if it could also support to export lists in tables. regards Uwe Brauer

Re: [O] lists in tables (latex export)

2016-05-24 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Monday, 23 May 2016 at 20:34, Uwe Brauer wrote: >> Are there any plans for the future concerning such a feature? > probably very difficult, I would guess. Alternatively, you could us > minipages and o

Re: [O] lists in tables (latex export)

2016-05-24 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Tuesday, 24 May 2016 at 09:59, Uwe Brauer wrote: > [...] >> That is interesting, I could not get your example to work, but this is >> due to lack of knowledge from my side. I will look into this in the &

Re: [O] lists in tables (latex export)

2016-05-25 Thread Uwe Brauer
> On Tuesday, 24 May 2016 at 21:00, Uwe Brauer wrote: > Interesting. If you want to get this approach to work with org, you are > more likely to need to put in the LaTeX directives into the org file > directly instead of the solution I suggested: > #+latex: \

[O] HTML (was: lists in tables (latex export))

2016-05-25 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Tuesday, 24 May 2016 at 09:59, Uwe Brauer wrote: > [...] >> That is interesting, I could not get your example to work, but this is >> due to lack of knowledge from my side. I will look into this in the &

Re: [O] [ANN] Remove XEmacs compatibility layer

2016-05-26 Thread Uwe Brauer
in fact it has happened before with gnus, and as it is most likely to happen with auctex in the near future). But given the email exchange on Xemacs beta in October last year about closing the whole Xemacs project, this comes barely as a surprise. Uwe Brauer

[O] radio tables centered AND vertical lines

2016-05-27 Thread Uwe Brauer
l|} but the second one \begin{tabular}{cc} How can I achieve \begin{tabular}{|c|c|} thanks Uwe Brauer

Re: [O] radio tables centered AND vertical lines

2016-05-27 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: > Try > | / | <> | <> | > | | | | > | | this | today| > | | that | tomorrow | Thanks very much! Works perfec

[O] tables: generate with column which contain hours

2016-06-07 Thread Uwe Brauer
:30 | | 10:00 | | 10:30 | | 11:00 | | 11:30 | | 12:00 | | 12:30 | | 13:00 | | 13:30 | | 14:00 | | 14:30 | | 15:00 | | 15:30 | | 16:00 | | 16:30 | | 17:00 | | 17:30 | regards Uwe Brauer

[O] extract a region from a table and export it

2016-06-14 Thread Uwe Brauer
Hi Is it possible to extract just say two regions from a huge table and convert it to say CSV? Uwe Brauer

Re: [O] extract a region from a table and export it

2016-06-14 Thread Uwe Brauer
lumns, it is not obvious for me that corresponds in the syntax above to columns. > #+RESULTS: > | 1 | a | > | 2 | r | > | 8 | y | > Uwe Brauer writes: >> Hi >> >> Is it possible to extract just say two regions from a huge table and >> convert it to say CSV? >> >> Uwe Brauer

Re: [O] extract a region from a table and export it

2016-06-14 Thread Uwe Brauer
>>> "John" == John Kitchin writes: Hi John, > can you write a little code block that filters the table for what you > want, and then convert that to a pdf? Great! Thanks a lot. This is a brilliant idea, on a second thought I would even say that I don't need orgtbl-to-csv, but I just want t

Re: [O] extract a region from a table and export it

2016-06-14 Thread Uwe Brauer
>>> "John" == John Kitchin writes: > How about: > #+tblname: grades > || H1 | H2 | H3 | Great exactly what I needed, thanks! Maybe such code should be included somewhere, (manual?) Uwe

[O] tag search seems not to work.

2016-06-16 Thread Uwe Brauer
othing was found, I expected, as in occur, a buffer showing me all the tags matching my search criterion, but there was none. What do I miss? thanks Uwe Brauer

[O] Some progress (was: tag search seems not to work.)

2016-06-16 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hi > I really never used tag search as provided by the agenda. So today I > just copied the examples of > http://orgmode.org/worg/org-tutorials/advanced-searching.html &

Re: [O] extract a region from a table and export it

2016-06-16 Thread Uwe Brauer
> Uwe Brauer writes: > See (info "(org) var") in particular the section on "Indexable variable > values". > Additionally, an empty index, or the single character ‘*’, > are both > interpreted to mean the enti

Re: [O] extract a region from a table and export it

2016-06-16 Thread Uwe Brauer
> Uwe Brauer writes: > See (info "(org) var") in particular the section on "Indexable variable > values". > Additionally, an empty index, or the single character ‘*’, are both > interpreted to mean the entire range and as such are

Re: [O] Some progress

2016-06-17 Thread Uwe Brauer
>>> "Marco" == Marco Wahl writes: > Uwe Brauer writes: >>>>> "Uwe" == Uwe Brauer writes: > I disagree. The agenda is based on agenda files. So it's clear that > the agenda-tag-search applies only to the agenda files.

Re: [O] extract a region from a table and export it

2016-06-17 Thread Uwe Brauer
> #+BEGIN_SRC emacs-lisp :var data=example-table[,0] > (mapcar 'list data) > #+END_SRC > #+RESULTS: > | 1 | > | 2 | > | 3 | > | 4 | thanks that worked great!

Re: [O] extract a region from a table and export it

2016-06-17 Thread Uwe Brauer
>>> "John" == John Kitchin writes: > (require 'dash) > #+tblname: tab2 > | 1 | a | 3 | > | 2 | b | 4 | > | 3 | c | 6 | > | 4 | d | 7 | > #+BEGIN_SRC emacs-lisp :var c0=tab2[,0] :var c2=tab2[,2] > (-zip-with 'list c0 c2) > #+END_SRC That does not work for me (I loaded

Re: [O] extract a region from a table and export it

2016-06-17 Thread Uwe Brauer
Thanks but none works for me in the following I will show my results #+tblname: tab2 | 1 | a | 3 | | 2 | b | 4 | | 3 | c | 6 | | 4 | d | 7 | #+BEGIN_SRC emacs-lisp :var c0=tab2[,0] :var c2=tab2[,2] c0 #+END_SRC #+RESULTS: : nil I obtain #+BEGIN_SRC emacs-lisp :var c0=tab2[,0] :var c2=tab2

Re: [O] extract a region from a table and export it

2016-06-17 Thread Uwe Brauer
> John Kitchin writes: D> the problem seems to be that c0 and c2 are set to nil for some reason. I > Or > #+BEGIN_SRC emacs-lisp :var c0=tab2[,0] :var c2=tab2[,2] > (cl-mapcar 'list c0 c2) > #+END_SRC Thanks but I obtain #+RESULTS: | 110 | 110 | | 105 | 105 | | 108 | 108 |

Re: [O] extract a region from a table and export it

2016-06-17 Thread Uwe Brauer
>>> "John" == John Kitchin writes: > Those look like characters somehow to me. What org version are you using? > and what emacs? Me? Emacs 25.1.5 and 8.3.4 Uwe

Re: [O] extract a region from a table and export it

2016-06-17 Thread Uwe Brauer
>>> "Rasmus" == Rasmus writes: > Uwe Brauer writes: >> > John Kitchin writes: D> the problem seems to be that c0 and c2 are set to nil for some reason. I >> >> > Or >> >> > #+BEGIN_SRC emacs-lisp :v

[O] tables: sum columns only in certain ranges of rows

2016-07-04 Thread Uwe Brauer
) So what is the most comfortable to obtain what I want? Thanks Uwe Brauer

[O] problem with lookup, count several string in one (or more) columns.

2016-07-04 Thread Uwe Brauer
Hello I tried to follow the instructions found in http://orgmode.org/worg/org-tutorials/org-lookups.html So I want to count all strings NP MH in the following table According to the instructions, the following will search the string MH. | group | round 1 | round 2 | |---+-+---

Re: [O] problem with lookup, count several string in one (or more) columns.

2016-07-05 Thread Uwe Brauer
> Uwe Brauer writes: > What about > #+TBLFM: @>$3='(+ (length(org-lookup-all "NP" '(@2$2..@-1$3) nil)) (length(org-lookup-all "MH" '(@2$2..@-1$3) nil))); > ? You mean | group | round 1 | round 2 | |---+-+

Re: [O] problem with lookup, count several string in one (or more) columns.

2016-07-05 Thread Uwe Brauer
> Uwe Brauer writes: > Yes. > Agreed. > Okay. > What about the following? > | group | round 1 | round 2 | > |---+-+-| > | A | | 2.4 | > | B | 4.7 | 11 | > | C |

[O] problems with alphabetic ordering in tables containing non ASCII chars

2016-07-05 Thread Uwe Brauer
resulting in | Álvarez | | Anton | | Arrieta | That is the way excel (which I try to avoid usually but which is doing the right thing), works, libreoffice ooffice is also on the wired side here. regards Uwe Brauer

Re: [O] problems with alphabetic ordering in tables containing non ASCII chars

2016-07-05 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: Thanks for the fast answer > Alphabetic ordering uses `string-lessp', which doesn't fulfill your > needs here. You can however, sort by an arbitrary function using f or > F key. Which function could you recommend?

[O] workflow, matlab+latex in org file

2016-07-11 Thread Uwe Brauer
d and all the matlab command should be ignored, that is in that case: ltxjac but nicely surrounded by say $. Anybody has an idea how to do this efficiently? thanks regards Uwe Brauer

Re: [O] workflow, matlab+latex in org file

2016-07-11 Thread Uwe Brauer
>>> "Ken" == Ken Mankoff writes: > I can't execute your code, Why not > but what does ":results output latex" show? > And what if you add the ";" to each line so it is not printed, except > the last, which is perhaps explicitly printed? You are right! Thanks. So I tried #+begin_

Re: [O] workflow, matlab+latex in org file

2016-07-11 Thread Uwe Brauer
>>> "John" == John Kitchin writes: > Here is an example using sympy. I think you will have to wrap the matlab > output in $$ yourself if that is what you want. Right. Using your example I obtain: , | | | < M A T L A B (R) > | Copyright 19

Re: [O] workflow, matlab+latex in org file

2016-07-11 Thread Uwe Brauer
>>> "John" == John Kitchin writes: > You might consider the alternative, no-frills approach below. I defined > a new execute function that strips the header and >> out of the output. > It won't support any kind of session or header variables, but if you > don't use those it might work

[O] a possible solution (was: problems with alphabetic ordering in tables containing non ASCII chars)

2016-07-12 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Uwe Brauer writes: >> Which function could you recommend? > I don't know. There may be something readily available in Emacs 25. > Otherwise, you'll have to write you own. It seems that the easie

Re: [O] workflow, matlab+latex in org file

2016-07-12 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Monday, 11 Jul 2016 at 12:32, Uwe Brauer wrote: >> Hello >> >> I want in a org file, to include matlab code and run it (that I know how >> to do) >> >> Then I want c

[O] BIDI and org-mime-htmlize

2015-03-13 Thread Uwe Brauer
Hello GNU emacs 24 has BIDI support, for languages such as Hebrew and Arabic. However when I write an email, and send it via say gnus, the mail text received it is displayed correctly with one restriction: The text is displayed in most mail agents, at the left margin instead of the right margin

[O] patch for BIDI support for org-mime.el

2015-03-29 Thread Uwe Brauer
*-ISO8859-8") (setq org-mime-bidi-support t) (set-input-method "hebrew-phonetic-qwerty" t) (message "R2L on and the hebrew qwerty keyboard!")) On off when switching back. Regards Uwe Brauer diff -u /home/oub/.emacs.d/elpa/org-plus-contrib-20130703/org-mim

[O] org-table: decimal numbers with a dot at the end: for example 10.

2015-06-24 Thread Uwe Brauer
| 2 | 10. | #+TBLFM: $14=$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13 The result is 10. Instead of 10 How can I get rid of the «.» at the end of the number? thanks Uwe Brauer

Re: [O] org-table: decimal numbers with a dot at the end: for example 10.

2015-06-24 Thread Uwe Brauer
Hi > Hello, > On Wed, 24 Jun 2015 10:22:43 +0200 > Uwe Brauer wrote: > you can put a format in the tblfm line, e.g.: > #+TBLFM: $14=$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13;%.0f > However, this cuts any numbers at the dot, that is a 10.5 would be > disp

Re: [O] org-table: decimal numbers with a dot at the end: for example 10.

2015-06-24 Thread Uwe Brauer
>> "Robert" == Robert Klein writes: > Hello, > On Wed, 24 Jun 2015 12:06:14 +0200 > Uwe Brauer wrote: >> >> Hi >> > Hello, >> > On Wed, 24 Jun 2015 10:22:43 +0200 >> > Uwe Brauer wrote:

[O] the (old) remember

2015-09-02 Thread Uwe Brauer
ode => 8 this is no longer possible, I must use org-capture instead, a functionality I like very much and use in different context, but a functionality which seems incompatible with the old mailbox format. Can somebody please confirm this, or tell me how to keep the mailbox format? Thanks Uwe Brauer

[O] Bug: org-toggle-latex-fragment fails, example included [8.3.1 (8.3.1-103-g366dc4-elpa @ /home/oub/.emacs.d/elpa/org-20150907/)]

2015-09-14 Thread Uwe Brauer
Hello For the following example, $$w∈ {C([0,T];H_{s,\delta} : \|w(0,\cdot )\|_{H_{s,\delta}} \leq M_0, w(t,x)\leq 0}$$ org-toggle-latex-fragment fails to generate a png org-mime-htmlize fails as well but a separate bug report will be submitted. The above example works for Xemacs 21.5.34 a

[O] Bug: org-mime-htmlize fails [8.3.1 (8.3.1-103-g366dc4-elpa @ /home/oub/.emacs.d/elpa/org-20150907/)]

2015-09-14 Thread Uwe Brauer
Hello For the following example, $$w∈ {C([0,T];H_{s,\delta} : \|w(0,\cdot )\|_{H_{s,\delta}} \leq M_0, w(t,x)\leq 0}$$ org-mime-htmlize fails with the following message Failed to create dvi file from /tmp/orgtex2867k_U.tex The above example works for Xemacs 21.5.34 and org 7.8.03!! E

Re: [O] Bug: org-toggle-latex-fragment fails, example included [8.3.1 (8.3.1-103-g366dc4-elpa @ /home/oub/.emacs.d/elpa/org-20150907/)]

2015-09-15 Thread Uwe Brauer
>>>>> "Charles" == Charles C Berry writes: > On Mon, 14 Sep 2015, Uwe Brauer wrote: >> >> Hello >> >> For the following example, >> >> $$w∈ {C([0,T];H_{s,\delta} : \|w(0,\cdot )\|_{H_{s,\delta}} \leq M_0, >> w(t,x

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

2014-02-04 Thread Uwe Brauer
iable? 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] 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
ation 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] orgmode aquivalent of hfill?

2016-07-25 Thread Uwe Brauer
. Can I do something like this using the org syntax? thanks Uwe Brauer

[O] pagebreak

2016-07-25 Thread Uwe Brauer
Hi I would like to write an org document export it to odt, and break pages manually. How can I achieve that? thanks Uwe Brauer

[O] verse (was: orgmode aquivalent of hfill?)

2016-07-25 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hi > I am currently writing an org document which I would like later to > convert to odt. > Moreover I want to have a structure, which in latex would look like this > My name \hfill You name. > So

Re: [O] pagebreak

2016-07-25 Thread Uwe Brauer
>>> "Robert" == Robert Klein writes: > Hi, > On Mon, 25 Jul 2016 18:59:46 + > Uwe Brauer wrote: >> Hi >> >> I would like to write an org document export it to odt, and break >> pages manually. How can I achieve tha

Re: [O] pagebreak

2016-07-26 Thread Uwe Brauer
> Uwe Brauer writes: > Did you add the PageBreak style (mentioned in the hint on the above > page) to your styles.xml? Check the value of org-odt-styles-dir for > where that file is read from. Hm, I was not sure about that part, so first did it without a modified sty

Re: [O] pagebreak

2016-07-26 Thread Uwe Brauer
> Uwe Brauer writes: > Did you add the PageBreak style (mentioned in the hint on the above > page) to your styles.xml? Check the value of org-odt-styles-dir for > where that file is read from. Ok I checked that also , | | org-odt-styles-dir is a variable de

Re: [O] verse

2016-07-26 Thread Uwe Brauer
>>> "Christian" == Christian Moe writes: > Uwe Brauer writes: >> It seems that the verse environment does what I want, it is however >> exported in a ugly font (type writer), how can I change that font. > See the manual, section 12.9.4 "A

Re: [O] pagebreak

2016-07-26 Thread Uwe Brauer
> Uwe Brauer writes: > Can you try the attached styles.xml? I just moved the style to another > place and I get the page break (whereas I did not get it with your > original styles.xml). But I really don't know the rules: somebody else > might be able to offe

Re: [O] verse

2016-07-28 Thread Uwe Brauer
> Uwe Brauer writes: > Export a document to ODT with the ugly verse environment, then either > locate the 'OrgVerse' style in the LibreOffice 'Stylist' and edit it > there, or simply right-click on a verse and choose 'Edit Paragraph >

Re: [O] Scaling of image previews in org-mode

2016-08-10 Thread Uwe Brauer
-- | [+] | | max-image-size is a variable defined in ‘C source code’. | | Its value is 10.0 | ` | | So I cannot change that value easily. Anybody has an idea how to change | the size of the displayed images? | | thanks | | Uwe Brauer | `

Re: [O] Sharing documents with bibtex bibliography from org to non-org users

2016-08-24 Thread Uwe Brauer
with openoffice/libreoffice and save it then to odt or doc or docx. The other way from docx seems somehow to work with pandoc. Uwe Brauer

[O] fill paragraph: break after sentence.

2016-09-06 Thread Uwe Brauer
involved in the higher-order regularity context, we cannot simply set the initial data for the nonlinear problem to be a small constant times the linear growing modes. I know about functions doing that for auctex, but does anybody know about a similar functionality for orgmode? Uwe Brauer

Re: [O] fill paragraph: break after sentence.

2016-09-06 Thread Uwe Brauer
>>> "Aaron" == Aaron Ecay writes: Hi Aaron > Hi Uwe, > The following code is what I use. It uses filladapt mode, but doesn’t > work with auto-fill (I manually refill paragraphs with M-q as I’m > writing). I wrote the code a long time ago, it works for me, YMMV, > etc. Hope

Re: [O] fill paragraph: break after sentence.

2016-09-06 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> IMHO should be included somehow in vanilla org, > It seems only remotely related to Org. If robust enough, I might go to > something like "fill.el" instead

[O] tables with column and row numbers

2016-09-23 Thread Uwe Brauer
harm. Uwe Brauer

[O] modify the org-format-latex-header include matlab-prettifier and its complicated options

2016-10-02 Thread Uwe Brauer
Hi I would like to have the following header when exporting from org to latex. \usepackage[numbered,framed]{matlab-prettifier} \let\ph\mlplaceholder \lstset{ style = Matlab-editor, basicstyle = \mlttfamily, escapechar = ", mlshowsectionrules = true, mathescape=true,

[O] gnus org and tags

2016-10-12 Thread Uwe Brauer
Hi I would like to add to certain messages (which I read via gnus and the imap protocol) tags so that searching is simplified. Is there a way to do that using the org tags engine? Gnorb would be a candidate but that feature is listed in the TODO list. Regards Uwe Brauer

[O] mark src blocks feature proposal

2016-10-12 Thread Uwe Brauer
src In auctex, there is a cool function called LaTeX-mark-environment which marks a latex environment such as \begin{equation} \label{eq:README:1} \frac{dy}{dt}=y^2(1-y) \end{equation} There is no similar function for orgmode and the src blocks? Uwe Brauer

Re: [O] mark src blocks feature proposal

2016-10-13 Thread Uwe Brauer
> Uwe Brauer writes: > Really? Did you try `org-babel-mark-block'? No, thanks for pointing it out to me, it does however not precisely what I want, but Nic's suggestion does, org-mark-element does. > HTH,

Re: [O] mark src blocks feature proposal

2016-10-13 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > `org-mark-element' (M-h) ? Precisely what I was looking for, thanks a lot

Re: [O] gnus org and tags

2016-10-13 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Wednesday, 12 Oct 2016 at 08:42, Uwe Brauer wrote: >> Hi >> >> I would like to add to certain messages (which I read via gnus and the >> imap protocol) tags so that searching is simplified. Is t

Re: [O] gnus org and tags

2016-10-13 Thread Uwe Brauer
> Uwe Brauer writes: > Yup, I haven't gotten to it, mostly because message tagging is one part > of a much larger new feature set that I haven't had time to implement > yet. That, and most of my hacking time has been taken up by a new > version of BBD

[O] add-change-log-entry for orgfiles, header

2016-10-14 Thread Uwe Brauer
ch as 2016-10-14 Uwe Brauer * remember.org * Sun Sep 25 19:03:04 2016 (HG): undo strip. Or what ever value the header has. Regards Uwe Brauer

Re: [O] add-change-log-entry for orgfiles, header

2016-10-15 Thread Uwe Brauer
> On Friday, 14 Oct 2016 at 16:58, Uwe Brauer wrote: > [...] > Looking at the vc.el code, there is the following comment which may > allow you to accomplish effectively the same thing although in the > reverse order (commit and then update changelog)? &g

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