[O] [SOLVED] (was: join two or more tables)

2019-08-18 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: >> Hi >> I was googling this a bit, I found more complicated scenarios, but not >> how to join one or more tables. >> For example >> #+begin_src >> #+tblname

[O] [rows not columns] (was: [SOLVED])

2019-08-18 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Best solution found in > https://emacs.stackexchange.com/questions/48508/merge-org-tables > ** Solution 1 > #+NAME: T1 > | col1 | col2 | > |1 | 2| > #+NAME: T2 > | col3 | >

Re: [O] insert date-stamp for one month

2019-08-18 Thread Uwe Brauer
>>> "TP" == Thomas Plass writes: > Hello, > Uwe Brauer wrote at 09:58 on August 18, 2019: > : I sometimes need to insert a date-stamp which corresponds to one month > : in a year, say march 2019. I usually insert > : <2019-03-01 Fri>--<

Re: [O] join two or more tables

2019-08-18 Thread Uwe Brauer
>>> "KM" == Ken Mankoff writes: > On 2019-08-18 at 04:23 -04, Uwe Brauer wrote... >> I was googling this a bit, I found more complicated scenarios, but not >> how to join one or more tables. >> >> [...] >> >>

Re: [O] insert date-stamp for one month

2019-08-18 Thread Uwe Brauer
>>> "KM" == Ken Mankoff writes: > On 2019-08-18 at 03:58 -04, Uwe Brauer wrote... >> I sometimes need to insert a date-stamp which corresponds to one month >> in a year, say march 2019. I usually insert <2019-03-01 Fri> --<2019-03-31

Re: [O] join two or more tables

2019-08-18 Thread Uwe Brauer
>>> "AG" == Achim Gratz writes: > Uwe Brauer writes: >> Thanks I knew about it, but it seems very sophisticated and column, not >> row based. > Well, if simple-minded suits you (i.e. the columns are known to have the > same order): >

[O] [week?] (was: insert date-stamp for one month)

2019-08-18 Thread Uwe Brauer
t;%a" (apply #'encode-time end) > (message (substitute-command-keys (concat "Use \\[yank] to yank " ts))) > (kill-new ts))) The problem seems to be that there is no function calendar-last-day-of-week. I tried to play a little around but it seems difficult. Anyhow Uwe Brauer smime.p7s Description: S/MIME cryptographic signature

[O] org-time-stamp keep the month and the year

2019-08-18 Thread Uwe Brauer
kept. Could I obtain this behavior although I don't use the command twice in succession but move say the cursor. Uwe Brauer

Re: [O] join two or more tables

2019-08-23 Thread Uwe Brauer
> What about: > #+begin_src emacs-lisp :var t1=nut :var t2=nut2 :colnames yes > (append t1 t2) > #+end_src > #+RESULTS: > | type | Fiber | Sugar | Protein | Carb | > |--+---+---+-+--| > | eggplant | 2.5 | 3.2 | 0.8 | 8.6 | > |

Re: [O] Is there any orgmode ChangeLog workalike (with enhancements)?

2019-09-25 Thread Uwe Brauer
obtain Deprecated date/weektree capture templates changed to ‘file+olp+datetree’. org-datetree--find-create: Buffer is read-only: #> That is why I have only absolute paths in my capture templates, but I find them no appropriate in certain circumstances. Any idea what is wrong here? Uwe Brauer smime.p7s Description: S/MIME cryptographic signature

[O] org-table-wrap-region insert new lines if needed?

2019-09-28 Thread Uwe Brauer
first. ` Would it be possible in the future, to avoid that text is overwritten my automatically increase the needed space? Regards Uwe Brauer

[O] fill function: Put a newline at the end of each sentence in paragraph.

2019-09-30 Thread Uwe Brauer
Hi I am looking for a filling function, which puts a newline at the end of each sentence. I have one for LaTeX mode but it does not work in org mode. Anybody has a pointer? Regards Uwe Brauer smime.p7s Description: S/MIME cryptographic signature

Re: [O] fill function: Put a newline at the end of each sentence in paragraph.

2019-10-01 Thread Uwe Brauer
>>> "MB" == Marcin Borkowski writes: > On 2019-10-01, at 08:34, Uwe Brauer wrote: >> Hi >> >> I am looking for a filling function, which puts a newline at the end of >> each sentence. I have one for LaTeX mode but it does not work

Re: Bug: org-mime-htmlize generates unwanted equations numbers in mail [9.2.5 (release_9.2.5-521-gdea0c7 @ /home/oub/emacs/site-lisp/packages/org/)]

2019-11-01 Thread Uwe Brauer
>>> "FE" == Fraga, Eric writes: > On Friday, 1 Nov 2019 at 08:52, Uwe Brauer wrote: >> As the attached screenshots show, the png contain unwanted equations >> numbers (displaymath adn equation* have been used which should not >> generate

Re: Bug: org-mime-htmlize generates unwanted equations numbers in mail [9.2.5 (release_9.2.5-521-gdea0c7 @ /home/oub/emacs/site-lisp/packages/org/)]

2019-11-01 Thread Uwe Brauer
>>> "JK" == John Kitchin writes: > I also see this. I wonder if you use any scimax functions? Good I am relived, I thought it was just me > Do you see any advice on org-create-formula-image: > C-h f org-create-formula-image no , | org-create-formula-image is a compiled Lisp func

Re: Bug: org-mime-htmlize generates unwanted equations numbers in mail [9.2.5 (release_9.2.5-521-gdea0c7 @ /home/oub/emacs/site-lisp/packages/org/)]

2019-11-01 Thread Uwe Brauer
erty Hall A207F > Department of Chemical Engineering > Carnegie Mellon University > Pittsburgh, PA 15213 > 412-268-7803 > @johnkitchin > http://kitchingroup.cheme.cmu.edu > > > >> On Fri, Nov 1, 2019 at 9:59 AM Uwe Brauer wrote: >> >>> "JK&quo

Re: Bug: org-mime-htmlize generates unwanted equations numbers in mail [9.2.5 (release_9.2.5-521-gdea0c7 @ /home/oub/emacs/site-lisp/packages/org/)]

2019-11-01 Thread Uwe Brauer
>>> "JK" == John Kitchin writes: > I think this is happening here: > #+BEGIN_SRC emacs-lisp > (org-export-string-as "\\begin{displaymath} > \\int f dx =0 > \\end{displaymath}" > 'html t ) > #+END_SRC Well now this is very odd, I obtain #+BEGIN_SRC emacs-lisp (org

[debugger] (was: Bug: org-mime-htmlize generates unwanted equations numbers in mail [9.2.5 (release_9.2.5-521-gdea0c7 @ /home/oub/emacs/site-lisp/packages/org/)])

2019-11-01 Thread Uwe Brauer
smime.p7m Description: S/MIME encrypted message

Re: Bug: org-mime-htmlize generates unwanted equations numbers in mail [9.2.5 (release_9.2.5-521-gdea0c7 @ /home/oub/emacs/site-lisp/packages/org/)]

2019-11-02 Thread Uwe Brauer
>>> "JK" == John Kitchin writes: > Odd indeed. I have restarted Emacs and saw the same thing. But now I > have a more clear picture. I think what is happening is in > org-html--wrap-latex-environment, there is a caption provided which are > the numbers. This only affects latex environ

Re: Bug: org-mime-htmlize generates unwanted equations numbers in mail [9.2.5 (release_9.2.5-521-gdea0c7 @ /home/oub/emacs/site-lisp/packages/org/)]

2019-11-02 Thread Uwe Brauer
>>> "TM" == Thibault Marin writes: > Hi, > I think I wrote some of that code, I was not trying to support > "unnumbered" environments. If I understand correctly, this is what you > are trying to get. > The attached patch attempts to solve this. Currently, `displaymath' and >

Re: Bug: org-mime-htmlize generates unwanted equations numbers in mail [9.2.5 (release_9.2.5-521-gdea0c7 @ /home/oub/emacs/site-lisp/packages/org/)]

2019-11-02 Thread Uwe Brauer
>>> "FE" == Fraga, Eric writes: > On Saturday, 2 Nov 2019 at 10:38, Uwe Brauer wrote: >> @Eric, I wonder why you did not get these numbers without the patch! > Because I did not properly read your post... > I thought you were referring to the L

org-ref-insert-cite-link inserts citep

2019-12-11 Thread Uwe Brauer
Hi I enjoy org-ref, but I struggle to configure org-ref-insert-link. It inserts, per default, citep for example citep:wald84:_gener_relat How can I change that to plain cite:wald84:_gener_relat Thanks and regards Uwe Brauer

[SOLVED] (was: org-ref-insert-cite-link inserts citep)

2019-12-11 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I enjoy org-ref, but I struggle to configure org-ref-insert-link. (setq org-ref-default-citation-link "cite") Is your friend smime.p7s Description: S/MIME cryptographic signature

Re: [SOLVED]

2019-12-12 Thread Uwe Brauer
>>> "JK" == John Kitchin writes: > That is the default value of that variable. I guess you had set it > elsewhere to be getting citep before. Right, moreover in some obscure place which was not easy to find, and the setting was also not commented, so it unclear to me why I did this. Bad bad pra

org/matlab the python kernel and a problem (python 2 vs 3)

2019-12-12 Thread Uwe Brauer
org setting accordingly. However when I tried to execute matlab code, emacs run forever and nothing happened. Did anybody got this to work with python2.7? Thanks Uwe Brauer

make org-insert-dblock:columnview more calendar like?

2020-02-05 Thread Uwe Brauer
more calendar like view? Thanks and regards Uwe Brauer * Amnu #+COLUMNS: %TIMESTAMP %25ITEM ** First contact :Amnu: <2019-02-01 Fri> ** GramSchmidt and Householder:Amnu: <2019-02-08 Fri> ** Finish Householder, start power and QR :Amnu:

Re: Bug: org-mime-htmlize generates unwanted equations numbers in mail [9.2.5 (release_9.2.5-521-gdea0c7 @ /home/oub/emacs/site-lisp/packages/org/)]

2020-02-11 Thread Uwe Brauer
>>> "B" == Bastien writes: Hi Bastian > Hi Uwe, > Uwe Brauer writes: >> I contacted the org-mime maintainer and he claims the fault is in org >> (or the org preview engine) > can you cc the org-mime maintainer in this thread so that he can guide &g

Re: [O] babel, matlab export plot to png fails

2017-08-16 Thread Uwe Brauer
>>> "John" == John Kitchin writes: > You need to get the contents of the png to get output. Maybe the type > command will do that. E.g. Add as the last line: > type testplot.png Thanks but this did not work, neither. Uwe

Re: [O] babel, matlab export plot to png fails

2017-08-16 Thread Uwe Brauer
> On 13/08/17 10:33, Uwe Brauer wrote: > I guess the problem is that the Matlab line "print -dpng testplot.png" > is correctly writing the plot to testplot.png, as you want, but then > org-mode is overwriting that file because of the ":file testplot.png&

Re: [O] babel, matlab export plot to png fails

2017-08-16 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Sunday, 13 Aug 2017 at 08:33, Uwe Brauer wrote: >> I would like to execute some matlab code in org file (using GNU emacs 26 >> and the git version of org mode) and save the result of the plot comma

Re: [O] babel, matlab export plot to png fails

2017-08-16 Thread Uwe Brauer
> I do not have matlab, but looking at the code in ob-matlab.el and > ob-octave.el, it seems that the usual header args should do: > : :results graphics :file testplot.png > and delete the print statement in the last line. I just tried it, results in an empty png file.

Re: [O] babel, matlab export plot to png fails

2017-08-17 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Wednesday, 16 Aug 2017 at 12:33, Uwe Brauer wrote: > [...] >> BTW Eric, thanks for your reply, but a lot of your posts seem to be >> outside the thread, at least when I read them via gnus or thunderbi

[O] bitbucket issues org-sync

2017-08-23 Thread Uwe Brauer
Hi I just learned there exist https://github.com/arbox/org-sync which imports and exports issues from github bb and others to emacs org mode. Unfortunately for me the import works but not the export. I already asked the author, but did anybody here try out that package? Thanks Uwe Brauer

[O] grab html pages and copy them into a org buffer.

2017-08-29 Thread Uwe Brauer
Hi I know about converters from html to org mode, for example pandoc, but I remember vaguely that there are possibilities to mark a html text in browser (firefox?) And copy it as org syntax into a buffer. Does anybody know about this feature or program? Thanks Uwe Brauer

Re: [O] grab html pages and copy them into a org buffer.

2017-08-30 Thread Uwe Brauer
>>> "Michael" == Michael Strey writes: > Hi Uwe > On Di, 2017-08-29 at 16:53, Uwe Brauer wrote: >> I know about converters from html to org mode, for example pandoc, but I >> remember vaguely that there are possibilities to mark a html text in

[O] org --> odt with math

2017-08-31 Thread Uwe Brauer
s ASCII code. What do I miss? Regards Uwe Brauer

[O] [details] (was: org --> odt with math)

2017-08-31 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hi > Using org (git version) GNU emacs 26 on Ubuntu 14.04, > following > http://orgmode.org/manual/Working-with-LaTeX-math-snippets.html#fn-2 > I have set > (setq org-latex-to-mathml-convert-command &g

[O] org-->odt math with mathtoweb fails also

2017-08-31 Thread Uwe Brauer
Now I tried (setq org-latex-to-mathml-convert-command "java -jar %j -unicode -force -df %o %I" org-latex-to-mathml-jar-file "/home/oub/ALLES/src/MathWeb/mathtoweb.jar") When I run org-odt-export-as-odf I obtain Saving file /home/oub/ALLES/tex/vo

Re: [O] org-->odt math with mathtoweb fails also

2017-08-31 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Now I tried > (setq org-latex-to-mathml-convert-command > "java -jar %j -unicode -force -df %o %I" > org-latex-to-mathml-jar-file > "/home/ou

[O] org-to-odt src code blocks, customize listings-like

2017-08-31 Thread Uwe Brauer
Following http://orgmode.org/manual/Literal-examples-in-ODT-export.html#Literal-examples-in-ODT-export I want to convert the following #+begin_src matlab intv=[0,1.5]; y0=0; N=40; N2=80; l=-2000; [teul, yeul]=miimplement1(l,intv,y0,N); [teul2, yeul2]=miimplement1(l,intv,y0,N2); yeulend=yeul(

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

2017-10-20 Thread Uwe Brauer
:rowname-names) (:result-params "drawer" "output" "replace") (:result-type . output) (:results . "drawer output replace") (:exports . "code") (:tangle . "no") (:hlines . "no") (:noweb . "no") (:cache . "no") (:kernel . "matlab") (:session . "matlab")) "" nil 671 "(ref:%s)")) org-ctrl-c-ctrl-c(nil) funcall-interactively(org-ctrl-c-ctrl-c nil) call-interactively(org-ctrl-c-ctrl-c nil nil) command-execute(org-ctrl-c-ctrl-c) What is the problem? Which package do I miss, ipython is installed in /usr/local/bin Thanks Uwe Brauer

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

2017-10-20 Thread Uwe Brauer
> Here I obtain the following error: > Debugger entered--Lisp error: (void-function org-babel-execute:matlab) > org-babel-execute:matlab("x = [1, 2, 3, 4, 5];\nfprintf('|%d', x)" > ((:colname-names) (:rowname-names) (:result-params "replace" "output" > "drawer") (:result-ty

[O] problem exporting org to latex: sections with math

2017-10-26 Thread Uwe Brauer
problem is that my document also contains latex \section commmands. These are exported correctly *only* if they don't contain math. Works \section{Adaptive methods using hopt} Does not work: \section{Adaptive methods using $h_{\text{op}}$} The resulting latex file looks like Ok \section{Adaptive methods using hopt} The following is not ok, \section\{Adaptive methods using \(h_{\text{op}}\)\} So what shall I do? Thanks regards Uwe Brauer

Re: [O] problem exporting org to latex: sections with math

2017-10-26 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > IIUC, you write the above directly in the document. Org has very limited > support for raw LaTeX syntax. It can only understand simple macros with > simple arguments -- i.e., no nested arguments. > If you need to writ

Re: [O] problem exporting org to latex: sections with math

2017-10-26 Thread Uwe Brauer
> On Thursday, 26 Oct 2017 at 10:24, Uwe Brauer wrote: > [...] > My suggestion would be to use top level headlines (level 1) as > sections and subheadlines as questions/solutions. I.e. change the > org-latex-classes entry. That is a possibility, thanks, but I

[O] matlab+org+write code executing in the buffer, matlab-shell

2017-10-26 Thread Uwe Brauer
some time. Does somebody has an idea how to combine both code, take John's code but use the lisp matlab shell??? (John recommended to use the python kernel, but at least in Ubunutu 14.04 32 bit Matlab2012A does not provide that kernel) and in Ubuntu 16.06 with Matlab 2014 it also seems not to work. Regards Uwe Brauer

[O] tangle and comments.

2017-10-30 Thread Uwe Brauer
Hi I followed the instructions found in http://eschulte.github.io/babel-dev/DONE-tangle-entire-org-mode-file-in-comments.html Although they are 7 years old however when I try to tangle the example file I receive Tangled 0 code blocks from tangle2.org Here is the file just in case Uwe

Re: [O] tangle and comments.

2017-10-31 Thread Uwe Brauer
> On Monday, 30 Oct 2017 at 19:08, Uwe Brauer wrote: > You don't way what version of org you are using but I am assuming a > relatively recent version (given your emails in recent past). In this Right I am using GNU emacs 26.5 and a very recent compiled git clone

Re: [O] tangle and comments.

2017-10-31 Thread Uwe Brauer
>>> "Yury" == Yury G Kudryashov writes: > Uwe Brauer writes: >> Thanks but the following file does not work neither >> that is running org-babel-tangle gives me >> >> Tangled 0 code blocks from tangle2.org > You should add &q

[O] org-submit-bug-report takes ages to format the message buffer

2017-11-04 Thread Uwe Brauer
Hi Sorry I wanted to send a bug report on a different issue but it took/takes ages to format the corresponding message buffer using org-submit-bug-report. What could I do? Uwe Brauer

Re: [O] (setq org-html-with-latex nil) is ignored

2017-11-05 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > "org-mime.el" hard-codes it at line 379: > https://github.com/org-mime/org-mime/blob/master/org-mime.el#L379 Ah ok, thanks > You may want to report it upstream. I did. Regards Uwe

[O] org 2 odt latex math are ignored

2017-11-07 Thread Uwe Brauer
Hi Most likely some variable is not set correctly but in the following a org file is converted to odt, however the latex math as left verbatim But org-export-with-latex is t I am puzzled. Uwe Brauer

Re: [O] org 2 odt latex math are ignored

2017-11-07 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hi > Most likely some variable is not set correctly but in the following > a org file is converted to odt, however the latex math as left verbatim > But org-export-with-latex is t > I am puzzled.

[O] where is org-table-toggle-column-visibility

2017-11-18 Thread Uwe Brauer
it be please reintroduced or maybe it was just renamed? Uwe Brauer

[O] org dev repo?

2017-12-19 Thread Uwe Brauer
-mode'... | Permission denied (publickey). | fatal: Could not read from remote repository. | | Please make sure you have the correct access rights | and the repository exists. ` So this seems to be for people with write access. I just want clone the actual master. Where is it? Thanks Uwe Brauer

Re: [O] org dev repo?

2017-12-19 Thread Uwe Brauer
> Uwe Brauer writes: > git clone http://orgmode.org/org-mode.git > still worked as of yesterday (albeit slowly: be patient). Right, I really had to be patient.

[O] master: org-complete-expand-structure-template gone?

2017-12-19 Thread Uwe Brauer
be a file announcing deleted or renamed functions. I tried to search the logs but could not find any reference to when I was deleted and why. Uwe Brauer

Re: [O] master: org-complete-expand-structure-template gone?

2017-12-19 Thread Uwe Brauer
> Uwe Brauer writes: > $ git log --grep=org-complete-expand-structure-template thanks this was the command I was looking for I tried git log | grep org-complete-expand-structure-template Which was less powerful > There's been a lot of back-and-forth on the list about th

[O] problem with empty column

2018-01-05 Thread Uwe Brauer
| #+TBLFM: $6=if("$2" == "nan" , string("NP"),($2+$3+$4+$5)/10);E The last row behaves strangely the cell in the second column is *not* empty but the cell in the third one is, nevertheless the cell in the last column contains the string nan, which I don't understand. Any help would be appreciated Thanks Uwe Brauer

Re: [O] problem with empty column

2018-01-05 Thread Uwe Brauer
"Eric" == Eric S Fraga writes: > On Friday, 5 Jan 2018 at 09:28, Uwe Brauer wrote: [...] >> The last row behaves strangely the cell in the second >> column is *not* empty but the cell in the third one is, >> nevertheless the cell in the last co

Re: [O] problem with empty column

2018-01-06 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Friday, 5 Jan 2018 at 13:44, Uwe Brauer wrote: >> What I meant is this. > I understood what you meant and your code is working properly. You > are checking the second column which is the column labelled E1,

Re: [O] problem with empty column

2018-01-06 Thread Uwe Brauer
>>> "Michael" == Michael Brand writes: Hi Michael > if(typeof(vmean($1..$7)) == 12, string(""), vmean($1..$7); E This is precisely what I was looking for, thanks a lot. I meanwhile circumvent the problem by | Name | E1 | E2 | E3 | E4 | Pre | Res | |+++++-+-

[O] org table with datestamp convert to csv and then xlsx or ods: problem

2018-01-07 Thread Uwe Brauer
x or unoconv. Is this a lacking feature or a bug? Uwe Brauer

[O] org-radio tables in latex |p{3cm}

2018-01-07 Thread Uwe Brauer
Did not give any hints, thanks Uwe Brauer

Re: [O] org-radio tables in latex |p{3cm}

2018-01-08 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > I would do > \begin{tabular}{l|l|} > % BEGIN RECEIVE ORGTBL test > this & that\\ \hline > % END RECEIVE ORGTBL test > \end{tabular} > \begin{comment} > #+ORGTBL

Re: [O] org table with datestamp convert to csv and then xlsx or ods: problem

2018-01-08 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > None. The export to CSV looks correct and complete. Conversion to CSV > does not pretend converting anything else, in particular timestamps, to > another format. Ok, Now how could that be achieved? I seem not the only one missing

Re: [O] org table with datestamp convert to csv and then xlsx or ods: problem

2018-01-08 Thread Uwe Brauer
> Uwe Brauer writes: > For example: > (defun my-format-timestamps (cell) > (org-quote-csv-field > (replace-regexp-in-string org-ts-regexp-both "\\1" cell))) > (defun my-tbl-to-csv (table params) > (orgtbl-to-csv table &g

Re: [O] org table with datestamp convert to csv and then xlsx or ods: problem

2018-01-08 Thread Uwe Brauer
> Uwe Brauer writes: > Use `my-tbl-to-csv' as a replacement for `orgtbl-to-csv'. How did you that is what I thought. So I called org-table-export but then the prompt did not allow my to specify my-tbl-to-csv so I customized (customize-option (quote org-table-export-def

Re: [O] org table with datestamp convert to csv and then xlsx or ods: problem

2018-01-08 Thread Uwe Brauer
> Uwe Brauer writes: > I have no trouble calling M-x org-table-export RET then choosing a file > name and forcing my-tbl-to-csv during prompt. Hm I had to copy org-export-table into my addons file and (let* ((formats '("my-tbl-to-csv" "

Re: [O] org table with datestamp convert to csv and then xlsx or ods: problem

2018-01-08 Thread Uwe Brauer
> Uwe Brauer writes: > You don't need to. These are only suggestions, the final format needs > not matching any item in this list. > Not really. See `org-table-export' docstring, last paragraph. > You could try (untested): > (defu

Re: [O] org table with datestamp convert to csv and then xlsx or ods: problem

2018-01-08 Thread Uwe Brauer
> Uwe Brauer writes: > You don't need to. These are only suggestions, the final format needs > not matching any item in this list. > Not really. See `org-table-export' docstring, last paragraph. > You could try (untested): > (defu

Re: [O] org table with datestamp convert to csv and then xlsx or ods: problem

2018-01-09 Thread Uwe Brauer
> Uwe Brauer writes: > Ah well, this was a basis to get you started... This one should work > (defun my-format-timestamps (cell) > (org-quote-csv-field > (replace-regexp-in-string > org-ts-regexp-both > (lambda (m) &

Re: [O] org table with datestamp convert to csv and then xlsx or ods: problem

2018-01-09 Thread Uwe Brauer
> Uwe Brauer writes: > Ah well, this was a basis to get you started... This one > should work > (defun my-format-timestamps (cell) > (org-quote-csv-field > (replace-regexp-in-string > org-ts-regexp-both (lambda (m) >

[O] stuck: templates don't work anymore: org-complete-expand-structure-template vs org-insert-structure-template

2018-02-21 Thread Uwe Brauer
al never-export #+end_src") However, it is not clear to me how to use the new function. I simply executed it. org-insert-structure-template Then it asks me for a key, I press s, but org tells me no such template does exist. I am stuck. Please don't tell me I have to rewrite

[O] [Error] (was: how do you compose mails in Gnus with org-mode)

2018-03-06 Thread Uwe Brauer
open-link-marker org-log-note-marker org-log-note-return-to org-entry-property-inherited-from)) outorg-edit-as-org(nil) funcall-interactively(outorg-edit-as-org nil) call-interactively(outorg-edit-as-org nil nil) command-execute(outorg-edit-as-org) Did you check this command, how do you use it? Regards Uwe Brauer

Re: [O] how do you compose mails in Gnus with org-mode

2018-03-06 Thread Uwe Brauer
rg-edit-as-org in a reply message I obtain the error I described in my earlier message. Uwe Brauer

Re: [O] how do you compose mails in Gnus with org-mode

2018-03-06 Thread Uwe Brauer
>>> "Thorsten" == Thorsten Jolitz writes: > Uwe Brauer writes: >>>>> "Thorsten" == Thorsten Jolitz writes: >> >> > Joseph Vidal-Rosset writes: >> > Hallo >> >> >> I know that the subject of my email

Re: [O] how do you compose mails in Gnus with org-mode

2018-03-06 Thread Uwe Brauer
> Thorsten Jolitz writes: > PS > you do have this variable defined, right? > , > | mail-header-separator is a variable defined in ‘sendmail.el’. > | Its value is "--text follows this line--" > | > | Documentation: > | Line used to separate headers from text in me

Re: [O] how do you compose mails in Gnus with org-mode

2018-03-07 Thread Uwe Brauer
> Uwe Brauer writes: > Wow, emacs 27 ... I'm on Archlinux and always thought packages a pretty > up-to-date. Right Ubuntu officially only ships 24, which is pretty old. Well it is directly form git master, so it is a pre release. The official release is 26. >

Re: [O] how do you compose mails in Gnus with org-mode

2018-03-08 Thread Uwe Brauer
>>> "Thorsten" == Thorsten Jolitz writes: > Uwe Brauer writes: >> > Uwe Brauer writes: >> >> > Wow, emacs 27 ... I'm on Archlinux and always thought packages a >> > pretty >> > up-to-date.

Re: [O] how do you compose mails in Gnus with org-mode

2018-03-08 Thread Uwe Brauer
> Uwe Brauer writes: > To avoid confusion, the official release is still 25.3. The next > release, which is probably still a ways off, will be 26.1 Thanks for the clarification. But in order to compile 26, I would need to checkout the 26 from the git repo? Do I unders

Re: [O] how do you compose mails in Gnus with org-mode

2018-03-08 Thread Uwe Brauer
>>> "Tim" == Tim Cross writes: > Yes, you need to checkout the 26 branch to get the next version to be > released. A git branch -a will probably list all the branches and you > should see one labelled 26 (I'm not running emacs from git at present, so > cannot check). I believe git

Re: [O] how do you compose mails in Gnus with org-mode

2018-03-09 Thread Uwe Brauer
> Uwe Brauer writes: > When I do M-# # writing this mail I see: > , > | [ *unsent followup to Uwe Brauer on gmane.emacs.orgmode* ] Exit with M-# > | (Meta-Key and #) > | * --text follows this line-- > | Uwe Brauer writes: ...[] > ` I

[O] [SOLVED] (was: how do you compose mails in Gnus with org-mode)

2018-03-09 Thread Uwe Brauer
> Uwe Brauer writes: > When I do M-# # writing this mail I see: > , > | [ *unsent followup to Uwe Brauer on gmane.emacs.orgmode* ] Exit with M-# > | (Meta-Key and #) > | * --text follows this line-- > | Uwe Brauer writes: ...[] > ` I

[O] [a outline regexp problem] (was: [SOLVED])

2018-03-10 Thread Uwe Brauer
> Uwe Brauer writes: > Ok, good ... ;-) However I run into a problem with my daily workflow. I am using very often bookmark.el by Karl Fogel. Especially I have the following setting (defun my-set-outline-bookmark () (interactive) (message "Now the outline-regex

[O] export table to html, don't display certain columns

2018-04-04 Thread Uwe Brauer
rt to html? Thanks Uwe Brauer

[O] export table to html, don't display certain columns

2018-04-04 Thread Uwe Brauer
rt to html? Thanks Uwe Brauer

[O] [SOLVED] (was: export table to html, don't display certain columns)

2018-04-04 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hi > I know that in radio tables I can skip columns like this > % END RECEIVE ORGTBL firmas \begin{comment} #+ORGTBL: SEND firmas > orgtbl-to-latex :skipcols (1) :lend " \\hline" :environment &

Re: [O] [SOLVED]

2018-04-04 Thread Uwe Brauer
> To answer my own question > | / | / | | | / | > | | Name | Res | Letra | Obs | > |---+---+-+---+-| > | | Smith | 0 | | | > | | Jones | 1.4 | | | > | | Bond | 5.6 | * | | > All columns starting wit

[O] problems with tables using https://orgmode.org/worg/org-tutorials/org-lookups.html

2018-04-05 Thread Uwe Brauer
-+-+---| | 0 | 5 | 1 | | 5 | 10 | 2 | #+TBLFM: $3='(length (org-lookup-all '($1 $2) '(remote(raw-data3,@7$7..@>$7)) nil 'in-interval));N Does not work correctly? What is the problem? thanks Uwe Brauer

[O] [Radio tables???] (was: [ANN] OrgStruct is dead. Long live Orgalist.)

2018-04-09 Thread Uwe Brauer
ee the benefit of it. Templates are another example of this philosophy. I still can't use the actual git master version of orgmode since the old templates have been removed and the new syntax is not really explained. Uwe Brauer

Re: [O] [Radio tables???]

2018-04-09 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> This is really bad. That is a feature I daily use in latex >> buffers. Why did you do this? Is there any substitute for it. With >> a similar syntax? &g

Re: [O] [Radio tables???]

2018-04-10 Thread Uwe Brauer
>>> "Rasmus" == Rasmus writes: > Hi Uwe, > Uwe Brauer writes: >> Templates are another example of this philosophy. I still can't use the >> actual git master version of orgmode since the old templates have been >> removed and the

[O] send the content of one column of a table to another table

2018-04-10 Thread Uwe Brauer
| | nut | | | corn| | So all the time a change the content of the protein column in master table I want to send that change to the statistics table. How can I achieve that? Thanks Uwe Brauer

[O] [SOLVED aggregate] (was: send the content of one column of a table to another table)

2018-04-10 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hi > I want to do something simple, just sending (pushing) a column of > one table to another column of another table. I know about > orgtbl-join but I can't get it to work, besides I don't need all >

[O] statistics with R, convert the result into an org table

2018-04-11 Thread Uwe Brauer
table resulting in | V1 | | | V2 | | | Min.| 2.000 | Min.| 1.3 | | | 1st Qu. | 4.650 | 1st Qu. | 1.4 | | | Median | 5.700 | Median | 5.6 | | | Mean| 5.643 | Mean| 4.7 | | | 3rd Qu. | 7.100 | 3rd Qu. | 5.9 | | | Max.| 8.300 | Max.| 9.3 | |

Re: [O] statistics with R, convert the result into an org table

2018-04-11 Thread Uwe Brauer
> 2018-04-11T14:30:58+0200 Uwe Brauer wrote: > Remove ":results output" Thanks! That works nicely.

Re: [O] statistics with R, convert the result into an org table

2018-04-11 Thread Uwe Brauer
>>> "William" == William Denton writes: > I don't think it is possible without a step in the middle, because > "Min. :2." is all one string (in a cell in a matrix). Correct is leaves the : But I can live with that.

[O] org-babel-trangle, proble when loop is interrupted by documentation

2018-04-21 Thread Uwe Brauer
Hi Please consider the following test org file * A test example , | #+BEGIN_SRC matlab :tangle test.m | function [ll x]=mitest(A0,x0) | % initialization | format long | epsi=1.e-3; | nit=0; | nmaxit=200; | Delta=10; | A=A0; | while Delta>epsi & nitepsi & nit

Re: [O] org-babel-trangle, proble when loop is interrupted by documentation

2018-04-21 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > I guess you have to set `org-src-preserve-indentation' globally, or use > "-i" flag for the block, which is locally equivalent. Great that does it. However there is still an empty line generated. Any possibility get ri

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