[O] [SOLVED :padline no] (was: org-babel-trangle, proble when loop is interrupted by documentation)

2018-04-21 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: >> 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. I think I found it: * A t

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

2018-04-30 Thread Uwe Brauer
Thanks! Do you mean #+begin_src org #+name: raw-data2 |---+-+-+-+-+-+-+-+-| | | / | | <> | <> | <> | <> | <> | <> | | | Nombre Completo | DNI | Ej1 | Ej2 | Ej3 | Ej4 | Ej5 | Res | |---+-+-+-+-+---

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

2018-05-01 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: Since I am using a git version from July I just pulled the latest master compiled and installed. > It definitely works here. Here is the table I consider #+name: raw-data2 |---+-+-+-+-+-+-+-+-| | | Nomb

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

2018-05-01 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: > It definitely works here. Sorry by bad, I did not eval the lisp command in-interval! Now everything works as expected. Thanks! smime.p7s Description: S/MIME cryptographic signature

Re: [O] Adding single cell movement to org-table

2018-05-04 Thread Uwe Brauer
>>> "Chris" == Chris Kauffman writes: > I was the original person who was working on code for single cell movement > but got distracted by a move to the midwest, job change, and marriage. I > will attempt to complete the code in the next month to submit a patch. All very good reasons, e

[O] orgalist-mode seems not to work in GNU emacs 27 (master)

2018-05-07 Thread Uwe Brauer
e compiled Lisp function. It is bound to M-RET. (anonymous &optional ARG) Not documented. [back] So I am puzzled. What do I miss? Uwe Brauer

[O] [solved] (was: orgalist-mode seems not to work in GNU emacs 27 (master))

2018-05-07 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hi > I just downloaded the package and turn orgalist minor mode on in my > message buffer. I try to insert a list as described Forget my mail. I restarted emacs and everything is as expected. Sorry for the noise. s

[O] turn on orgalist in message buffer

2018-05-07 Thread Uwe Brauer
ld use a anonymous lambda function, but I try to avoid that in a hook. Uwe Brauer

Re: [O] turn on orgalist in message buffer

2018-05-07 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > (add-hook 'mail-mode-hook #'orgalist-mode) > (add-hook 'message-mode-hook #'orgalist-mode) Ah! Thanks indeed it does. I was wondering whether there exists a simple solution and in fact it does. smime.p7s D

[O] exporting radio tables longtabular

2018-05-21 Thread Uwe Brauer
_LaTeX: :environment longtabu It is not exported as a lontabu environment. What do I miss? Thanks Uwe Brauer

[O] [partially solved] (was: exporting radio tables longtabular)

2018-05-21 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hi > | / | <> | <>| <> | <> | <> | <> | <> | <> | > | | Ap

[O] extract a column from a table but but an name on the new table

2018-05-24 Thread Uwe Brauer
) (list (nth 2 line))) data) #+END_SRC #+RESULTS: | 3 | | 4 | | 6 | | 7 | It works nicely but how could I obtain the result with a table name, like: #+TBLNAME: RESULTS | 3 | | 4 | | 6 | | 7 | Or something like this? Thanks Uwe Brauer

[O] org file: export matlab to latex, then to html

2018-05-25 Thread Uwe Brauer
, or when when it was the result was not converted to HTML. Any help is appreciated Regards Uwe Brauer

Re: [O] org file: export matlab to latex, then to html

2018-05-26 Thread Uwe Brauer
>>> "John" == John Kitchin writes: > what if you use :wrap latex in the header? That should wrap the > output in a latex block, which seems to export to html for me. Hi I presume you mean: #+begin_src matlab :results output latex :exports results :wrap latex X=[1,2,3,4,5,6,7]; p=[1/7 1/7

Re: [O] extract a column from a table but but an name on the new table

2018-05-26 Thread Uwe Brauer
> You may name the Lisp block like that: > -- > #+TBLNAME: raw-data > | 1 | a | 3 | > | 2 | b | 4 | > | 3 | c | 6 | > | 4 | d | 7 | Thank you! BTW I found it strange that the extracting function does not exist in vanilla org. My sit

Re: [O] extract a column from a table but but an name on the new table

2018-05-27 Thread Uwe Brauer
> On 26/05/2018 10:32, Uwe Brauer wrote: > You may like the out-of-the-boxtable remote references: > | 3 | > | 4 | > | 6 | > | 7 | > | | > | | > #+TBLFM: $1=remote(raw-data,@@#$3) > The downside is that you need to create

[O] orgtbl in latex files: array with \hline

2018-05-29 Thread Uwe Brauer
l-to-latex :latex-default-table-mode math :environment array | f(x)| \mathcal{L} \left\{ f(x) \right\} =F(s) | \end{comment} \end{equation*} How can I achieve {|c|c|} and \hline when translating the table to latex? Thanks Uwe Brauer

[O] table and a if structure

2018-06-06 Thread Uwe Brauer
e idea is if the second column has an entry NP then no operation should be applied. But my table does not work. So it seems that there is some syntax error. Thanks Uwe Brauer

[O] orgalist: increase vspace between points, leave orgalist (indent)

2018-06-12 Thread Uwe Brauer
with increased vspace 1. How can I increase the vspace (say one blank line) between 2 points in a list. 2. Which key should I use to leave a list? Return just jumps ^ to position. But I am looking for a command which would jump. Thanks Uwe Brauer

Re: [O] orgalist: increase vspace between points, leave orgalist (indent)

2018-06-13 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> First of all thanks for orgalist, I use it frequently and enjoy quite a >> bit. There are two features I am missing (or don't know who to use >> them).

[O] how to compare strings of two columns for huge tables

2018-06-13 Thread Uwe Brauer
OK")) But it did not work. I googled and looked up the manual, no help. It seems a common problem for spreadsheet so I presume there must be an solution but I am unable to find it and would appreciate any help. Thanks Uwe Brauer

[O] [SOLVED?] (was: how to compare strings of two columns for huge tables)

2018-06-13 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hi > I have tables (several hundred rows) like this > | 03217428 | 3217428 | | > | 71310606 | 71310606 | | > | 05944371 | 5944371 | | > | 70086251 | 70086251 | | > | 50325182 | 5

[O] close a template?

2018-06-14 Thread Uwe Brauer
g line? Auctex has a similar functionality called «close environment» which is a real time saver. Uwe Brauer

Re: [O] close a template?

2018-06-14 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Thursday, 14 Jun 2018 at 10:10, Uwe Brauer wrote: >> Hi >> >> I asked that more than a year ago, but maybe meanwhile there are some >> news in master which I did not noticed. &g

[O] export to odt, eqnarray and align are not supported

2018-06-15 Thread Uwe Brauer
-\mu_{C2} > 0\\ \end{eqnarray} \begin{align} H_0&= \mu_{C1}-\mu_{C2}=0\\ H_a&= \mu_{C1}-\mu_{C2} > 0 \end{align} The odt file I obtain looks like Uwe Brauer testodt.odt Description: application/vnd.oasis.opendocument.text

Re: [O] export to odt, eqnarray and align are not supported

2018-06-15 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hi > Maybe there is something odd in my configuration, but I cannot export > the following minimal example to odt, with the equation correctly > translated, and I don't know how to debug it. Sigh (describe-va

Re: [O] export to odt, eqnarray and align are not supported

2018-06-15 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Friday, 15 Jun 2018 at 10:52, Uwe Brauer wrote: >> Both a set to nil, but even if I try dvipng via >> >> #+OPTIONS: tex:dvipng >> >> Or #+OPTIONS: tex:imagemagick >

[O] [Sort of Solved:culprit] (was: export to odt, eqnarray and align are not supported)

2018-06-15 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Friday, 15 Jun 2018 at 10:52, Uwe Brauer wrote: >> Both a set to nil, but even if I try dvipng via >> >> #+OPTIONS: tex:dvipng >> >> Or #+OPTIONS: tex:imagemagick >

[O] [equations: conversions] (was: [Sort of Solved:culprit])

2018-06-15 Thread Uwe Brauer
> Ok I found the culprit: it is the org version. I am using master git > from July of last year, because I did some further testing this git version converts \[ \] But not equations eqnarray etc. The strange thing when I use the version shipped by the package system which is org-

[O] [SOLVED] (was: orgtbl in latex files: array with \hline)

2018-06-15 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hi > I would like to generate the following array environment with orgtbl. > \begin{equation*} > % BEGIN RECEIVE ORGTBL laplace > \begin{array}{|c|c|} > f(x) & \mathcal{L} \left\{ f(x) \right\} =F

[O] [SOLVED, really] (was: export to odt, eqnarray and align are not supported)

2018-06-15 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Friday, 15 Jun 2018 at 10:52, Uwe Brauer wrote: >> Both a set to nil, but even if I try dvipng via >> >> #+OPTIONS: tex:dvipng >> >> Or #+OPTIONS: tex:imagemagick >

[O] table lookup combine remote: problems

2018-06-16 Thread Uwe Brauer
all "NP" '(remote(raw-data2,@2$2..@-I$2)) nil)) But this does not work. Any help would be strongly appreciated. Thanks Uwe Brauer

[O] [Solution?] (was: table lookup combine remote: problems)

2018-06-18 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: It seems that the following works. #+TBLNAME: raw-data |---++---+| | First | Second | Third | Forth | |---++---+| |NP | NP |NP | NP | |NP | NP |NP |

[O] problem with frequency table if it contains strings.

2018-06-18 Thread Uwe Brauer
ave been ignored. That is a annoying and I would strongly appreciate any clarification/help Thanks Uwe Brauer

Re: [O] problem with frequency table if it contains strings.

2018-06-19 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > || lower bound | upper bound | frequency | > |+-+-+---| > | SS | 0 | 4.9 | 8 | > | AP | 5 | 6.9 | 2 | > | NT |

[O] very long table calc expressions ?

2018-06-19 Thread Uwe Brauer
7;(length (org-lookup-all "NT" '(remote(data,@2$2..@>I$2)) nil))::@>>>>>$2='(length (org-lookup-all "AP" '(remote(data,@2$2..@>I$2)) nil))::@>>>>>>$2='(length (org-lookup-all "SS" '(remote(data,@2$2..@>I$2)) nil)) Are there any rules to break this very long expression? Thanks Uwe Brauer

Re: [O] very long table calc expressions ?

2018-06-20 Thread Uwe Brauer
> Le 19/06/2018 19:21, Uwe Brauer a écrit : > You may want to take a look at the orgtbl-aggregate package available on > Melpa. > #+BEGIN: aggregate :table "data" :cols "'Cual 1' count()" > | 'Cual 1' | count() | > |-

Re: [O] very long table calc expressions ?

2018-06-21 Thread Uwe Brauer
> Le 20/06/2018 11:09, Uwe Brauer a écrit : > I included such an example (and added your name to the contributors list). Thanks! I don't feel that I am a contributor, but thanks very much. > Not easily. orgaggregate groups rows using equality, whereas you need to

Re: [O] very long table calc expressions ?

2018-06-22 Thread Uwe Brauer
> Uwe Brauer writes: Hello Bernt, > Hi Uwe, > You can edit or view the table formulas with C-c ' in case that helps. > This splits the formulas one per line for editing. Thanks for pointing this out to me, but I seem unable to do it. When I use C-c ' I

Re: [O] very long table calc expressions ?

2018-06-22 Thread Uwe Brauer
> Uwe Brauer writes: > When I hit C-c ' in this table > #+TBLNAME: stat-final2 > || Frequency | > |+---| > | SS | | > | AP | 5 | > | NT | 3 | > | SB |#ERROR | > | MH | 2 |

Re: [O] very long table calc expressions ?

2018-06-22 Thread Uwe Brauer
Hi Jonathan > Hi Uwe, > On Fri, Jun 22, 2018 at 10:16 AM, Uwe Brauer wrote: > (::) > not just a single. Brent's example has it with double while yours only > shows > it with a single one. Right, thanks for clarifying that. My original example had vari

Re: [O] very long table calc expressions ?

2018-06-22 Thread Uwe Brauer
> On 22/06/2018 18:48, Nick Dokos wrote: > A utility lisp function can enhance readability: > #+begin_src elisp >   (defun test-to-interval (x) >     (let ((n (string-to-number x))) >   (cond >    ((equal x "")  "NP") >    ((and (<= 0 n) (<= n 4.9))

[O] rounding vs cutting

2018-06-25 Thread Uwe Brauer
in column 4 and 7 do not coincide (but they do so in other spreadsheets as in libreoffice and others). Or is there something I miss here? Uwe Brauer

[O] rounding when exporting

2018-06-25 Thread Uwe Brauer
Hi Is there way, that when I export and org file with a table, its content is rounded when exported to html/latex? Uwe Brauer

Re: [O] rounding when exporting

2018-06-25 Thread Uwe Brauer
> Uwe Brauer writes: > The exporters take the text to be exported from the buffer, so if the buffer contains > arbitrary precision, then I don't think so: you'd have to apply a filter of some sort. > It's easy enough however to set the format for calc,

[O] aggregate: percent, table headers, float format

2018-06-28 Thread Uwe Brauer
le "raw-data" :cols "CalJunio count() (count()/19)*100" | CalJunio | count | percent | |--+---+---| | AP | 7 | 36.8421052632 | | NT | 1 | 5.26315789474 | | SS | 5 | 26.3157894737 | | NP | 6 | 31.5789473684 | #+END: thanks Uwe Brauer

Re: [O] aggregate: percent, table headers, float format

2018-06-30 Thread Uwe Brauer
> Again, the #+TBLFM specification survives refreshes (performed with C-c > C-c on the #+BEGIN: line). Everything else is recomputed. > Regards > Thierry Thanks this solves all my problems! Uwe smime.p7s Description: S/MIME cryptographic signature

[O] ob-ipyton ImportError: No module named 'jupyter_client'

2018-07-02 Thread Uwe Brauer
a/ob-ipython-20180224.153/client.py", line 1, in import jupyter_client as client ImportError: No module named 'jupyter_client' I also tried the example provided in https://github.com/gregsexton/ob-ipython but the result was the same. So how shall I modify that line in the client.py? Thanks and regards Uwe Brauer

[O] [SOLVED:HOWTO] (was: ob-ipyton ImportError: No module named 'jupyter_client')

2018-07-03 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: Hi I think I solved the issue. Here are some instructions which might be useful. ob-ipython seems to work with python3 not 2.X So the first thing is to run (Ubuntu/Debian) * Installation of jupyter and the matlab_kernel sudo apt-get install

[O] Unifty orgalist and org list behavior.

2018-07-15 Thread Uwe Brauer
Hi I enjoy pretty much orgalist, which behaves slightly differently form vanilla org mode lists. So could vanilla org mode list also include 1. An equivalent toorgalist-separated-items 2. Make org-cycle-list-bullet more similar to orgalist-cycle-bullet: especially I liked

Re: [O] Unifty orgalist and org list behavior.

2018-07-15 Thread Uwe Brauer
from 1. to a. Sorry. On Sun, Jul 15, 2018 at 12:06 PM Nicolas Goaziou wrote: > Hello, > > Uwe Brauer writes: > > > I enjoy pretty much orgalist, which behaves slightly differently form > > vanilla org mode lists. > > > > So could vanilla org mode lis

[O] [SOLVED] Re: Unifty orgalist and org list behavior.

2018-07-15 Thread Uwe Brauer
Hi, sorry you are right. I set plain list item to always and also changed org-list-allow-alphabetical, so everything works as expected On Sun, Jul 15, 2018 at 12:06 PM Nicolas Goaziou wrote: > Hello, > > Uwe Brauer writes: > > > I enjoy pretty much orgalist, which behaves sl

[checkbox in tables] (was: [SOLVED])

2021-09-30 Thread Uwe Brauer
>>> "MN" == Max Nikulin writes: > On 29/09/2021 11:07, Timothy wrote: >> >>> Any idea how to export checkboxes to odt? >>> I mean not just simply having [ ] in the odt document but having them >>> translated as actual boxes. >>> >>> Either using latex ⊠ >>> or UTF8 ☒ >> I’m wondering, would

adding a header and/or footer when exporting to odt

2021-10-01 Thread Uwe Brauer
Hi Is it possible to have a header and footer in all pages when exporting to odt? I presume I have to use a odt style I create with Libreoffice/Openoffice? Thanks Uwe Brauer

Re: adding a header and/or footer when exporting to odt

2021-10-01 Thread Uwe Brauer
>>> "CM" == Christian Moe writes: > Uwe Brauer writes: >> Hi >> >> Is it possible to have a header and footer in all pages when >> exporting to odt? I presume I have to use a odt style I create with >> Libreoffice/Openoffice? >> >&

Re: adding a header and/or footer when exporting to odt

2021-10-01 Thread Uwe Brauer
>>> "CM" == Christian Moe writes: > Uwe Brauer writes: >> Hi >> >> Is it possible to have a header and footer in all pages when >> exporting to odt? I presume I have to use a odt style I create with >> Libreoffice/Openoffice? >> >&

Re: org-capture-template with changing heading (including a TIMESTAMP)

2021-10-03 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> ("mg" "Exercicios Annu21: asignados" >> table-line (file+headline "~/somefile.org" "Exercicios Annu21: asignados") >> >> However in that file I also

how to pull from the git org repo

2021-10-04 Thread Uwe Brauer
nt' But now git pull Gives me: fatal: unable to access 'https://code.orgmode.org/bzg/org-mode.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Did the repository move, and then where to? Thanks Uwe Brauer

Re: org-capture-template with changing heading (including a TIMESTAMP)

2021-10-04 Thread Uwe Brauer
> Uwe Brauer writes: > Because you did not supply a function. The docstring says: > (file+function "path/to/file" function-finding-location) Oops I read (file+function "path/to/file" function-finding-location) A function to find t

[SOLVED] (was: how to pull from the git org repo)

2021-10-04 Thread Uwe Brauer
> On Mon, Oct 04, 2021 at 12:47:58PM +0200, Uwe Brauer wrote: > It seems that some letsencrypt root certificate has > changed from under the Intratubes. Perhaps updating > your OS will fix that (if it's Debian, updating the > ca-cacert might do the trick). I tried that

master-->main?

2021-10-04 Thread Uwe Brauer
onfiguration specifies to merge with the ref 'refs/heads/master' from the remote, but no such ref was fetched. So I set in my config merge = refs/heads/master To merge = refs/heads/main Was master «renamed» main, I mean is the default branch now main instead of master? Regards Uwe Brauer

how to export to odt with 11 or 10 pt fonts? Default font setting

2021-10-06 Thread Uwe Brauer
Hi I searched about google, but it seems that the only way to have a 10 or 11 pt font size is, again, by using styles. Am I right? Thanks Uwe Brauer

how to randomize (scample) regions in a an org buffer

2021-10-06 Thread Uwe Brauer
looks rather complicated to me. Anybody knows about such a function? Thanks Uwe Brauer

[SOLVED] (was: how to randomize (scample) regions in a an org buffer)

2021-10-06 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I need to replace private information in my org files, but only region wide. > I found > https://www.reddit.com/r/emacs/comments/6pc0ts/sanitize_buffer_by_replacing_words_with_random/ > Where two such functions are di

Re: how to export to odt with 11 or 10 pt fonts? Default font setting

2021-10-07 Thread Uwe Brauer
>>> "ESF" == Eric S Fraga writes: > On Wednesday, 6 Oct 2021 at 17:18, Uwe Brauer wrote: >> I searched about google, but it seems that the only way to have a 10 >> or 11 pt font size is, again, by using styles. Am I right? > Are you referring to the ex

Re: how to export to odt with 11 or 10 pt fonts? Default font setting

2021-10-07 Thread Uwe Brauer
>>> "JMM" == Juan Manuel Macías writes: > Uwe Brauer writes: >> I searched about google, but it seems that the only way to have a 10 or >> 11 pt font size is, again, by using styles. Am I right? > Yes, you are right. Word processors handle paragraph and cha

resume an interrupted enumerated list or reset the counter

2021-10-14 Thread Uwe Brauer
Hi Sometimes I have the following 1. first 2. Second 3. Third #+begin_src A=7 #+end_src 1. So enumerated list start with a fresh counter, is there a possibility either to resume the list or to reset its counter? Regards Uwe Brauer

Re: resume an interrupted enumerated list or reset the counter

2021-10-14 Thread Uwe Brauer
> Uwe Brauer writes: > You need an indent: > 1. first > 2. Second > 3. Third >#+begin_src > A=7 >#+end_src > 4. Thanks, but what if the list itself is indented, like: 1. first 2. Second 3. Third 4. #+begin_src A=7 #+e

Re: resume an interrupted enumerated list or reset the counter

2021-10-15 Thread Uwe Brauer
>>> "ESF" == Eric S Fraga writes: > On Thursday, 14 Oct 2021 at 22:51, Uwe Brauer wrote: >> Thanks, but what if the list itself is indented, like: > Works fine for me. Right in a org buffer! But not say in a message buffer, using orgalist-mode. smime.p7s De

exclude certain subsection in columnview

2021-10-16 Thread Uwe Brauer
Hello Please consider the following example: how can I exclude the last ** G3 entry regards Uwe Brauer #+begin_src elisp * Sheets :noexport: :PROPERTIES: :COLUMNS: %10SSheet(Sheet Nr) %10Ex(Exercise Nr) %17Date(Date) %7STATUS

problem with columnview and the match option

2021-10-17 Thread Uwe Brauer
Hi Please look at this example #+begin_src lisp * Sheets :noexport: :PROPERTIES: :COLUMNS: %10SSheet(Sheet Nr) %10Ex(Exercise Nr) %17Date(Date) %7STATUS(Status){X/} :ID2: Sheet1 :END: ** DONE G1

Re: problem with columnview and the match option

2021-10-18 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> ** All groups >> #+BEGIN: columnview :hlines 2 :match "H1" :maxlevel 2 >> :skip-empty-rows t :indent nil :format "%5TODO(Status) %5Id(Group) >> %5Ex(Exercise) %5Sheet(She

Re: re-scanning bibliography for org-cite

2021-10-21 Thread Uwe Brauer
>>> "ESF" == Eric S Fraga writes: > Dear all, > simple question: how can I get org-cite to rescan my bibliography > (.bib) file when it changes? When I'm writing a paper, as I'm doing > now, I add entries to my bibliography as I write but org-cite is not > aware of any new entries. > I have gon

how to indent (or refill) properties

2021-10-21 Thread Uwe Brauer
:End: <2021-05-24 lun> :STATUS: [ ] :ST1: [ ] :Sheet:H1 :Ex: E2 :Ex: E1 :END: Or similar. Is there any function I oversee, that I could use? Thanks Uwe Brauer

[BUG in org master?] (was: how to indent (or refill) properties)

2021-10-21 Thread Uwe Brauer
>>> "KLG" == Kévin Le Gouguec writes: Thanks > Uwe Brauer writes: >> But I would like them to be indented like this >> >> ** DONE G1:H1:G1: >> :PROPERTIES: > In Org 9.5, sett

Re: [BUG in org master?]

2021-10-22 Thread Uwe Brauer
> Uwe Brauer writes: > What is the setting for electric-indent-mode in the org buffer? , | electric-indent-mode is a variable defined in ‘electric.el’. | | Its value is nil | Original value was t ` Not sure why its original value was t, I don't remember to have used

Re: [BUG in org master?]

2021-10-22 Thread Uwe Brauer
> Uwe Brauer writes: > Just to make sure I'm not misundertanding: did you try to re-indent the > whole file? You say "when I opened my org file in question I still > saw…", so I'm not sure if you tried to re-indent, or if you merely set > org-adapt-inde

unique syntax for reporting (submitting bugs)

2021-10-23 Thread Uwe Brauer
7;org-agenda-property-bug-report) And finally the gnus team (defalias 'gnus-submit-bug-report 'gnus-bug) Regards Uwe Brauer smime.p7s Description: S/MIME cryptographic signature

Re: [BUG] indention of drawer does not work [9.5 (release_9.5-145-gd18beb @ /home/oub/emacs/site-lisp/packages/org/)]

2021-10-24 Thread Uwe Brauer
>>> "KLG" == Kévin Le Gouguec writes: > Uwe Brauer writes: >> In the attached file > Maybe I missed it, but I don't think your report included an attachment? > I went with the two example files you showed in the previous discussion; > cf. my own attac

Re: [PATCH] Re: [BUG] indention of drawer does not work [9.5 (release_9.5-145-gd18beb @ /home/oub/emacs/site-lisp/packages/org/)]

2021-10-24 Thread Uwe Brauer
>>> "KLG" == Kévin Le Gouguec writes: > Ihor Radchenko writes: >> The tentative fix is attached, but please >> double check because I am not very familiar with the indentation code. > I've applied your fix on top of 281a0e26b; AFAICT it works as expected. I applied the patch on top of e2fa3c4c

access org bugs via debbugs-org-bugs and configuring debbugs-port

2021-10-24 Thread Uwe Brauer
Hi Is there a possibility to access the bugs of org-mode via via debbugs-org-bugs and configuring debbugs-port correctly? Regards Uwe Brauer

Re: [PATCH] Re: [BUG] indention of drawer does not work [9.5 (release_9.5-145-gd18beb @ /home/oub/emacs/site-lisp/packages/org/)]

2021-10-25 Thread Uwe Brauer
>>> "KLG" == Kévin Le Gouguec writes: > Uwe Brauer writes: >>>>> "KLG" == Kévin Le Gouguec writes: >> >>> I've applied your fix on top of 281a0e26b; AFAICT it works as expected. >> >> I applied the patch on

Re: [BUG] indention of drawer does not work [9.5 (release_9.5-145-gd18beb @ /home/oub/emacs/site-lisp/packages/org/)]

2021-10-25 Thread Uwe Brauer
>>> "ESF" == Eric S Fraga writes: > On Sunday, 24 Oct 2021 at 16:48, Uwe Brauer wrote: >> I just checked. I did provide an attachment >> But I cannot see it with emacs and gnus! Another bug? > I can see it in gnus. Do you see the attachment using gmane or t

the GNU bug tracker, use it or have something similar? Gmane might block attachments in bug reports

2021-10-25 Thread Uwe Brauer
Hi org-submit-bug-report sends an email to the org-mode mailing list. It turns out, that if you attach a file and later display that message on gmane, as I do in order to keep my email traffic in moderate numbers, then gmane might block that attachment. Now GNU emacs has a bug tracker what can

Re: the GNU bug tracker, use it or have something similar? Gmane might block attachments in bug reports

2021-10-25 Thread Uwe Brauer
>>> "MN" == Max Nikulin writes: > On 25/10/2021 21:21, Uwe Brauer wrote: >> org-submit-bug-report sends an email to the org-mode mailing list. >> It >> turns out, that if you attach a file and later display that message on >> gmane, as I do in orde

Re: the GNU bug tracker, use it or have something similar? Gmane might block attachments in bug reports

2021-10-25 Thread Uwe Brauer
>>> "MN" == Max Nikulin writes: > On 25/10/2021 21:21, Uwe Brauer wrote: >> org-submit-bug-report sends an email to the org-mode mailing list. >> It >> turns out, that if you attach a file and later display that message on >> gmane, as I do in orde

Re: the GNU bug tracker, use it or have something similar? Gmane might block attachments in bug reports

2021-10-25 Thread Uwe Brauer
>>> "MN" == Max Nikulin writes: > On 25/10/2021 21:21, Uwe Brauer wrote: >> org-submit-bug-report sends an email to the org-mode mailing list. >> It >> turns out, that if you attach a file and later display that message on >> gmane, as I do in orde

send agenda-weekly-view via email html formated

2021-10-31 Thread Uwe Brauer
Hi I know I can save my weekly agenda view as a HTML file and then send it as as attachment. I was wondering whether someone knows about a function, already doing it. I googled and I also looked up the available package, without any results. Anybody has an idea? Thanks and regards Uwe

Re: send agenda-weekly-view via email html formated

2021-10-31 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Ihor Radchenko writes: >> Uwe Brauer writes: >> >>> I know I can save my weekly agenda view as a HTML file and then send it as >>> as attachment. > Sorry, I misread your first message. At

Re: send agenda-weekly-view via email html formated

2021-10-31 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: >>> "IR" == Ihor Radchenko writes: >> Ihor Radchenko writes: >>> Uwe Brauer writes: >>> >>> I know I can save my weekly agenda view as a HTML file and then send it as >>> as at

Re: send agenda-weekly-view via email html formated

2021-10-31 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> Thanks I run a test in an org-agenda and obtained >> >> , >> | >> | Debugger entered--Lisp error: (void-function file-name-concat) > That's a function from latest Em

Re: send agenda-weekly-view via email html formated

2021-11-01 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> Thanks, works very nicely, I only will send it inline, because then it is >> nicely displayed in HTML enabled MTA. > ---(mml-attach-file (file-name-concat > (temporary-file-directory)"

Re: send agenda-weekly-view via email html formated

2021-11-01 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> Right, maybe such a function should be included in org? > If there is sufficient interest and someone prepares a patch, why not? I think even I am able to provide a patch > But, no other people are pa

add automatically a counter to a header/TODO???

2021-11-01 Thread Uwe Brauer
IES: :ID: Issues :Date: <2021-11-01 lun> :STATUS: [ ] :Is: automatically inserted :END: Regards Uwe Brauer

Re: add automatically a counter to a header/TODO???

2021-11-01 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I am using a poor man's issue system > the org file in question has header of the form. > ** WAIT \eqref{eq:section5-blowup:1} is referred as an item not an equation! >:PROPERTIES: >:ID: Issues >

Re: add automatically a counter to a header/TODO???

2021-11-03 Thread Uwe Brauer
>>> "ESF" == Eric S Fraga writes: > On Monday, 1 Nov 2021 at 20:53, Uwe Brauer wrote: >> (format "%s" (- 1 (string-to-number > Shouldn't this be the other way around, i.e. > (- (string-to-number ...) 1) > ? Oops you are right, thanks smime.p7s Description: S/MIME cryptographic signature

Re: Introducing Org-transclusion

2021-11-05 Thread Uwe Brauer
f I include the content of another org file (say Russell) into my main.org file 1. I can export main.org to say latex and that latex file includes the corresponding content of Russell. 2. It is a one way bridge, I cannot modify the content of Russell in main.org, right? R

Re: Introducing Org-transclusion

2021-11-05 Thread Uwe Brauer
>>> "NO" == Noboru Ota writes: > Uwe Brauer writes: >> 1. I can export main.org to say latex and that latex file includes >> the corresponding content of Russell. > Sorry, Uwe, I didn't say anything about the first qustion in my previous > rep

Re: Introducing Org-transclusion

2021-11-05 Thread Uwe Brauer
>>> "NO" == Noboru Ota writes: > Uwe Brauer writes: >> If I include the content of another org file (say Russell) into my >> main.org file >> >> 1. I can export main.org to say latex and that latex file includes >> the corresponding conten

Re: Introducing Org-transclusion

2021-11-06 Thread Uwe Brauer
> I cannot reproduce the problem (I have never seen this warming myself) > and I have a feeling that it is the same issue as being discussed in > this recent thread in this mailing list (?) Ok thanks for your feedback, I will repeat what I did using emacs -Q (in which case the default org vers

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