Re: from table to properties the inverse columview operation

2022-06-12 Thread Uwe Brauer
> Uwe Brauer writes: > I think it might be easier to do in awk than ELisp. And I am better in > Elisp than awk, but awk was made for almost exactly this sort of thing. > Anyway, if some existing (Elisp) function exists for this, I would like > to know about it as well[0].

how to edit very long columnview tables

2022-06-12 Thread Uwe Brauer
"VERY VERY LONG" Then it seems there is now convenient way to edit this very very long line. Anybody knows about such a function? Thanks Uwe Brauer -- I strongly condemn Putin's war of aggression against the Ukraine. I support to deliver weapons to Ukraine's military. I

orgtables should taking into account empty cells when adding

2022-06-13 Thread Uwe Brauer
+end_src Any idea how to solve this problem (I don't know how to have several ifs in such expression) regards Uwe Brauer

you to copy .org-id-locations from one machine to another

2022-06-14 Thread Uwe Brauer
one machine to another so the ID concide, however when I also copy my .org-id-locations file from one machine to the other, but on my target machine my .org-id-locations file is basically ignored. I don't want to regenerate all my IDs again for that directory, so what is the trick here? Uwe Brauer

Re: Org and Hyperbole

2022-06-20 Thread Uwe Brauer
provided similar (well less) functionality but were much simpler, however they were not stable that is the links could be damaged during editing. I don't recall the details. But I am happy with what org mode offers. Sorry that may have been not that helpful.. Uwe Brauer smime.p7s Description: S/MIME cryptographic signature

exporting to mediawiki syntax math is not converted

2022-06-20 Thread Uwe Brauer
something here? Thanks 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.

Re: exporting to mediawiki syntax math is not converted

2022-06-20 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> The following line >> >> >> torus $\mathbb T^3$ in the Sobolev spaces $H^m(\mathbb T^3)$. >> >> Is translated to >> >> torus \(\mathbb T^3\) in the Sobolev spac

Re: exporting to mediawiki syntax math is not converted

2022-06-20 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >>> See org-html-with-latex. We use mathjax syntax for LaTeX export by >>> default >> >> I see, but that means, the exported wiki cannot be used say for >> wikipedia since it uses

org-table in comment environments

2022-06-21 Thread Uwe Brauer
Hi I have a org-table in a comment environment, since I don't want to export it. However you can I edit the table using org-table commands, orgtbl-mode is ignored, so what shall I do? That seems as a stupid question, but I can't find its obvious answer. Regards Uwe Brauer --

Re: org-table in comment environments

2022-06-22 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> I have a org-table in a comment environment, since I don't want to >> export it. >> >> However you can I edit the table using org-table commands, orgtbl-mode >> is ignored, s

Re: org-table in comment environments

2022-06-22 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >>> I recommend to hide such table inside drawer and set >>> org-export-with-drawers appropriately. >> >> Thanks, any type of drawer in particular? > Feel free to consult the do

feature proposal: export to html headless

2022-06-26 Thread Uwe Brauer
() (interactive) (org-html-export-to-html nil nil t t)) So the question is could that be added to the export-dispach menu as HTML headless, I propose to use the letter L as in headLess. Regards Uwe Brauer -- I strongly condemn Putin's war of aggression against the Ukraine. I support to de

Re: feature proposal: export to html headless

2022-06-27 Thread Uwe Brauer
>>> "SW" == Samuel Wales writes: > [it isn't an answer for you because you want it in the menu. others > will field that. and it's similar to your code.] Right, I hope somebody does, because it looks rather complicated when I look for it in ox.el smime.p7s Description: S/MIME cryptographic

Re: feature proposal: export to html headless

2022-06-28 Thread Uwe Brauer
>>> "MN" == Max Nikulin writes: > On 27/06/2022 19:11, Uwe Brauer wrote: >>> [it isn't an answer for you because you want it in the menu. others >>> will field that. and it's similar to your code.] >> Right, I hope somebody does, beca

org-table-sort-lines (numerically) leaves 0 separated

2022-06-30 Thread Uwe Brauer
Hi I have the following table | name | marks | |---+---| | Auser | 0.5 | | Buser | 2 | | Cuser | 0 | | Duser | 2 | | Euser | 0 | | Fuser | 3 | | Guser | | | Huser | 0 | | Iuser | | | Juser | 6 | If I sort the second column numerically I obtain

[more absurd] (was: org-table-sort-lines (numerically) leaves 0 separated)

2022-07-03 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I have the following table > | name | marks | > |---+---| > | Auser | 0.5 | > | Buser | 2 | > | Cuser | 0 | > | Duser | 2 | > | Euser | 0 | > | Fuser | 3 | > | Guser |

Re: [more absurd]

2022-07-03 Thread Uwe Brauer
>>> "BB" == Bruno Barbier writes: > Uwe Brauer writes: >> Consider >> >> | 2 | >> | 1 | >> | 1 | >> | 0 | >> | | >> | | >> >> (org-table-sort-lines nil nil nil nil t) (numerically 'n' gives) >

Re: [more absurd]

2022-07-03 Thread Uwe Brauer
>>> "BB" == Bruno Barbier writes: > Uwe Brauer writes: >> >> I am confused: >> >> https://en.wikipedia.org/wiki/Natural_number >> >> States that Some definitions, including the standard ISO >> 8-2,[3][a] begin the natural

Re: [more absurd]

2022-07-03 Thread Uwe Brauer
>>> "BB" == Bruno Barbier writes: > Uwe Brauer writes: >> >> I am confused what is 02 supposed to mean? > That's a leading 0 digit, that can be ignored. >(string-to-number "02") => 2 > Alphabetical sorting will see the

Re: [more absurd]

2022-07-03 Thread Uwe Brauer
>>>writes: > On Sun, Jul 03, 2022 at 10:24:34PM +0200, Uwe Brauer wrote: >> >>> "BB" == Bruno Barbier writes: >> >> > Uwe Brauer writes: >> >> >> >> I am confused what is 02 supposed to mean? >> >> &

Re: [more absurd]

2022-07-04 Thread Uwe Brauer
> In some sense that's defendable (that what could call natural numbers is > a cultural question or historical, like looking at what Peano did nor > did not define). > On the other hand, one normally does not just deals with the numbers as > such, one does something with it (like comparing them

Re: [more absurd]

2022-07-04 Thread Uwe Brauer
>>>writes: > On Mon, Jul 04, 2022 at 09:42:01AM +0200, Uwe Brauer wrote: > [...] >> That is the first time I remember that on this list, questions of the >> foundation of mathematics are discussed 😉 > Such things happen :) >> Back to the point, mayb

how to convert a non-org list to org headings

2022-07-06 Thread Uwe Brauer
** Funciones de una variable *** CatĂĄlogo de funciones. Translaciones y dilataciones Etc, any idea how to do this in a quick way? 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

Re: how to convert a non-org list to org headings

2022-07-06 Thread Uwe Brauer
> On Wed, Jul 6, 2022 at 11:17 AM Uwe Brauer wrote: > The method that I show below is quick but not robust. You'll need to review > all the replacements. > - Do query-replace-regexp [default binding: C-M-%] > - Search for [0-9]+\. > - Replace with * Thanks, I tried

Re: how to convert a non-org list to org headings

2022-07-06 Thread Uwe Brauer
> On 2022-07-06, at 17:31, Kaushal Modi wrote: > No period after "1.1" above - makes things slightly more difficult. Right, I repaired those manually before running queery resplace > This might be a bit overzealous if there are more numbers with a period > after them. Another way would be t

Re: Bug: org-mime-htmlize generates unwanted equations numbers in mail [

2022-07-06 Thread Uwe Brauer
>>> "JV" == Joseph Vidal-Rosset writes: > https://lists.gnu.org/archive/html/emacs-orgmode/2019-11/msg00016.html > Hello, > I would be glad to apply this patch. But I do not succeed in finding in > org-mode documentation how applying a patch. I am confused. This patch has been applied as far a

Re: LaTeX export: when is it more useful to use LuaTeX instead of pdfTeX?

2022-07-08 Thread Uwe Brauer
deprecated. Thanks for that list. Well I have felt in the past the same about pdftex, but I have partially switched to xetex precisely on the reasons you list. I have not have the time, to really try out Luatex. Did you have the time to compare it with XeTeX? Regards Uwe Brauer smime.p7s Description: S/MIME cryptographic signature

change headings to list but have a nested numeration?

2022-07-09 Thread Uwe Brauer
not be that rebust would it be possible to convert to such a structure: * The pseudo code 1. The actual Matlab code 2. Initialisation 1.1 Details That looks more stable to me. Thanks and regards Uwe Brauer -- I strongly condemn Putin's war of aggression against the Ukraine. I su

from org-table (with formulas) to csv and back (ods)

2022-07-12 Thread Uwe Brauer
o ifs for example) wouldn't it be good to implement a lisp function that does this conversion? 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 membership of the Ukraine.

Re: change headings to list but have a nested numeration?

2022-07-12 Thread Uwe Brauer
> Uwe Brauer writes: > AFAIK, using "-" is hard-coded in org-toggle-item. > Also, 1.1 is not a valid list bullet. > So, you need to implement alternative bullet support yourself. > Patches are welcome! I see, several observations. 1. For headings there is a t

[rounding (ceil in matlab)] (was: calculating quartils, tercils (or percentiles) Using R?)

2022-07-13 Thread Uwe Brauer
>>> "JJ" == Jeremie Juste writes: > Hello Uwe, >> On Sunday, 22 May 2022 at 08:40, Uwe Brauer wrote: >> 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 doin

exporting timestamps to html, day of the week is not exported.

2022-07-13 Thread Uwe Brauer
el’. Its value is (endless/filter-timestamp org-export-filter-timestamp-remove-brackets) These functions I found somewhere in the web or were provided in the mailing list, I cannot remember. The point is, does somebody know about a filter function that also exports the day of the week? Regards

Re: [rounding (ceil in matlab)]

2022-07-13 Thread Uwe Brauer
>>> "RA" == Rudolf Adamkovič writes: > Uwe Brauer writes: >> […] the matlab command `ceil' for example does this, I can't find >> anything similar in the documentation. > How about the 'ceiling' function? See '?ceiling

[SOLVED] (was: exporting timestamps to html, day of the week is not exported.)

2022-07-15 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I only now realized that the day of the week of week in a org timestamp > is not exported. (let ((org-time-stamp-custom-formats '("<%A, %B %d, %Y>" . "<%A, %B %d, %Y %H:%M>")

toggle a checkbox in a property

2022-07-17 Thread Uwe Brauer
Test :PROPERTIES: :ID: 46b9eb11-e258-4dc9-bf56-3c2112cf6b0a :Received: [-] :END: org-toggle-checkbox does not work for these sort of checkboxes. regards Uwe Brauer -- I strongly condemn Putin's war of aggression against the Ukraine. I support to deliver weapons to Ukraine'

Re: toggle a checkbox in a property

2022-07-17 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> But how can I obtain >> >> * Test >> :PROPERTIES: >> :ID: 46b9eb11-e258-4dc9-bf56-3c2112cf6b0a >> :Received: [-] >> :END: >> >> org-toggle-checkbo

[SOLVED] (was: toggle a checkbox in a property)

2022-07-17 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> But how can I obtain >> >> * Test >> :PROPERTIES: >> :ID: 46b9eb11-e258-4dc9-bf56-3c2112cf6b0a >> :Received: [-] >> :END: >> >> org-toggle-checkbo

Re: toggle a checkbox in a property

2022-07-17 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> But how can I obtain >> >> * Test >> :PROPERTIES: >> :ID: 46b9eb11-e258-4dc9-bf56-3c2112cf6b0a >> :Received: [-] >> :END: >> >> org-toggle-checkbo

org-table with different conventions: decimals

2022-07-17 Thread Uwe Brauer
Hi In my current setting, the following works | 3.5 | 4.2 | 7.7 | #+TBLFM: $3=$1+$2 Now if I want to switch to the convention used in Germany (that might be relevant if I want to export it later to csv, but this is a different topic) does work in a strange way, any comments? I would expect |

[export to CSV] (was: org-table with different conventions: decimals)

2022-07-18 Thread Uwe Brauer
>>> "JMM" == Juan Manuel MacĂ­as writes: Hi Juan Manuel > Uwe Brauer writes: >> Now if I want to switch to the convention used in Germany (that might be >> relevant if I want to export it later to csv, but this is a different >> topic) does work in a str

change the default items for enumerated lists

2022-07-19 Thread Uwe Brauer
Hi When I want to add a plain list, I usually use + C-c - + M- Now, I would like to have the 1) item as default not -, moreover, when I use org-metaright to make a sublist I would like to start this list with a). Howe can this be achieved? Thanks Uwe Brauer -- I strongly condemn

org-set-properties for various (all) headings

2022-07-19 Thread Uwe Brauer
: [ ] :END: Now, I would add to all subheadings a new property, say :Received: [ ] Whose value I will then individually change later. Any idea how to do that Regards Uwe Brauer -- I strongly condemn Putin's war of aggression against the Ukraine. I support to deliver weapons to Ukra

Re: org-table with different conventions: decimals

2022-07-19 Thread Uwe Brauer
> Uwe Brauer writes: > Org tables use Emacs' calc under the hood by default. > AFAIK, calc is unable to use "," as decimal point because it is reserved > as a vector separator. Which is why you got the vector addition in your > example. Thanks. I was afraid th

Re: org-set-properties for various (all) headings

2022-07-19 Thread Uwe Brauer
() "Function to be called at the beginning of an Org heading." (interactive) (let ((el (org-element-at-point))) (org-set-property "New2" (org-element-property :checkbox el (org-map-entries #'my-set-property-at-heading) #+end_src Thanks again Uwe Brauer smime.p7s Description: S/MIME cryptographic signature

Re: org-set-properties for various (all) headings

2022-07-19 Thread Uwe Brauer
> On Tue, Jul 19, 2022, 10:54 AM Uwe Brauer wrote: > Try replacing the `org-set-property` form to: > (org-set-property "New" "[]") This does not anything (besides garbage collecting) -- I strongly condemn Putin's war of aggression against the Ukrain

Re: org-set-properties for various (all) headings

2022-07-19 Thread Uwe Brauer
>>> "KM" == Kaushal Modi writes: > On Tue, Jul 19, 2022 at 12:58 PM Uwe Brauer wrote: >> >> > On Tue, Jul 19, 2022, 10:54 AM Uwe Brauer wrote: >> >> > Try replacing the `org-set-property` form to: >> >> > (org-set-

Re: change the default items for enumerated lists

2022-07-19 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> When I want to add a plain list, I usually use >> >> + C-c - >> + M- >> >> Now, I would like to have the 1) item as default not -, moreover, when I >> use org-metari

Re: [feature] Allow "," decimal point in table cells

2022-07-19 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >>> Uwe Brauer writes: >> >>> Org tables use Emacs' calc under the hood by default. >>> AFAIK, calc is unable to use "," as decimal point because it is reserved >&

Re: org-set-properties for various (all) headings

2022-07-20 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> Two comments though >> >> 1. It works, if the source block is at the beginning of the file 😉 >> >> 2. I confess I don't understand anymore the use of `(let ((el >> (org

heading with properties--> list?

2022-07-20 Thread Uwe Brauer
Hi The following works nicely #+begin_src * Over :PROPERTIES: :ID: ef19f286-8769-4fe7-8f95-8167691257a0 :COLUMNS: %5TODO(Status) %5NR(Nr) :foo: Over :NEW: [0/3] :END: ** TODO Test :PROPERTIES: :Sent: [X] :New: [ ] :END: ** WAIT Test2 :PROPERTI

size restriction on columnview?

2022-07-20 Thread Uwe Brauer
Hi I have a document with around 110 headings each heading has 20 different properties, however there seems to be limit. The following columnview will indeed display all the properties of all the headings in table form. #+BEGIN: columnview :maxlevel 2 :skip-empty-rows t :hlines 1 :indent nil

ChangeLog.org

2022-07-21 Thread Uwe Brauer
Hi Does somebody know about a package that support orgmode style of ChangeLog *without* relying on git or magit (I am a mercurial user) https://github.com/johnlepikhin/el-conventional-changelog Requires git, for example Regards -- I strongly condemn Putin's war of aggression against the

[a kludge] (was: [BUG] columnview cannot deal with more than 100 headings [N/A (N/A @ /home/oub/emacs/site-lisp/packages/org/)])

2022-07-21 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I attach a file that hopefully explains the problem. > That file contains 109 heading, each heading has 17 different properties when > all of them are included in the It seems that #+begin_src emacs-lisp :results silen

Re: ChangeLog.org

2022-07-21 Thread Uwe Brauer
>>> "FE" == Fraga, Eric writes: > On Thursday, 21 Jul 2022 at 18:03, Uwe Brauer wrote: >> Does somebody know about a package that support orgmode style of >> ChangeLog *without* relying on git or magit (I am a mercurial user) > I cannot see the file you lin

Re: ChangeLog.org

2022-07-22 Thread Uwe Brauer
>>> "AB" == Arne Babenhauserheide writes: > Uwe Brauer writes: >> So the question is, how to generate this file. Maybe there is a >> ChangeLog--> ChangeLog.org exporter/converter? >> >> https://github.com/johnlepikhin/el-conventional-changel

[Problem persits] (was: [a kludge])

2022-07-22 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: >>> "UB" == Uwe Brauer writes: >> Hi >> I attach a file that hopefully explains the problem. >> That file contains 109 heading, each heading has 17 different >> properties when all of them are includ

columnview: add a formula?

2022-07-24 Thread Uwe Brauer
sh) %5Card(Card) %5Result(Result)" | Status | ITEM | Cash | Card | Result | |++--+--+| | WAIT | Hotel | 100 | 200 |300 | | WAIT | Flight | 300 | 200 |500 | #+TBLFM: $5=$3+$4;f2 #+END: #+end_src Any idea how to achieve this automatically?

[restarting helps, memory problem?] (was: [Problem persits])

2022-07-24 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: >>> "UB" == Uwe Brauer writes: >>> "UB" == Uwe Brauer writes: >>> Hi >>> I attach a file that hopefully explains the problem. >>> That file contains 109 heading, each heading ha

count TODO in columnview

2022-07-27 Thread Uwe Brauer
[X] | [X] | | TODO | 2 | [X] | [X] | | DONE | 3 | [ ] | [X] | | WAIT | 4 | [X] | [ ] | #+END: #+end_src Any suggestion? Regards Uwe Brauer -- I strongly condemn Putin's war of aggression against the Ukraine. I support to deliver weapons to Ukraine's military.

[SOLVED] (was: count TODO in columnview)

2022-07-27 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I can count checkboxes but not TODOS in columnview it seems. > Here is an example > #+begin_src According to https://orgmode.org/manual/Breaking-Down-Tasks.html a simple [/] is enough, and indeed it is: * Everything

bizarre: checkbox in properties, counting does not work with subheadings

2022-07-28 Thread Uwe Brauer
| | DONE | 3 | [ ] | [X] | #+END: #+end_src 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 membership of the Ukraine.

the comment environment does not work for checkboxes

2022-07-28 Thread Uwe Brauer
Hi Please consider #+begin_src * Everything [3/4] :PROPERTIES: :COLUMNS: %TODO %ITEM %Nr %Comp1 %Comp2 :COOKIE_DATA: aggregate :TODO: [ ] :COMP1:[1/2] :COMP2:[1/2] :END: # *** DONE Books # :PROPERTIES: # :Nr: 1 # :Comp1:[X] # :Comp2:

Re: the comment environment does not work for checkboxes

2022-07-29 Thread Uwe Brauer
>>> "AB" == Arne Babenhauserheide writes: > Uwe Brauer writes: >> #+BEGIN_COMMENT >> WAIT Computer >> :PROPERTIES: >> :Nr: 4 >> :Comp1:[X] >> :Comp2:[X] >> :END: >> #+END_COMMENT >> Does not. Any

[SOLVED: src not comment] (was: the comment environment does not work for checkboxes)

2022-07-29 Thread Uwe Brauer
>>> "AB" == Arne Babenhauserheide writes: > Uwe Brauer writes: >> #+BEGIN_COMMENT >> WAIT Computer >> :PROPERTIES: >> :Nr: 4 >> :Comp1:[X] >> :Comp2:[X] >> :END: >> #+END_COMMENT >> Does not. Any

Re: [PATCH] Re: the comment environment does not work for checkboxes

2022-07-29 Thread Uwe Brauer
> Uwe Brauer writes: Thanks for the patch (this is against the latest master I presume?) > Thanks for the heads-up! > Comment blocks are not supposed to contain Org markup, and thus it indeed > makes sense to support them in org-edit-special and in structure > templates. >

Re: [PATCH] Re: the comment environment does not work for checkboxes

2022-07-29 Thread Uwe Brauer
> Uwe Brauer writes: > I am sorry, but I am not familiar with the feature you are referring to. I applied your patch and did a bit of testing: works flawlessly. > Either way, both src and comment blocks are supposed to contain > arbitrary non-parseable text, which should not contr

Re: [PATCH] Re: the comment environment does not work for checkboxes

2022-07-29 Thread Uwe Brauer
> Uwe Brauer writes: > Thanks! > To clarify, when you have > * Heading > #+begin_comment > * Lorem ipsum > #+end_comment > it is not seen by Org as comment block. > Instead, what Org "sees" is > > * Heading > > #+begin_com

Re: change headings to list but have a nested numeration?

2022-08-01 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> I see, several observations. >> >> 1. For headings there is a third party package called >> ‘org-outline-numbering.el’. Which provides a mode that display >> headings in such a numb

Re: [PATCH] Re: the comment environment does not work for checkboxes

2022-08-04 Thread Uwe Brauer
> Uwe Brauer writes: > Thanks for the heads-up! > Comment blocks are not supposed to contain Org markup, and thus it indeed > makes sense to support them in org-edit-special and in structure > templates. > See the attached patch. Are you going to commit that patch to maste

how obtain automatic row numbers in a table starting after the second hline?

2022-08-06 Thread Uwe Brauer
: $1=@#-1+572 #+end_src None worked, any ideas? thanks 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.

Re: how obtain automatic row numbers in a table starting after the second hline?

2022-08-09 Thread Uwe Brauer
>>> "CM" == Christian Moe writes: > Hi, Uwe, > Three ideas: Wow, thanks a lot of all these solutions I am using the new ods exporter found in g...@github.com:kjambunathan/org-mode-ox-odt.git And the first and the last solution work in the sense that LO can open the exported ods file while t

Re: [off topic] List all non-latin characters in a buffer

2022-08-19 Thread Uwe Brauer
>>> "JMM" == Juan Manuel MacĂ­as writes: Hi Juan > Sorry for the offtopic, but I thought this homemade function I wrote > some time ago for my work might perhaps be useful to some Orgers. When > executed in a buffer, the `list-non-latin-chars' function opens a window > displaying a list of all th

org-time-stamp-custom-formats with out the name of the day of the week

2022-08-31 Thread Uwe Brauer
ed. So I am wondering, is there a way truly to have <31.08.2022> interpreted as a org time-stamp? 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 membership of the Ukraine.

Re: org-time-stamp-custom-formats with out the name of the day of the week

2022-09-01 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> Which is well expected. So I am wondering, is there a way truly to have >> >> <31.08.2022> interpreted as a org time-stamp? > Timestamp format is hard-coded in Org syntax. S

Re: org-time-stamp-custom-formats with out the name of the day of the week

2022-09-02 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >>> Timestamp format is hard-coded in Org syntax. See >>> https://orgmode.org/worg/dev/org-syntax.html#Timestamps >> >> I see, but I just learned that also >> >> <2022

Re: [BUG] org-table: deleting columns not always actualise the formulas. [9.4.6 (release_9.4.6-541-g52b097 @ /home/oub/emacs/site-lisp/packages/org/)]

2022-10-05 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> But as you can see @3$17 only gets changed to @3$16 but not to @3$8 as >> it should be. > Thanks for reporting, and sorry for the late reply. > Fixed on main. > https://git.savannah

Re: [BUG] columnview cannot deal with more than 100 headings [N/A (N/A @ /home/oub/emacs/site-lisp/packages/org/)]

2022-10-16 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> I attach a file that hopefully explains the problem. >> >> That file contains 109 heading, each heading has 17 different properties >> when all of them are included in the >> #+B

Re: [BUG] columnview cannot deal with more than 100 headings [N/A (N/A @ /home/oub/emacs/site-lisp/packages/org/)]

2022-10-18 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> I attach a file that hopefully explains the problem. >> >> That file contains 109 heading, each heading has 17 different properties >> when all of them are included in the >> #+B

Re: size restriction on columnview?

2022-10-20 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> The following columnview will indeed display all the properties of all >> the headings in table form. >> >> #+BEGIN: columnview :maxlevel 2 :skip-empty-rows t :hlines 1 :indent >&g

time-stamp in DONE tag is not really displayed

2022-10-23 Thread Uwe Brauer
ed, why! I have set org-time-stamp-custom-formats to (" %d.%m.%Y " . " %d.%m.%Y") I am puzzled, any ideas? 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 w

Re: [BUG] Undocumented convention for org-time-stamp-custom-formats to be "<...>"

2022-10-24 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> My time-stamps are of the form <2022-10-23 Sun> >> I have an entry like this >> >> - State "DONE" from "WAIT" [2022-10-23 21:06] \\ >> &g

Re: when exporting to odt or html, latex equations are not exported when in soure block: BUG?

2022-10-28 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> Hi >> >> I run a relative recent GNU Emacs and org master, however please >> consider the following example: >> >> When exporting to html or odt (using dvipng in both ca

Re: couldn't org-table-create-with-table\.el respect hline

2022-10-28 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> I start with >> >> >> >> | Example | Text| Dates| other | >> |-+-+--+-| >> | this| commen

Re: when exporting to odt or html, latex equations are not exported when in soure block: BUG?

2022-10-28 Thread Uwe Brauer
> Uwe Brauer writes: > Just use :results raw. Org understands latex environments natively. > See 12.5.1 LaTeX fragments section of the manual. thanks -- Warning: Content may be disturbing to some audiences I strongly condemn Putin's war of aggression against the Ukraine. I supp

Re: couldn't org-table-create-with-table\.el respect hline

2022-10-28 Thread Uwe Brauer
> Uwe Brauer writes: org--> table conversion is not reversible. hlines are not part of > table.el syntax and cannot be retained. > I recommend using native Org tables. > Do you need a specific table.el feature that you miss in native Org tables? Merging and splitting cell

Re: couldn't org-table-create-with-table\.el respect hline

2022-10-29 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >>> Do you need a specific table.el feature that you miss in native Org tables? >> >> Merging and splitting cells! > Can you please send a separate message detailing the feature request and

org table proposal: merge and split cells in org-tables

2022-10-29 Thread Uwe Brauer
Hi This subject is brought up regularly. In a conversation with Ihor Radchenko it was considered as being helpful to provide a table in which cells are merged and split. Here is one ++-+ | Region | Sales

Re: org table proposal: merge and split cells in org-tables

2022-10-30 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> In a conversation with Ihor Radchenko it was considered as being helpful >> to provide a table in which cells are merged and split. > We should consider this idea seriously as this and related feat

org-fstree.el overview over directories (but no comments are possible)

2022-10-30 Thread Uwe Brauer
update I am not aware of that would allow adding comments? 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

Re: org-fstree.el overview over directories (but no comments are possible)

2022-10-30 Thread Uwe Brauer
>>> "JMM" == Juan Manuel MacĂ­as writes: Hi Juan, > Uwe Brauer writes: >> The only problem is one cannot add comments in the sense when the tree >> is updated everything gets replaced >> as indicated: >> >> ;; - when triggering an update (b

Re: org-fstree.el overview over directories (but no comments are possible)

2022-10-30 Thread Uwe Brauer
> Uwe Brauer writes: > I see. It's not exactly what you're looking for, but I often use > filetags.el (https://github.com/DerBeutlin/filetags.el) which allows you > to add tags to files and directories in Dired. You can add multiple > tags, remove or update them. It

Re: org-fstree.el overview over directories (but no comments are possible)

2022-10-30 Thread Uwe Brauer
>>> "JMM" == Juan Manuel MacĂ­as writes: > Uwe Brauer writes: >> Thanks I will give it a try, meanwhile I am trying filetree (in Melpa) >> that allows you to add notes to files, but it seems you have to open the >> files in order to add the notes, which is

Re: org-fstree.el overview over directories (but no comments are possible)

2022-10-30 Thread Uwe Brauer
Hi > Uwe Brauer writes: > I see. It's not exactly what you're looking for, but I often use > filetags.el (https://github.com/DerBeutlin/filetags.el) which allows you > to add tags to files and directories in Dired. You can add multiple > tags, remove or update them. It

Re: org-fstree.el overview over directories (but no comments are possible)

2022-10-30 Thread Uwe Brauer
>>> "JMM" == Juan Manuel MacĂ­as writes: > Uwe Brauer writes: >> I have a file called bio-hoja4%ftag_EDO Uwe.pdf >> >> I use helm-locate and type %ftag_ >> but I receive nothing found see the screenshot. >> >> >> helm-min &g

[correction] (was: org-fstree.el overview over directories (but no comments are possible))

2022-10-30 Thread Uwe Brauer
> Ah, well I have installed locate (mlocate to be precise, I am using > Ubuntu) > And I have used locate in the past, nevertheless > helm-locate keeps failing and giving me the screenshot I attached in my > earlier message, so some sort of bug in helm-locate for Ubuntu? I tried it again,

Re: [correction]

2022-10-30 Thread Uwe Brauer
>>> "JMM" == Juan Manuel MacĂ­as writes: > Uwe Brauer writes: >> But not not -- which is the >> (setq filetags-delimiter-between-filename-and-tags " -- ") >> >> orginal setting, hm, not sure why this is so > I think locate can

Re: [correction]

2022-10-31 Thread Uwe Brauer
>>> "JMM" == Juan Manuel MacĂ­as writes: > Uwe Brauer writes: >> I see, thanks. Last most likely trivial question, where, in which file >> does filetags save the relevant information, i.e tags > I haven't looked at the code, but I imagine that the

Re: [correction]

2022-10-31 Thread Uwe Brauer
>>> "JMM" == Juan Manuel MacĂ­as writes: > Uwe Brauer writes: >> - "_&&_" seems to be ok but I am not entirely sure about it > "&&" will give you trouble if you manipulate the file in a shell, > because it will be unde

Re: [correction]

2022-10-31 Thread Uwe Brauer
>>> "JMM" == Juan Manuel MacĂ­as writes: > Uwe Brauer writes: >> %% does not work for auctex, so I think I try @@, I hope it does not collide >> with anything fancy.. > You can also set a text string, like _ftags_, and to hide it when you're > in

Re: [correction]

2022-10-31 Thread Uwe Brauer
>>> "JMM" == Juan Manuel MacĂ­as writes: > Uwe Brauer writes: >> %% does not work for auctex, so I think I try @@, I hope it does not collide >> with anything fancy.. > You can also set a text string, like _ftags_, and to hide it when you're > in

<    5   6   7   8   9   10   11   12   13   >