Hello
How can I one or both of the above functions in the standard org export
menu?
thanks
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-
>>> "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
>>> "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-
>>> "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-
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
>>> "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
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
> 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
>>> "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.
>>
>>> "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
HTML
documents. So that is where mathjax seems more appropriate.
Is there a similar possibility for org-mime-htmlize?
thanks
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
not the point.
Any help is strongly appreciated.
thanks
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
> 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
a subject which comes up regularly. Is this so difficult
to implement?
Thanks and regards
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
> 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
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
> 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
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
> 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,
>>> "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
>>
>>
/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
> 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
>>> "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-
reat if it
could also support to export lists in tables.
regards
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
>>> "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
&
> 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: \
>>> "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
&
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
l|}
but the second one
\begin{tabular}{cc}
How can I achieve
\begin{tabular}{|c|c|}
thanks
Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes:
> Hello,
> Uwe Brauer writes:
> Try
> | / | <> | <> |
> | | | |
> | | this | today|
> | | that | tomorrow |
Thanks very much! Works perfec
: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
Hi
Is it possible to extract just say two regions from a huge table and
convert it to say CSV?
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
>>> "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
>>> "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
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
>>> "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
&
> 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
> 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
>>> "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.
> #+BEGIN_SRC emacs-lisp :var data=example-table[,0]
> (mapcar 'list data)
> #+END_SRC
> #+RESULTS:
> | 1 |
> | 2 |
> | 3 |
> | 4 |
thanks that worked great!
>>> "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
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
> 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 |
>>> "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
>>> "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
)
So what is the most comfortable to obtain what I want?
Thanks
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 |
|---+-+---
> 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 |
|---+-+
> Uwe Brauer writes:
> Yes.
> Agreed.
> Okay.
> What about the following?
> | group | round 1 | round 2 |
> |---+-+-|
> | A | | 2.4 |
> | B | 4.7 | 11 |
> | C |
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
> 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?
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
>>> "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_
>>> "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
>>> "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
>>> "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
>>> "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
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
*-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
|
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
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
>> "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:
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
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
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
>>>>> "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
iable?
Is there anything similar for the odt exporter?
thanks
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
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)
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
. Can I do something like this using
the org syntax?
thanks
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
>>> "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
>>> "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
> 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
> 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
>>> "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
> 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
> 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
>
--
| [+]
| | 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
|
`
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
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
>>> "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
>>> "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
harm.
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,
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
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
> 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,
> Hello,
> Uwe Brauer writes:
> `org-mark-element' (M-h) ?
Precisely what I was looking for, thanks a lot
>>> "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
> 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
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
> 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
201 - 300 of 1267 matches
Mail list logo