> 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].
"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
+end_src
Any idea how to solve this problem (I don't know how to have several ifs in
such expression)
regards
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
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
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.
>>> "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
>>> "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
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
--
>>> "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
>>> "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
()
(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
>>> "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
>>> "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
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
>>> "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 |
>>> "BB" == Bruno Barbier writes:
> Uwe Brauer writes:
>> Consider
>>
>> | 2 |
>> | 1 |
>> | 1 |
>> | 0 |
>> | |
>> | |
>>
>> (org-table-sort-lines nil nil nil nil t) (numerically 'n' gives)
>
>>> "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
>>> "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
>>>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?
>>
>> &
> 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
>>>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
** 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
> 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
> 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
>>> "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
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
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
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.
> 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
>>> "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
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
>>> "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
>>> "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>")
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'
>>> "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
>>> "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
>>> "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
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
|
>>> "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
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
: [ ]
: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
> 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
()
"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
> 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
>>> "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-
>>> "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
>>> "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
>&
>>> "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
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
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
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
>>> "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
>>> "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
>>> "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
>>> "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
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?
>>> "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
[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.
>>> "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
|
| 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.
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:
>>> "AB" == Arne Babenhauserheide writes:
> Uwe Brauer writes:
>> #+BEGIN_COMMENT
>> WAIT Computer
>> :PROPERTIES:
>> :Nr: 4
>> :Comp1:[X]
>> :Comp2:[X]
>> :END:
>> #+END_COMMENT
>> Does not. Any
>>> "AB" == Arne Babenhauserheide writes:
> Uwe Brauer writes:
>> #+BEGIN_COMMENT
>> WAIT Computer
>> :PROPERTIES:
>> :Nr: 4
>> :Comp1:[X]
>> :Comp2:[X]
>> :END:
>> #+END_COMMENT
>> Does not. Any
> 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.
>
> 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
> 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
>>> "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
> 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
: $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.
>>> "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
>>> "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
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.
>>> "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
>>> "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
>>> "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
>>> "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
>>> "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
>>> "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
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
>>> "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
>>> "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
>>> "IR" == Ihor Radchenko writes:
> Uwe Brauer writes:
>> I start with
>>
>>
>>
>> | Example | Text| Dates| other |
>> |-+-+--+-|
>> | this| commen
> 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
> 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
>>> "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
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
>>> "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
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
>>> "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
> 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
>>> "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
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
>>> "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
> 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,
>>> "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
>>> "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
>>> "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
>>> "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
>>> "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
901 - 1000 of 1267 matches
Mail list logo