Re: org-latex-preview, pNiceArray (running latex twice)

2024-08-17 Thread Uwe Brauer
>>> "KC" == Karthik Chikmagalur writes: >> Karthik, may you please check if this is going to work with latex >> preview branch? > Tested: It does not work, since LaTeX only runs once in the new LaTeX preview > system as well. > We can adapt the async process chain to run LaTeX twice (or more),

Re: BUG?: org-preview-latex-default-process: imagemagick: cannot use latexmk -f pdf

2024-08-15 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer via "General discussions about Org-mode." > writes: >> - Take the simple example >> ... >> ... >> - Then I change the compiler to >> ("latexmk -f -pdf -output-directory %o %

Re: org-latex-preview, pNiceArray (running latex twice)

2024-08-14 Thread Uwe Brauer
> I can only suggest using "imagemagick" process to use pdf -> png > conversion, but truly that should be a bug in the latex package. I am unable to do that, it seems that org-preview-latex-process-alist only uses dvipng, with the problems reported. -- I strongly condemn Hamas heinous despic

Re: org-latex-preview, pNiceArray (running latex twice)

2024-08-14 Thread Uwe Brauer
> Uwe Brauer writes: > This is expected. > dvipng previews expect .dvi files, not .pdf. You must use > ("latexmk -f -latex -output-directory=%o %f") > Except that latex does not produce the desired result, which indicates > that you are using some very

Re: org-latex-preview, pNiceArray (running latex twice)

2024-08-14 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >>> You originally provided a latex file example: >> >> >>> You can try running latexmk command with the above parameters on that >>> file and se

Re: org-latex-preview, pNiceArray (running latex twice)

2024-08-14 Thread Uwe Brauer
> Uwe Brauer writes: > You originally provided a latex file example: > You can try running latexmk command with the above parameters on that > file and see if the results make sense. Ok, it still does not work. It seems that its really necessary to use either 1. pdflatex no

Re: org-latex-preview, pNiceArray (running latex twice)

2024-08-14 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >>> ("latex -interaction nonstopmode -output-directory %o %f") >> >>> Yes. >> >> Thanks I tried >> ("latexmk -f -pdf -latex -interaction=nonstopmode

Re: org-latex-preview, pNiceArray (running latex twice)

2024-08-14 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >>> You can modify `org-preview-latex-process-alist' to use latexmk. >> Thanks: >> >> You mean for example >> ... >> Key: :programs >> Value: ("latex"

Re: org-latex-preview, pNiceArray (running latex twice)

2024-08-14 Thread Uwe Brauer
> Uwe Brauer via "General discussions about Org-mode." > writes: > Karthik, may you please check if this is going to work with latex > preview branch? > You can modify `org-preview-latex-process-alist' to use latexmk. Thanks: You mean for exampl

Re: remote calls to tables and (empty entry, NAN)

2024-06-07 Thread Uwe Brauer
Hi again > Uwe Brauer writes: > This works for me: >#+TBLFM: $2=if(typeof(remote(table2, @@#$7)) == 12, string(""), > remote(table2, @@#$7)); E I just realized that the @@#$7 is not save against errors #+begin_src * Simple remote #+Name: table1 | Name |

remote calls to tables and (empty entry, NAN)

2024-06-07 Thread Uwe Brauer
19 || | | Wick | 18 || | #+TBLFM: $2=remote(table2,@@#$7) #+end_src Any idea how to obtain an empty entry instead of 0? Thanks and regards Uwe Brauer -- I strongly condemn Hamas heinous despicable pogroms/atrocities on Israel I strongly condemn Putin's w

Re: old pkg fstree stopped working

2024-02-18 Thread Uwe Brauer
> Uwe Brauer writes: > Is you see "can't do anything useful here", it most likely means that > you did not load the package. > http://www.burtzlaff.de/org-fstree/org-fstree.el has (add-hook > 'org-ctrl-c-ctrl-c-hook 'org-fstree-apply-maybe) > which

old pkg fstree stopped working

2024-02-15 Thread Uwe Brauer
tells me: can't do anything useful here. I updated org-mode recently could that be the reason? I have changed my emacs version lately. Regards Uwe Brauer -- I strongly condemn Hamas heinous despicable pogroms/atrocities on Israel I strongly condemn Putin's war of aggression against U

Re: problems with templates and ID in properties

2024-02-04 Thread Uwe Brauer
> Uwe Brauer writes: > It is actually not the culprit. The problem is much simpler. > You forgot :PROPERTIES: line in your capture template. > So, what Org sees is > * Heading > :ID: > ... > :END: 😱 😨 I am very sorry. Thanks for you patie

Re: problems with templates and ID in properties

2024-02-04 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> ("my" "Annu Grupos Ejercicios" entry (file+olp >> "~/ALLES/HGs/tex/vorlesungen/HGAnnu/Hojas-Teoria/Soluciones-2024/grupos2024.org" >> "Grupos") >>

Re: problems with templates and ID in properties

2024-02-04 Thread Uwe Brauer
] :Hoja: :Ej: :END:"))) --8<---cut here---end--->8--- Works concerning the ** entry but inserts the unwanted END after org-id-new. I can live with solution 1 but still wonder.. Thanks Uwe Brauer -- I strongl

Re: problems with templates and ID in properties

2024-02-04 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >>> I recommend changing your capture template to >>> (file+olp "~/grupos2024.org" "Grupos") >> >> That gives an error, as gives file+headline >> so this

Re: problems with templates and ID in properties

2024-02-04 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> ("mk" "Annu Grupos Ejercicios" entry (file+olp >> "~/ALLES/HGs/tex/vorlesungen/HGAnnu/Hojas-Teoria/Soluciones-2024/grupos2024.org") >> ... >> Gives the error

Re: problems with templates and ID in properties

2024-02-03 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >>> It might be changed. Currently, we mimic the behavior of >>> org-yank-subtree, so that we always insert captured entry under the >>> correct level regardless of the capture target. For

Re: problems with templates and ID in properties

2024-02-03 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer via "General discussions about Org-mode." > writes: >>> Uwe Brauer writes: >> >> Thanks for you answer >>> This is expected. As per `org-capture-templates' docstring, "

problems with templates and ID in properties

2024-02-02 Thread Uwe Brauer
y an ID has been inserted, that is fine but now there are two ENDS which I have manually to repair (and the indentation is wrong) Any idea how to solve this problem Regards Uwe Brauer -- I strongly condemn Hamas heinous despicable pogroms/atrocities on Israel I strongly condemn Putin'

Re: org table export to latex, longtable, code does not compile

2024-01-04 Thread Uwe Brauer
> Uwe Brauer writes: > This is the same with what I see (except how timestamps are exported, > but those are not relevant). I see, so my problem occurs from the fact that I want every endline (\\) also carry a \hline. So the solution I posted fixes then this particular problem

Re: org table export to latex, longtable, code does not compile

2024-01-03 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> I am running emacs 29 and org mode 9.6.9 >> >> I have set (setq org-latex-line-break-safe "") >> ... >> Will be translated to >> >> #+begin_src >&g

[SOLVED] (was: org table export to latex, longtable, code does not compile)

2024-01-02 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I am running emacs 29 and org mode 9.6.9 > I have set (setq org-latex-line-break-safe "") > Nevertheless the following example This helped (defun my-latex-insert-hline-always (row backend info) "Add

org table export to latex, longtable, code does not compile

2024-01-02 Thread Uwe Brauer
span l.35 ./problem.tex:38: Misplaced \noalign. \hline ->\noalign {\ifnum 0=`}\fi \penalty \@M \futurelet \@let@token \LT@@h...l.38 \hline ./problem.tex:39: Misplaced \omit. \multispan ->\omit \@multispan l.39 \endhead #+end_src The problem

[SOLVED] (was: certain files should not be folded)

2023-11-25 Thread Uwe Brauer
>>> "FE" == Fraga, Eric writes: > I'll let others chime in because I definitely get the file with > everything opened. Maybe tell us what version of org and emacs you are > using and also what happens if you start emacs with -Q to not include > your customizations? I am an idiot. I debugged my

Re: certain files should not be folded

2023-11-25 Thread Uwe Brauer
>>> "FE" == Fraga, Eric writes: > I'll let others chime in because I definitely get the file with > everything opened. Maybe tell us what version of org and emacs you are > using and also what happens if you start emacs with -Q to not include > your customizations? Right I assume I have to debu

Re: certain files should not be folded

2023-11-24 Thread Uwe Brauer
>>> "FE" == Fraga, Eric writes: > On Friday, 24 Nov 2023 at 18:47, Uwe Brauer wrote: >> Since I am not sure what are precisely these VISIBILITY properties, > By VISIBILITY properties, I meant literally that: any properties > labelled as VISIBILITY. But obvi

Re: certain files should not be folded

2023-11-24 Thread Uwe Brauer
>>> "FE" == Fraga, Eric writes: > The default is to show everything. Do you have an VISIBILITY properties > in the file? Since I am not sure what are precisely these VISIBILITY properties, here is one example file --8<---cut here---start->8--- #+STARTUP: sho

certain files should not be folded

2023-11-24 Thread Uwe Brauer
Hi I tried to follow https://orgmode.org/manual/Initial-visibility.html and put, for example, #+STARTUP: nofold or #+STARTUP: showall or #+STARTUP: showeverything But it did not work I close and open the file, but all headers are folded, what do miss here. Thanks Uwe Brauer -- I

Re: how to exclude certain row values from calculation in a table

2023-11-06 Thread Uwe Brauer
Hi Bruno > Hi Uwe, > Uwe Brauer writes: > ... > You could use 'vmask' to mask the values you don't want. > Here is an example using vmask: >|| Price | >|+| >| 1 |

how to exclude certain row values from calculation in a table

2023-11-06 Thread Uwe Brauer
=vsum(@II$2..@III$2);f2 But suppose the value I'd like to exclude would be 29.97, then I would need some reordering, I prefer to avoid. Any idea how to exclude row values in a column? Regards Uwe Brauer -- I strongly condemn Hamas heinous atrocities on Israel, especially the despi

Re: the opposite of the noexport tag

2023-10-24 Thread Uwe Brauer
> Uwe Brauer writes: > I find this part confusing - we first talk about no "export" tags at all > and then immediately about using with "export" tags. I dropped it in the > attached patch. Maybe there is a better way to formulate the same? > In the attach

Re: the opposite of the noexport tag

2023-10-23 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> I recommend then to clarify this is in the manual: the expression in the >> manual is >> `("export")' > What about the attached patch? I added some lines, and run rediff an

Re: the opposite of the noexport tag

2023-10-23 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> I recommend then to clarify this is in the manual: the expression in the >> manual is >> `("export")' > What about the attached patch? > From f94d0c8dfa875983332dfe9432e6e

Re: the opposite of the noexport tag

2023-10-23 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >>> This is not a correct format. Please, review the manual section I linked >>> to. >> >> So it should be >> #+options: SELECT_TAGS: ("noexport") >> #+options

Re: the opposite of the noexport tag

2023-10-22 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> I tried >> , >> | >> | #+options: SELECT_TAGS: noexport >> | #+options: EXCLUDE_TAGS: export > This is not a correct format. Please, review the manual section I linked >

Re: the opposite of the noexport tag

2023-10-22 Thread Uwe Brauer
> Uwe Brauer writes: > My mistake: I didn't reload the file after adding the local > variables: your example didn't work for me either. Sorry. > Just follow what Ihor told you, it's simpler. > About exporting the tags, the following option seem to do the tri

Re: the opposite of the noexport tag

2023-10-22 Thread Uwe Brauer
> Uwe Brauer writes: > I just tested your example. It works for me, exporting to HTML. I'm > using org version 9.7-pre. > What is the error ? Well since I did not set a list, org mode complained about it. Not in your case? I exported to LaTeX but it should make any differ

Re: the opposite of the noexport tag

2023-10-22 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> | # org-export-select-tags: noexport >> | # org-export-exclude-tags: export > This is not right. The value must be a list. Ok that triggered the error then > Alternatively to file-local

Re: the opposite of the noexport tag

2023-10-22 Thread Uwe Brauer
>>> "BB" == Bruno Barbier writes: Hi > Hi, > Uwe Brauer writes: >> >> So it would be very handy to configure the exporter for that file >> locally that he only exports sections that have a export tag >> >> Is this possible? > Did y

the opposite of the noexport tag

2023-10-22 Thread Uwe Brauer
rather cumbersome. Regards Uwe Brauer -- Warning: Content may be disturbing to some audiences I strongly condemn Hamas bestialic terroristic attack on Israel, especially the despicable pogroms. I strongly condemn Putin's war of aggression against Ukraine. I support to deliver weapo

Re: Feature request: export form feed as page break

2023-10-22 Thread Uwe Brauer
ave speeded up my workflow considerably. Two additional comments 1. The exporter regularly merges the latest org versions into its fork, so there is no compatibility problem. 2. The author/maintainer is very responsive to bug reports and keen to implement new f

Re: [the cryptic @@#$7]

2023-10-12 Thread Uwe Brauer
>>> "BB" == Bruno Barbier writes: > Hi Uwe, > Uwe Brauer writes: >> Here is an example where the org-lookup-first method seems to fail >> #+TBLFM: $3='(org-lookup-first $2 '(remote(Table1A, @I$1..@II$1)) >> '(remote(Table1A, @I$7..@I

Re: [the cryptic @@#$7]

2023-10-11 Thread Uwe Brauer
> Uwe Brauer writes: > The ref "remote(table1,@2$7..@>$7)" targets a range, containing all fields of > colum 7. So, for each field, you get the same value: an array > containing all the field values: [22, 19, 19]. > See (info "(org) References"), in t

Re: [the cryptic @@#$7]

2023-10-08 Thread Uwe Brauer
> Uwe Brauer writes: > The ref "remote(table1,@2$7..@>$7)" targets a range, containing all fields of > colum 7. So, for each field, you get the same value: an array > containing all the field values: [22, 19, 19]. > See (info "(

Re: equivalent of VLOOKUP (in ods) to org-table

2023-10-08 Thread Uwe Brauer
> Uwe Brauer writes: >#+TBLFM: $3='(org-lookup-first $1 '(remote(table1, @I$1..@II$1)) > '(remote(table1, @I$7..@II$7))) Oops no I tried $3='(org-lookup-first '(remote(table1, @1$7..@4$7))) And that gave error So thanks a lot >#+TBLFM: $5=vsu

[the cryptic @@#$7] (was: equivalent of VLOOKUP (in ods) to org-table)

2023-10-08 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: >>> "BB" == Bruno Barbier writes: >> Hi Uwe, >> Uwe Brauer writes: >>> so the question is what is equivalent of VLOOKUP in org. >> Did you check these lookup functions in the Org manual? &g

Re: equivalent of VLOOKUP (in ods) to org-table

2023-10-08 Thread Uwe Brauer
>>> "BB" == Bruno Barbier writes: > Hi Uwe, > Uwe Brauer writes: >> so the question is what is equivalent of VLOOKUP in org. > Did you check these lookup functions in the Org manual? >(info "(org) Lookup functions") Yes of course, but I am

equivalent of VLOOKUP (in ods) to org-table

2023-10-08 Thread Uwe Brauer
gards Uwe Brauer -- Warning: Content may be disturbing to some audiences I strongly condemn Putin's war of aggression against Ukraine. I support to deliver weapons to Ukraine's military. I support the NATO membership of Ukraine. I support the EU membership of Ukraine. https://addons.

org-table-transpose-table-at-point does not convert formulas

2023-10-06 Thread Uwe Brauer
presume excel allow to transpose a table and convert the corresponding formula) Thanks and regards Uwe Brauer -- Warning: Content may be disturbing to some audiences I strongly condemn Putin's war of aggression against Ukraine. I support to deliver weapons to Ukraine's military.

shrink tables automatically, but individually

2023-10-03 Thread Uwe Brauer
15 |202 | | | range| 329 |329 |329 |329 | | | weight |88 |279 |315 |128 | But this seems not to work Is this feature implemented, and I don't find it? Thanks Uwe Brauer -- Warning: Content may be disturbing to some audiences I strongly conde

[Solved sort of ] (was: org table how to «convert» column formula into row formula)

2023-09-30 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I have the following table > | name | pos | rango | weight | > |--+-+---+| > | | 23 | 329 |307 | > | | 71 | 329 |259 | > | | 77 | 333 |257 | > | | 5

org table how to «convert» column formula into row formula

2023-09-30 Thread Uwe Brauer
$13);f1 but it did not work, of course I could try out to set a formula for each cell but frankly this would not be practical. Any suggestions? thanks Uwe Brauer -- Warning: Content may be disturbing to some audiences I strongly condemn Putin's war of aggression against the Ukraine. I su

Re: how to be sure that there are not doble entries for org-id-locations

2023-06-18 Thread Uwe Brauer
> Uwe Brauer writes: > Looks like XY problem. > Why not just use remote reference? > See 3.5.1 References section of Org manual. I am very confused. According to that part of the manual and I quote , | | where NAME can be the name of a table in the current file as set by a

how to be sure that there are not doble entries for org-id-locations

2023-06-18 Thread Uwe Brauer
s, since I accidently can introduce such and id, twice. Therefore is there any way to check it (other then opening the opening .org-id-locacations and check it manually)? Thanks Uwe Brauer -- Warning: Content may be disturbing to some audiences I strongly condemn Putin's war of aggression agai

Re: org-table, empty cells and nan

2023-06-16 Thread Uwe Brauer
>>> "BB" == Bruno Barbier writes: > Hi, > Uwe Brauer writes: >> A solution is to put 0 in colum 4, but for some reasons which are a >> complicated to explain, I want to avoid that. >> >> | Na

org-table, empty cells and nan

2023-06-16 Thread Uwe Brauer
9 | 7.90 | 0 |5.81 | 5.8 | #+TBLFM: $6=if("$2" == "nan", string("NP"), 0.65*$2+0.25*$3+$4); E f-1 Any idea how to deal with the situation? Regards Uwe Brauer

Re: org-latex-preview seems no to work for the \includegraphicscomm

2023-06-08 Thread Uwe Brauer
>>> "T" == Timothy writes: Hi Timothy > Hi Uwe, Do you think you could see if the issue is gone with my > revamped-LaTeX-preview-WIP branch? (see > ) thanks for the quick reply, I am quite interested, since lately I had to write a lot o

org-latex-preview seems no to work for the \includegraphicscomm

2023-06-08 Thread Uwe Brauer
Hi I am in a directory where the following line \includegraphics[height=0.8\textheight,width=0.8\textwidth]{images/220px-Enigma_Verkehrshaus_Luzern_cropped.jpg} Can be successfully compiled. However in an org file org-latex-preview does not work for \includegraphics[height=0.8\texthe

org-ref-helm-insert-ref-link and latex src blocks

2023-05-30 Thread Uwe Brauer
funcall-interactively(reftex-reference) | call-interactively(reftex-reference nil nil) | command-execute(reftex-reference) | ` Any idea what to do? Thanks and regards Uwe Brauer -- Warning: Content may be disturbing to some audiences I strongly condemn Putin's war of aggressio

Re: how to insert, interactively org-time-stamp with any time

2023-05-22 Thread Uwe Brauer
> Uwe Brauer writes: > C-u C-c . 2023-05-22 16:45 > or (is you do it today) > C-u C-c . 16:45 Ah, thanks > That's your setting, no? It looks like you have no equivalent of AM/PM > in your locale, so %p expands to empty string, prepended by space, as > you instruct

how to insert, interactively org-time-stamp with any time

2023-05-22 Thread Uwe Brauer
ime stamp is displayed is <22.05.2023 09:45 > While , | org-time-stamp-formats is a variable defined in ‘org_init.el’. | | Its value is ("<%Y-%m-%d>" . "<%Y-%m-%d %H:%M>") ` And my setting is '(org-time-stamp-custom-formats '("%d.%m

Re: the change in org-time-stamp-custom-formats

2023-05-09 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >>> You can. Or you can leave things unchanged. >> >> Well if I don't change I see the time stamps like this >> <<09.05.2023 > >> instead of >> >> <09

Re: the change in org-time-stamp-custom-formats

2023-05-09 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> But I have files with the setting >> >> #+begin_src emacs-lisp :results silent :exports none >> (custom-set-variables >> '(org-display-custom-times t) >> '

the change in org-time-stamp-custom-formats

2023-05-09 Thread Uwe Brauer
Hi I just read in the news that the Leading =<= and trailing =>= in the default values of ~org-time-stamp-formats~ and ~org-time-stamp-custom-formats~ are stripped. No changes on the user side are needed if ~org-time-stamp-custom-formats~ was customized. But I have files with the setting #+b

Re: [ox-gfm]

2023-05-09 Thread Uwe Brauer
> On Mon, 8 May 2023 at 18:35, Uwe Brauer wrote: > I think this is the package we are referring to? > https://github.com/larstvei/ox-gfm Thanks very much > https://list.orgmode.org/m2eh1adtye@ifi.uio.no/ > The README says loading ox-gfm adds it to the org-export-dispatch,

[ox-gfm] (was: org mode to github markdown)

2023-05-08 Thread Uwe Brauer
>>> "GdaO" == General discussions about Org-mode writes: > Uwe Brauer writes: >> There seems no export backend for (github) markdown > I think you are looking for "ox-gfm". Thanks, I realized this is an important pkg for my purpose (although I have

Re: org mode to github markdown

2023-05-08 Thread Uwe Brauer
>>> "MN" == Max Nikulin writes: > On 08/05/2023 02:45, Ihor Radchenko wrote: >> In particular, vanilla >> markdown allow direct HTML fragments, which are disabled in >> GitHub/Reddit/many other websites for security reasons. > GitHub allows some HTML tags. I have noticed e.g. floating and > co

Re: org mode to github markdown

2023-05-07 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> There seems however to (github) markdow exporter (I also checked the >> package-list) >> >> Anybody has a suggestion? > ox-pandoc Ok, thanks but I meant including it in email, that is

org mode to github markdown

2023-05-07 Thread Uwe Brauer
web interface There seems however to (github) markdow exporter (I also checked the package-list) Anybody has a suggestion? Regards Uwe Brauer -- Warning: Content may be disturbing to some audiences I strongly condemn Putin's war of aggression against the Ukraine. I support to deliver weapo

Re: orgtable to latex export \hline[0pt] why?

2023-04-22 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> After pulling the latest org mode, the following table >> >> Is exported to latex as >> ... >> \begin{center} >> \begin{tabular}{r} >> Ej1A & Ej1B & Ej

orgtable to latex export \hline[0pt] why?

2023-04-21 Thread Uwe Brauer
p; 10 & 20 & 10 & 15 & 10 & 85\\ \hline[0pt] \end{tabular} \end{center} Now, \hline[0pt] gives an error when I compile it with texlive 2019. 1. Why was the exporter changed. 2. How can I turn this \hline[0pt] off? Thanks Uwe Brauer -- Warning: Content may be disturbi

Re: export only certain columns of an org-table to csv

2023-04-14 Thread Uwe Brauer
> Uwe Brauer writes: > This one is tricky. > Table export is intentionally decoupled from general export settings: I see, that explains it. [Snip]… > I understand that the suggested `org-export-region-as' will not work > because we don't have ox-csv. And chan

Re: export only certain columns of an org-table to csv

2023-04-09 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> I have the following simple table >> >> >> #+Name: table >> | / | / | <> | <> | >> | | Name | Sheet1 | Sheet2 | >> |---+++

export only certain columns of an org-table to csv

2023-04-08 Thread Uwe Brauer
csv (orgtbl-to-csv), indeed they are not when exporting to latex or html but for csv, all columns have been exported. What do I miss? Thanks and regards Uwe Brauer -- Warning: Content may be disturbing to some audiences I strongly condemn Putin's war of aggression against the Ukraine. I s

Re: org-ref-formatted-citation-formats for books: ISBN

2023-04-01 Thread Uwe Brauer
>>> "JK" == John Kitchin writes: > there isn't enough information to tell what you are trying to do or if it > is the right thing to do. I don't think that is how org-ref exports to HTML > anymore, now it uses CSL. There is something like that syntax for > bibtex-completion-display-formats. > Yo

Re: bi-lingual text

2023-03-11 Thread Uwe Brauer
> Uwe Brauer writes: Hi > `2C-mode' might be what you want. Be warned, though, that it might be > confusing when first using it, and that there might be missing > information since I have just begun to explore it because of your > message. > (Also, there

bi-lingual text

2023-03-11 Thread Uwe Brauer
the package system but could not really find anything. Any ideas Thanks and regards Uwe Brauer -- Warning: Content may be disturbing to some audiences I strongly condemn Putin's war of aggression against the Ukraine. I support to deliver weapons to Ukraine's military. I support

org-ref-formatted-citation-formats for books: ISBN

2023-03-10 Thread Uwe Brauer
${address}: ${publisher}.") However when I want to export a book reference to HTML, the ISBN field is not inserted. Any idea what is wrong? Thanks Uwe Brauer -- Warning: Content may be disturbing to some audiences I strongly condemn Putin's war of aggression against the Ukrain

Re: How to exclude colum titles from calculations

2023-03-09 Thread Uwe Brauer
>>> "FE" == Fraga, Eric writes: > I make extensive use of the advanced features of the spreadsheet in org > tables, specifically having a first column that indicates which rows > should be calculated or not. Check out the org info manual > (org) Advanced features Aha, thanks meanwhile I trie

How to exclude colum titles from calculations

2023-03-09 Thread Uwe Brauer
string(""),0.25*$4); E f-2 Which is terrible. Any idea how to avoid this? Thanks and regards Uwe Brauer -- Warning: Content may be disturbing to some audiences I strongly condemn Putin's war of aggression against the Ukraine. I support to deliver weapons to Ukraine's mil

Re: how can I fill a column (of any size) with zeros?

2023-03-07 Thread Uwe Brauer
>>> "FE" == Fraga, Eric writes: > Maybe just column formula $2=0.0? Yep sometimes the easiest solution is the correct one > -- Warning: Content may be disturbing to some audiences I strongly condemn Putin's war of aggression against the Ukraine. I support to deliver weapons to Ukraine's mi

Re: how can I fill a column (of any size) with zeros?

2023-03-07 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> #+TBLFM: $1=@#-1 >> >> How could I generate just a column of zeros but not consecutive numbers? > #+TBLFM: $1=0 Ah, thanks -- Warning: Content may be disturbing to some audiences I

how can I fill a column (of any size) with zeros?

2023-03-07 Thread Uwe Brauer
| | #+TBLFM: $1=@#-1 How could I generate just a column of zeros but not consecutive numbers? Thanks and regards Uwe Brauer -- Warning: Content may be disturbing to some audiences I strongly condemn Putin's war of aggression against the Ukraine. I support to deliver weapons to Ukraine's mi

Re: export to html, colored dates: org-mime export works but org to html does not

2023-02-11 Thread Uwe Brauer
> [ Adding Org ML back to CC ] > Uwe Brauer writes: > See "13.9.12 CSS support" section of Org manual. Thanks! #+OPTIONS: html-style:nil Works, maybe is too blunt, but good enough for me -- Warning: Content may be disturbing to some audiences I strongly condemn Putin&

Re: export to html, colored dates: org-mime export works but org to html does not

2023-02-11 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> <2023-02-11> >> >> But I would like to having the same result org-mime obtains >> >> Namely >> >> 11.02.2023 >> >>

Re: export to html, colored dates: org-mime export works but org to html does not

2023-02-11 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >>> #+MACRO: IDATE @@html:$1@@ >> >>> {{{IDATE(<2023-02-11>)}}} >> ... >> * Title {{{<2023-02-11>}}} >> {{{(<2023-02-11>)}}} >> >> >&g

Re: export to html, colored dates: org-mime export works but org to html does not

2023-02-11 Thread Uwe Brauer
>>> "BB" == Bruno Barbier writes: > Uwe Brauer writes: > .. >> (add-to-list 'org-export-filter-plain-text-functions 'my-html-red) > .. >> But if I have >> #<2023-02-11># >> in an org file and export it to html, no co

export to html, colored dates: org-mime export works but org to html does not

2023-02-11 Thread Uwe Brauer
g-export-filter-plain-text-functions 'my-html-red) Now if I have #<2023-02-11># in an email it gets replaced by 11.02.2023 But if I have #<2023-02-11># in an org file and export it to html, no color is added to the timestamp. I don't know how to debug this. Any idea?

[SOLVED] (was: how to export to latex with $ constructs rcsinfo)

2023-01-26 Thread Uwe Brauer
> Uwe Brauer writes: > Then just use #+begin_export latex construct Thanks! That solved the problem -- Warning: Content may be disturbing to some audiences I strongly condemn Putin's war of aggression against the Ukraine. I support to deliver weapons to Ukraine's military. I

Re: how to export to latex with $ constructs rcsinfo

2023-01-26 Thread Uwe Brauer
>>> "FE" == Fraga, Eric writes: > On Thursday, 26 Jan 2023 at 12:22, Uwe Brauer wrote: >> \rcsInfo $Id: manual-matlab-git.tex,v 2716 2023/01/26 10:48:53 oub Exp oub $ > What if you protect this, as in > @@latex:\rcsInfo $Id: manual-matlab-git.tex,v 2716

Re: how to export to latex with $ constructs rcsinfo

2023-01-26 Thread Uwe Brauer
> Uwe Brauer writes: Hi > Hello, > IIUC, #+latex_header{,_extra} only handles the single line it is on. > Therefore, you will have to prefix "#+latex_header_extra:" for each line > you want to have in LaTeX verbatim. Thanks but this is a misunderstanding. I n

how to export to latex with $ constructs rcsinfo

2023-01-26 Thread Uwe Brauer
$ Putting it in a src block does not help since I obtain than the verbatim environment. Any idea what to do? Thanks Uwe Brauer -- Warning: Content may be disturbing to some audiences I strongly condemn Putin's war of aggression against the Ukraine. I support to deliver weapons to Ukraine'

Re: org-ref (including cite or not) and references with numbers exporting to HTML

2023-01-20 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> 1. When I use org-ref-helm-insert-cite-link, either I obtain >> cite:tao06:_global >> or >> cite:Choquet-Bruhat_09 >> but I cannot spot any difference in my bibfile, save that

org-ref (including cite or not) and references with numbers exporting to HTML

2023-01-19 Thread Uwe Brauer
Hi I am using org-ref and helm and have two quetions 1. When I use org-ref-helm-insert-cite-link, either I obtain cite:tao06:_global or cite:Choquet-Bruhat_09 but I cannot spot any difference in my bibfile, save that the tao06 reference has a : in its

org-table: mark a cell

2022-12-29 Thread Uwe Brauer
. | || | marks the cell above | regards Uwe Brauer -- Warning: Content may be disturbing to some audiences 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

Re: org-clock-report on headings and subheadings or for the whole file?

2022-11-14 Thread Uwe Brauer
> Uwe Brauer writes: > 8.4.2 The clock table: >The ‘#+BEGIN’ line contains options to define the scope, structure, > and formatting of the report. Defaults for all these options can be > configured in the variable ‘org-clocktable-defaults’. thanks -- Warning:

Re: org-clock-report on headings and subheadings or for the whole file?

2022-11-14 Thread Uwe Brauer
> Uwe Brauer writes: > What about the attached patch? Sounds good to me > From a5dff6d46044db868dd95f6b57c28dffb202c308 Mon Sep 17 00:00:00 2001 > Message-Id: > > From: Ihor Radchenko > Date: Tue, 15 Nov 2022 09:35:47 +0800 > Subject: [PATCH] org-clock-report: Imp

Re: org-clock-report on headings and subheadings or for the whole file?

2022-11-14 Thread Uwe Brauer
> Uwe Brauer writes: > :indent nil > See 8.4.2 The clock table Ok I read this, but I cannot see how to configure the default behavior of the clocktable So in my case it is inserted the only thing that can be changed is the scope, but other options I have to add or modify manuall

  1   2   3   4   5   6   7   8   9   10   >