Re: export to latex: begin_example gets exported to verbatim (

2022-05-12 Thread Uwe Brauer
>>> "ESF" == Eric S Fraga writes: > Hi Uwe, > should this line >> #+begin_src matlab :results output src :exports results: exports code :eval >> never-export > not be > #+begin_src matlab :results output :exports both :eval never-export Hm, when I use this and Execute the code I also obtain

Re: export to latex: begin_example gets exported to verbatim (

2022-05-12 Thread Uwe Brauer
>>> "JMM" == Juan Manuel Macías writes: > Hi Uwe, > Uwe Brauer writes: >> Which gets exported to verbatim not lstlisting as I want > Try adding this: > :wrap lstlisting It does! Thanks! smime.p7s Description: S/MIME cryptographic signature

how to obtain a line to a file when using the remote command in a tabl

2022-05-12 Thread Uwe Brauer
y also to obtain a (clickable link, for the file1 location) via the remote command? Thanks and regards Uwe Brauer -- I strongly condemn Putin's war of aggression against the Ukraine. I support to deliver weapons to Ukraine's military. I support the ban of Russia from SWIFT. I supp

org-noter

2022-05-14 Thread Uwe Brauer
that binding is not defined with org-noter-doc-mode it is but nothing happens, only garbage collecting. Can anybody enlighten me please? Uwe Brauer -- I strongly condemn Putin's war of aggression against the Ukraine. I support to deliver weapons to Ukraine's military. I support the ban

Re: org-noter

2022-05-15 Thread Uwe Brauer
>>> "CB" == Colin Baxter writes: > Hello Uwe >>>>>> Uwe Brauer writes: >> Hi I am running GNU emacs master (2 month old) and have not been >> able to use successfully org-noter. >> When I open a pdf file with doc-view there seems n

Re: org-noter

2022-05-17 Thread Uwe Brauer
>>> "CB" == Colin Baxter writes: > Hello Uwe >>>>>> Uwe Brauer writes: >> Hi I am running GNU emacs master (2 month old) and have not been >> able to use successfully org-noter. >> When I open a pdf file with doc-view there seems n

Re: org-noter

2022-05-17 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> Ok, so it is my setting, sigh. >> >> BTW does this mode set any sort of marker in the pdf? > FYI, org-pdftools package allows to set links to specific coordinates in > pdf files by creatin

problems with remote (in table) and (org-id-locations-save)

2022-05-18 Thread Uwe Brauer
at are *all associated archives*? And how can I check the files mentioned in org-id-localisations since it is a hash table? Any help would be very much appreciated. Uwe Brauer -- I strongly condemn Putin's war of aggression against the Ukraine. I support to deliver weapons to Ukraine

[SOLVED] (was: problems with remote (in table) and (org-id-locations-save))

2022-05-18 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I have a strange problem. Till recently the following worked > File x.org > , > | > | * Table > | :PROPERTIES: > | :ID: test-table > | :END: > | > | | Nombres || > | |-+

org-table-wrap-functions

2022-05-20 Thread Uwe Brauer
think. Are there any plans to provide a similar feature in the official pkg, maybe? Regards Uwe Brauer -- I strongly condemn Putin's war of aggression against the Ukraine. I support to deliver weapons to Ukraine's military. I support the ban of Russia from SWIFT. I support the EU mem

how to update remote calls?

2022-05-21 Thread Uwe Brauer
er,@I$1..@II$1));f-1 #+end_src Now I if I update the test-master table, is there anyway that the remote calls get updated as well? Thanks and regards Uwe Brauer -- I strongly condemn Putin's war of aggression against the Ukraine. I support to deliver weapons to Ukraine's military

calculating quartils, tercils (or percentiles) Using R?

2022-05-21 Thread Uwe Brauer
. : 5.00 | | 1st Qu.:12.00 | | Median :20.00 | | Mean :19.78 | | 3rd Qu.:27.00 | | Max. :35.00 | #+end_src but I can't not find a way to calculate other percentiles, like terciles or so. Does anybody know about this, or a org-function doing it? regards Uwe Brauer -- I strongly co

[SOLVED, but ] (was: how to update remote calls?)

2022-05-22 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I have the following example It seems that either 1. org-table-recalculate-buffer-tables 2. org-table-iterate-buffer-tables Does the job, the docstring of both function does clarify the difference between both. Can an

Re: calculating quartils, tercils (or percentiles) Using R?

2022-05-22 Thread Uwe Brauer
Hello Jermie > Hello Uwe, > I would recommend checking the R documentation. Believe me, I tried (well I mostly googled, and I failed, I understand now why, my column name was not consistent, with the call in src block grrr > I believe that you might be looking for the following. > #+beg

problem with unwanted strikeout in src blocks

2022-05-23 Thread Uwe Brauer
|\text{+})&=\frac{P(\text{+}|\text{Covid19})P(\text{Covid19})}{P(\text{+}|\text{Covid19})P(\text{Covid19})+P(\text{+}|\text{No-Covid19})P(\text{No-Covid19})}\\') #+end_src #+end_solutionorbox And idea what to do? Thanks Uwe Brauer -- I strongly condemn Putin's war of aggressi

Re: problem with unwanted strikeout in src blocks

2022-05-24 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> However when I wrap a solutionorbox around it (which I need when >> exporting to latex) all text between the «+» >> gets a strikeout. >> >> >> #+begin_solutionorbox >>

Re: problem with unwanted strikeout in src blocks

2022-05-24 Thread Uwe Brauer
>>> "JJ" == Jeremie Juste writes: > Hello Uwe >> On Monday, 23 May 2022 at 19:24, Uwe Brauer wrote: > Sorry I don't have matlab and I have never used the solutionorbox > environment, but I believe you can generate latex directly. For example > with

export regions of a org files to other formats (most likely only to a buffer).

2022-05-25 Thread Uwe Brauer
Hi Sometimes I only want to convert/export a region or a paragraph of an org file to another format, most likely as html or latex. I cannot find such a functionality also not in the package system does anybody knows about such a function? Regards Uwe Brauer -- I strongly condemn Putin&#

Re: export regions of a org files to other formats (most likely only to a buffer).

2022-05-25 Thread Uwe Brauer
>>> "WD" == William Denton writes: > On 25 May 2022, Uwe Brauer wrote: >> Sometimes I only want to convert/export a region or a paragraph of an >> org file to another format, most likely as html or latex. > Is this different from subtree export? After C-c

Re: export regions of a org files to other formats (most likely only to a buffer).

2022-05-25 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> It seems that I did not check this carefully enough. Indeed, if I mark a >> region and run the export function, only the active region will be >> exported. The docstring of that function is, howev

Re: export regions of a org files to other formats (most likely only to a buffer).

2022-05-26 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >>> Could you please clarify which part of the function docstring was not >>> clear? >> >> Well >> | org-export-dispatch is an interactive compiled Lisp function in &

how to export an org file, to 2 different locations (in to different formats)

2022-05-27 Thread Uwe Brauer
, like 1. if export to latex use that folder 2. If export to html use this folder Anybody know about such a functionality? Thanks and regards Uwe Brauer -- I strongly condemn Putin's war of aggression against the Ukraine. I support to deliver weapons to Ukraine's military.

Re: how to export an org file, to 2 different locations (in to different formats)

2022-05-27 Thread Uwe Brauer
> Hi Uwe, > Uwe Brauer writes: > One (pedestrian) way to achieve it, with this function: > (defun my-org/export-to-path (backend export-path extension) > (org-element-map (org-element-parse-buffer) 'keyword > (lambda (k) > (when (string= (o

Re: how to export an org file, to 2 different locations (in to different formats)

2022-05-27 Thread Uwe Brauer
>>> "JMM" == Juan Manuel Macías writes: > Juan Manuel Macías writes: >> One (pedestrian) way to achieve it, with this function: > I think it can be done better this way, defining an advice around > 'org-export-output-file-name'. > In your org file you should add these two local variables: > #

[ODT?] (was: how to export an org file, to 2 different locations (in to different formats))

2022-05-27 Thread Uwe Brauer
> Hi Uwe, > Uwe Brauer writes: > One (pedestrian) way to achieve it, with this function: I tried the following #+begin_example #+EXPORT_FILE_NAME: myfile-office #+begin_src emacs-lisp :exports none :eval never-export :results silent (my-org/export-to-path 'html &quo

Re: how to export an org file, to 2 different locations (in to different formats)

2022-05-28 Thread Uwe Brauer
>>> "JMM" == Juan Manuel Macías writes: > Uwe Brauer writes: >> When I run it I obtain >> if: Symbol’s value as variable is void: my-latex-export-path >> >> Another point is if I decide to export it to ods, I need to modify that >> adv

a simple(r) html export format (like org-mime)

2022-05-30 Thread Uwe Brauer
Hi Although the vanilla html export backend produces nice html, I sometimes need a simpler solution[1], like the one produced by org-mime (which is for email). Does anybody know about such an exporter? Thanks Uwe Brauer Footnotes: [1] I will insert the htmlised buffer in some moodle

export a org table to ascii format (tabs) are not conserved, culprit orgtbl-to-tsv?

2022-05-30 Thread Uwe Brauer
-16:30 14:30-15:30 Numerical Analysis 18:00-19:00 18:00-19:00 18:00-19:00 18:00-19:00 19:00-20:00 #+end_example Any idea what is wrong here? Regards Uwe Brauer -- I strongly condemn Putin's war of aggression agains

Re: export a org table to ascii format (tabs) are not conserved, culprit orgtbl-to-tsv?

2022-05-31 Thread Uwe Brauer
> Uwe Brauer writes: > I think you might be working under a false expectation. A quick look at > the exported table example and it looks to be correct to me - values are > tab separated, with is what a tsv format is. There is no requirement > that the columns should be aligned,

org-ref-insert-link: insert formatted entry: but mark several entries

2022-06-07 Thread Uwe Brauer
Hi While using org-ref-insert-link, I obtain a list of possible entries (which I would like to inserted via F7 as formatted citations) That works well for one entry, but how can I mark several of these? Thanks and regards Uwe Brauer -- I strongly condemn Putin's war of aggre

org-ref-helm-insert-cite-link change the formatted citations include urls

2022-06-07 Thread Uwe Brauer
= {123.456.888}, archivePrefix= {arXiv}, primaryClass = {math.AP}, url = {https://arxiv.org/abs/123.456.888}, month= {October}, year = 2021 } How can I achieve this? Thanks and regards Uwe Brauer -- I strongly condemn Putin's war of aggression agains

[SOLVED] (was: org-ref-insert-link: insert formatted entry: but mark several entries)

2022-06-07 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > While using org-ref-insert-link, I obtain a list of possible entries > (which I would like to inserted via F7 as formatted citations) > That works well for one entry, but how can I mark several of these? C-space is the s

[SOLVED] (was: org-ref-helm-insert-cite-link change the formatted citations include urls)

2022-06-07 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > When using org-ref-helm-insert-cite-link I would like to insert the > urls, as in this example > @Misc{Author, > author = {Author}, > title= {Global existence of a nonlinear wave equation} > how

export to odt, but #text# should be coloured

2022-06-09 Thread Uwe Brauer
odt export? Reards Uwe Brauer -- I strongly condemn Putin's war of aggression against the Ukraine. I support to deliver weapons to Ukraine's military. I support the ban of Russia from SWIFT. I support the EU membership of the Ukraine.

export org tables to html, configure the borders

2020-03-23 Thread Uwe Brauer
zontal border, which I don't want. 1. What is the correct setting 2. How can I have such a setting locally just for one table? Thanks and regards Uwe Brauer

Re: export org tables to html, configure the borders

2020-03-25 Thread Uwe Brauer
>>> "KM" == Kyle Meyer writes: > Uwe Brauer writes: >> The standard setting of >> org-html-table-default-attributes >> >> is >> (:border "2" :cellspacing "0" :cellpadding "6"

TODO or checkboxes in org tables

2020-05-01 Thread Uwe Brauer
Hi I have an orgtable with a lot of useful information, I would like to add a column either for TODOS or checkboxes but it seems not work any idea whether such an addon package exist or any change that such a feature will be implemented? Regards Uwe Brauer

Re: TODO or checkboxes in org tables

2020-05-02 Thread Uwe Brauer
>>> "AK" == Axel Kielhorn writes: Hi Alex, I am not sure my first answer made it, so I apologize for a possible crossposting. > Hi Uwe, >> I have an orgtable with a lot of useful information, I would like to add >> a column either for TODOS or checkboxes but it seems not work any idea

Re: TODO or checkboxes in org tables

2020-05-07 Thread Uwe Brauer
>>> "AK" == Axel Kielhorn writes: Hi Alex >> Am 02.05.2020 um 21:33 schrieb Uwe Brauer : >> >>>>> "AK" == Axel Kielhorn writes: >> >> Hi Alex, >> >> I am not sure my first answer mad

Re: TODO or checkboxes in org tables

2020-05-08 Thread Uwe Brauer
> I’m sorry, I didn’t tell you the whole truth. > „Projektleiter“ and „CAD Nachpflegen“ are defined as TODO keywords. > (A special case of WAITNG and an ALLMOST DONE state) > You have to add the additional options yourself: > :indent t :format "%50ITEM(Problem) %5PB(Nr) %12TODO

org table: one column of random numbers (but natural ones)

2020-05-27 Thread Uwe Brauer
Hi I have a org table and want to add a new colum, which natural numbers which are randomly ordered So I tried #+TBLFM: $1=@#-1::$4=random($1@4);f1 But the column contains real numbers What can I do Uwe Brauer

Re: org table: one column of random numbers (but natural ones)

2020-05-28 Thread Uwe Brauer
> Le 27/05/2020 à 22:40, Uwe Brauer a écrit : > What about: > #+TBLFM: $4=random($1);f0 > In row 67 you would have a random integer in the range [0..67) > f0 format removes any fractional part leaving only an integer number Aha thanks, a minor thing, which I t

[random sorting] (was: org table: one column of random numbers (but natural ones))

2020-05-29 Thread Uwe Brauer
>>> "SB" == Stig Brautaset writes: >> > In row 67 you would have a random integer in the range [0..67) >> > f0 format removes any fractional part leaving only an integer number >> >> Aha thanks, a minor thing, which I thank, cannot be really done: >> >> Is it possible to avoid

join tables from different files

2020-06-06 Thread Uwe Brauer
Hi I know I can either user (org-insert-dblock:aggregate) (org-insert-dblock:join) To join or aggregate tables with in the same files. But can I join tables from different files? Thanks Uwe Brauer

[join rows] (was: join tables from different files)

2020-06-07 Thread Uwe Brauer
--| | MIN | 0.75 | 1.75 | 2.5 | #+TBLFM: $4=$2+$3 #+end_src Is this possible? regards Uwe Brauer smime.p7s Description: S/MIME cryptographic signature

Re: [join rows]

2020-06-08 Thread Uwe Brauer
> Le 07/06/2020 à 17:09, Uwe Brauer a écrit : > I'm not aware of anything specific for this purpose. A starting point could be the `append' lisp function: > #+begin_src elisp :var table1=RK :var table2=SVD :colnames t > (append table1 table2) > #+end_src

Re: [join rows]

2020-06-08 Thread Uwe Brauer
>>> "JD" == Jude DaShiell writes: > If what's wanted here is a horizontal join of tables paste(1) might be I am not sure what paste(1) means here. Could you please explain? > used to start the process however the #TBLFMT: line for the new table > would need new formulas and column head

Re: [join rows]

2020-06-08 Thread Uwe Brauer
>>> "JD" == Jude DaShiell writes: > paste is a unix command outside of emacs used to concatenate files > horizontally as opposed to vertically as cat does. Ok, but I was thinking of a lot of tables in one file, so that solution looks complicated, while terry's lisp solution will do that

org-tables, export only certain column (csv)

2020-06-24 Thread Uwe Brauer
-buffer (csv-file (concat source-file ".csv"))) (save-excursion (f-ox-filter-table-column-del nil)) (org-table-export csv-file "orgtbl-to-csv") (org-odt-convert csv-file "xlsx"))) But all columns are exported. Does somebody have an idea? Thanks and regards Uwe Brauer

join tables columnwise columnames are ignored

2020-07-14 Thread Uwe Brauer
n_src ,#+RESULTS: | us...@gmail.com | Sent | us...@gmail.coom | not sent | | us...@gmail.com | not sent | us...@gmail.com | sent | #+end_src What went wrong? Thanks and regards Uwe Brauer

[SOLVED] (was: join tables columnwise columnames are ignored)

2020-07-14 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > Consider please the following to tables > #+begin_src > ,#+TBLNAME: test3 > | Email | State| > |-+--| > | us...@gmail.com | Sent | > | us...@gmail.com |

Could Babel honor spreadsheet formulas?

2020-07-18 Thread Uwe Brauer
Name: New #+RESULTS: | User1 | 2 | 2 | 4 | | User1 | 4 | | 4 | #+TBLFM: $4=vsum($2..$3);f1 And upgrade one of the table, execute the babel code, the spreadsheet formula is gone. So could babel somehow respect the spreadsheet formula? Regards Uwe Brauer

Re: Bug: org-table-sort-lines returns error [9.3.7 (release_9.3.7-705-gea9463 @ /home/oub/emacs/site-lisp/packages/org/)]

2020-08-13 Thread Uwe Brauer
>>> "NG" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> I am running emacs 28 master 84ec57fe06e187f41a3546131d5dae3b185c3511 >> >> Steps to reproduce >> >> #+TBLN

Re: Bug: org-table-sort-lines returns error [9.3.7 (release_9.3.7-705-gea9463 @ /home/oub/emacs/site-lisp/packages/org/)]

2020-08-13 Thread Uwe Brauer
>>> "NG" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> I am running emacs 28 master 84ec57fe06e187f41a3546131d5dae3b185c3511 >> >> Steps to reproduce >> >> #+TBLN

export an org file to a latex file but in a differerent directory

2020-08-14 Thread Uwe Brauer
e | 7 |5 | | Friday| Blue | 6 |8 | Does not work this variable does exist any more. (Backward compatibility sigh) So which is the correct variable to be used, now? Thanks Uwe Brauer

spreadsheet formulas without a .

2020-08-24 Thread Uwe Brauer
Hi Please look at | 20 | 0.9 | 18. | #+TBLFM: $3=$1*$2;f0 I'd prefer to have the result 18, just written 18 and not 18. I can't the right format in the documentation. Thanks and regards Uwe Brauer

Re: spreadsheet formulas without a .

2020-08-24 Thread Uwe Brauer
>>> "DG" == Dov Grobgeld writes: > You can do the following: > #+TBLFM: $3=$1*$2;%.0f > Search for % at https://orgmode.org/manual/Formula-syntax-for-Calc.html . Thanks, this was the link I was looking for. Uwe smime.p7s Description: S/MIME cryptographic signature

convert a org table to plain text

2020-08-25 Thread Uwe Brauer
Hi What is the inverse function to org-table-convert-region? I am unable to find anything in the documentation or google. Regards We Brauer

Re: convert a org table to plain text

2020-08-25 Thread Uwe Brauer
> Uwe Brauer writes: > Does this: > > https://stackoverflow.com/questions/17717483/howto-convert-org-mode-table-to-original-tabbed-format/17726489#17726489 Yes, very much so. It would be great to have that code included in orgmode. Did anybody try to contact the author?

Re: convert a org table to plain text

2020-08-25 Thread Uwe Brauer
>>> "PN" == Peter Neilson writes: > On Tue, 25 Aug 2020 15:44:30 -0400, Uwe Brauer wrote: >> >> Hi >> >> What is the inverse function to >> org-table-convert-region? >> >> I am unable to find anything in the documentation

Re: export an org file to a latex file but in a differerent directory

2020-09-04 Thread Uwe Brauer
>>> "NG" == Nicolas Goaziou writes: > Hello, > Bastien writes: >> There is none, that's indeed a backward compatibility issue. > Note that exporting to a different directory is called publishing. As you wish, but my original question stands, how to I do this, which is the variable to be set,

Re: export an org file to a latex file but in a differerent directory

2020-09-04 Thread Uwe Brauer
>>> "ITFAF" == Ivan Tadeu Ferreira Antunes Filho writes: > I use the code in > https://github.com/itf/org-export-with-files/blob/master/org-export-with-files.el > in order to define a new function that exports the current subtree to a > different folder, as well as create hard copies

org-time-stamp in German or Spanish or....

2020-09-06 Thread Uwe Brauer
n my-set-calendar-deutsch () ;Version:1.190 (interactive) (setq calendar-week-start-day 1 calendar-day-name-array ["Sonntag" "Montag" "Dienstag" "Mittwoch" "Donnerstag" "Freitag" "Samstag"])) But it does not: it steill does <2020-09-06 Sun> What do I miss? Thanks Uwe Brauer

Re: org-time-stamp in German or Spanish or....

2020-09-06 Thread Uwe Brauer
> Uwe Brauer wrote/hat geschrieben on/am 06.09.2020 11:15: > For me > (setq calendar-day-name-array ["Sonntag" "Montag" "Dienstag" "Mittwoch" > "Donnerstag" "Freitag" "Sams

[Some progress] (was: org-time-stamp in German or Spanish or....)

2020-09-06 Thread Uwe Brauer
> Uwe Brauer wrote/hat geschrieben on/am 06.09.2020 14:01: > Can't answer this, because I don't use a mail buffer, but in an org-file > I use C-c . to insert an active time stamp (result: <2020-09-06 So>) or > C-c ! for an inactive one (result: [2020-09-06 So]) ah

Re: org-time-stamp in German or Spanish or....

2020-09-06 Thread Uwe Brauer
>>> "SN" == Stefan Nobis writes: > Uwe Brauer writes: >> But is inserts the name of the days in English > The format and language of the time-stamps is controlled by the > function format-time-string (the docstring of this function shows all > the available

[solved it] (was: org-time-stamp in German or Spanish or....)

2020-09-06 Thread Uwe Brauer
>>> "SN" == Stefan Nobis writes: > Uwe Brauer writes: >> But it still inserts <2020-09-06 Sun> > What's the value of `system-time-locale'? I found that I had to re-run sudo locale-gen de_DE.UTF-8 sudo dpkg-reconfigure locales The

Re: [Some progress]

2020-09-06 Thread Uwe Brauer
> Uwe Brauer wrote/hat geschrieben on/am 06.09.2020 17:49: > I have to correct myself. > My original note was that > (setq calendar-day-name-array ["Sonntag" "Montag" "Dienstag" "Mittwoch" >"Donnerstag"

strange bug after a fresh install

2020-09-16 Thread Uwe Brauer
Hi I freshly installed Ubuntu 20.04 and used the pre compiled Emacs 26, I copies also all my init files. When I open an org file I obtain an error message I don't understand and attach any help is appreciated Regards Uwe Brauer Debugger entered--Lisp error: (json-readtable-error 47) s

Re: strange bug after a fresh install

2020-09-17 Thread Uwe Brauer
>>> "JJ" == Jeremie Juste writes: > Hello Uwe, > if seems that the problem lies with ob-ipython. > I would suggest to remove ob-ipython to check and then perform a fresh > install of ob-ipython. thanks smime.p7s Description: S/MIME cryptographic signature

Re: strange bug after a fresh install

2020-09-17 Thread Uwe Brauer
>>> "NS" == Nicholas Savage writes: > Are you using ob-ipython? Your trace makes it seem like that might be > loaded maybe in your init files. This issue seems to cover the problem > you are having, since it says that it's modifying `org-mode-hook'. > https://github.com/gregsexton/ob-ipython/iss

opening a 0.5 MB org file is slow

2020-09-29 Thread Uwe Brauer
Hi maybe I am just to impatient but on my 8 GB Thinkpad X1 (4gen) to open a 0.5MB org file takes around 15 sec. Any change to speed this up? Thanks and regards Uwe Brauer

Re: opening a 0.5 MB org file is slow

2020-09-30 Thread Uwe Brauer
>>> "JJ" == Jeremie Juste writes: Hi Jeremie > Hello Uwe, > Can you test with emacs -Q ? I did and then it is much much faster, so the question is which of my dozens of org files slow it down. smime.p7s Description: S/MIME cryptographic signature

Re: opening a 0.5 MB org file is slow

2020-09-30 Thread Uwe Brauer
>>> "T" == TEC writes: > Samuel Wales writes: >> a long time ago i discovered that drawers were the bottleneck. i >> removed a lot of them and got much faster loading speeds. idk if >> that >> is still true. > There's a thread about improving this, see: > https://orgmode.org/list/87h7x9e5jo.

Re: opening a 0.5 MB org file is slow

2020-10-01 Thread Uwe Brauer
>>> "JJ" == Jeremie Juste writes: > Hello Uwe, > Very well, it seems that we are on the right track. So you might gain > some speed by preventing some minor modes to load at the beginning and > load only when you need them. > Like Ihor Radchenko mentioned in his previous a great way to diagnose

org-->latex add local variables after \end{document}

2020-10-05 Thread Uwe Brauer
Hi I have a org file that I want to export to latex but would like to add %%% Local Variables: %%% mode: latex %%% TeX-master: t %%% TeX-output-dir: "/home/oub/ALLES/HGs/TFG-2020/build" %%% End: *after* \end{document} If I do #+begin_src latex :results latex replace :exports results :eval

Re: org-->latex add local variables after \end{document}

2020-10-05 Thread Uwe Brauer
>>> "ESF" == Eric S Fraga writes: > On Monday, 5 Oct 2020 at 09:27, Uwe Brauer wrote: >> I have a org file that I want to export to latex but would like to add > [...] >> It is added before \end{document} >> >> Any idea how to do that? &g

Re: org-->latex add local variables after \end{document}

2020-10-06 Thread Uwe Brauer
>>> "ESF" == Eric S Fraga writes: > On Monday, 5 Oct 2020 at 10:11, Uwe Brauer wrote: >> Right this is correct and this is what I tried, however I hoped for a >> more, hm, elegant solution. But on the other hand, what the heck... > This is pretty much my v

org mode with babel source: execute all source blocks, don't export them to latex

2020-10-12 Thread Uwe Brauer
the current setting the source blocks are also exported. I tried #+begin_src matlab :results output raw :eval never-export but it did not help. Thanks Uwe Brauer

[matlab src is always exported to latex!!] (was: org mode with babel source: execute all source blocks, don't export them to latex)

2020-10-13 Thread Uwe Brauer
Hi Diego Thanks for the quick answer > Hi Uwe, > 1. Is there any equivalent to org-update-all-dblocks for the source > I think you want org-babel-execute-buffer: Right, thanks!!! > Documentation > Call org-babel-execute-src-block on every source block in > the current buffer. > 2.

[solution of sorts] (was: [matlab src is always exported to latex!!])

2020-10-13 Thread Uwe Brauer
> That did not work: I tried > #+begin_src matlab :results output > But when I exported the org file to latex, the matlab code was also > exported. Strange The only solution I am aware is to have something like this (defun my-latex-filter-src-blocks (text backend info) "Remove source

Re: [matlab src is always exported to latex!!]

2020-10-13 Thread Uwe Brauer
>>> "ESF" == Eric S Fraga writes: > On Tuesday, 13 Oct 2020 at 09:26, Uwe Brauer wrote: >> That did not work: I tried >> #+begin_src matlab :results output >> But when I exported the org file to latex, the matlab code was also >> exported. Strange

Re: [matlab src is always exported to latex!!]

2020-10-13 Thread Uwe Brauer
>>> "AB" == Arne Babenhauserheide writes: > Uwe Brauer writes: >> That did not work: I tried >> #+begin_src matlab :results output >> >> But when I exported the org file to latex, the matlab code was also >> exported. Strange > Do y

Re: [matlab src is always exported to latex!!]

2020-10-13 Thread Uwe Brauer
>>> "DZ" == Diego Zamboni writes: Hi Diego > Uwe, > In my testing (using octave since I don't have matlab, but I hope it's > similar), using = :exports none :results output raw= seems to produce the > desired output: > #+begin_src octave :exports results :results output raw That's it. That so

Re: [matlab src is always exported to latex!!]

2020-10-13 Thread Uwe Brauer
>>> "ESF" == Eric S Fraga writes: > On Tuesday, 13 Oct 2020 at 14:56, Uwe Brauer wrote: >>>>> "DZ" == Diego Zamboni writes: >>> #+begin_src octave :exports results :results output raw >> >> That's it. That solves it, th

export to babel, sometimes a block environment is inserted.

2020-10-15 Thread Uwe Brauer
n{block}{The original Lane-Emden equation} \begin{equation*} y''(x)+\frac{2}{x}y'(x)+y^{n} &=0\\ y(0) &= 1\\ y'(0) &=0 \end{equation*} where $n\in[0,5]$ is the polytropic index. \end{block} \end{frame} #+end_src How can I avoid this annoying block environment? Regards Uwe Brauer

Re: export to babel, sometimes a block environment is inserted.

2020-10-15 Thread Uwe Brauer
>>> "CB" == Colin Baxter writes: >>>>>> Uwe Brauer writes: >> Hello I have a org file that I want to export either to >> 1. Regular latex or >> 2. To beamer. >> So I just use the corresponding export engines. >>

from headers to tables, wrap long lines automatically

2020-10-16 Thread Uwe Brauer
Hi Please look at this the resulting table has a very long entry. How could I force a line break? Of course I can go to the table and wrap the line, but this is not what I want. Thanks Uwe Brauer #+begin_src * University Göttingen :PROPERTIES: :COLUMNS: %10IP(IP) %10TIT(Title

Re: export to babel, sometimes a block environment is inserted.

2020-10-16 Thread Uwe Brauer
>>> "ESF" == Eric S Fraga writes: > On Thursday, 15 Oct 2020 at 19:44, Uwe Brauer wrote: >> How can I avoid this annoying block environment? > I know you have sort of solved this (by promoting the headline to a > higher level) but the question I would have

database approach: extract from headers with properties different tables.

2020-10-16 Thread Uwe Brauer
Hi I have the following example * Group1 :PROPERTIES: :COLUMNS: %10Is(Sheet Nr) %10Ej(Exercise Nr) %7TODO(Status) %26TAGS(Which) %17Date(Date) %7STATUS(Status){X/} :ID: Issues :END: ** WAIT:Annu2021: :PROPERTI

Re: export to babel, sometimes a block environment is inserted.

2020-10-17 Thread Uwe Brauer
>>> "ESF" == Eric S Fraga writes: > On Friday, 16 Oct 2020 at 18:06, Uwe Brauer wrote: >> I think I have to learn more about that. > A good starting point to learn what is possible in org for beamer export > is to turn on beamer mode: > #+startup: beamer

export +A+ to latex, xout and not sout

2020-11-08 Thread Uwe Brauer
Hi When I export an org file that contains constructs such as +A+ to a Latex files, it gets converted to \sout{A}. I'd rather prefer to have \xout{A} instead of \sout{A} How can I achieve that? Thanks and regards Uwe Brauer

Re: export +A+ to latex, xout and not sout

2020-11-08 Thread Uwe Brauer
>>> "T" == TEC writes: Hi Timothy > Hi Uwe, > Uwe Brauer writes: >> I'd rather prefer to have \xout{A} instead of \sout{A} >> How can I achieve that? > How about this: > (setcdr (assoc 'strike-through org-latex-text-markup-alist) &

export and import github issues

2020-11-16 Thread Uwe Brauer
Hi Lately I have deal a lot in github issues, so I thought it would be nice to use org for this however the only package I could find seems org-sync which is from 2012 but does not allow me to connect. Anybody knows about a working package? Regards Uwe Brauer

Re: Changed list indentation behavior: how to revert?

2020-11-16 Thread Uwe Brauer
> PS: I started to donate to org-mode a few weeks ago when I realized just > how central it is to my workflows. If it’s the same for you, please > join up: https://liberapay.com/bzg > Creating reliable funding for development of essential Free Software > tools is one of the critica

Re: export and import github issues

2020-11-16 Thread Uwe Brauer
>>> "TC" == Toon Claes writes: > On Mon, Nov 16 2020, Uwe Brauer wrote: >> Hi >> >> Lately I have deal a lot in github issues, so I thought it would be >> nice to use org for this however the only package I could find seems >> org-sync

columnview: could «id» be a list of values?

2020-11-25 Thread Uwe Brauer
istinct id? Thanks and regards Uwe Brauer File: * Sheet 1 :PROPERTIES: :COLUMNS: %10Sheet(Sheet Nr) %10Ub(Exercise Nr) %7STATUS(Status){X/} :ID: Sheet1 :END: ** G1/S1/E1 :PROPERTIES: :ID: G1-S1-E1 :STATUS: [X] :END: ** G2/S1/E2 :PROPERTIES: :Id:

from dired to an org file with list of files with links

2020-12-10 Thread Uwe Brauer
.2343/auto-org-md.el][outo-org-md.el]] [[file:.emacs.d/elpa/auto-org-md-20180213.2343/auto-org-md.elc][outo-org-md.elc]] [[file:.emacs.d/elpa/auto-org-md-20180213.2343/auto-org-md-pkg.elc][outo-org-md-pkg.elc]] Anybody know whether such a functionality/package exist? Thanks Uwe Brauer

[one pkf found] (was: from dired to an org file with list of files with links)

2020-12-10 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > Suppose via dired I see > -rw-rw-r-- 1 oub oub 1003 dic 10 18:17 auto-org-md-autoloads.el > -rw-rw-r-- 1 oub oub 2,0K dic 10 18:17 auto-org-md.el > -rw-rw-r-- 1 oub oub 2,3K dic 10 18:17 auto-org-md.elc >

Re: from dired to an org file with list of files with links

2020-12-11 Thread Uwe Brauer
> Dear Uwe, > * Uwe Brauer [2020-12-10 22:45]: > (require 'dired-x) > (defun dired-to-org-links () > "Generates Org links for Dired files and stores in memory. Yank > it in other buffer" > (interactive) > (let* ((files (dired-get-marked-files

<    4   5   6   7   8   9   10   11   12   13   >