* Robert Weiner [2022-10-11 05:43]:
> I know this does not address everything you want but if you leverage
> Hyperbole’s capabilities, you’ll probably be able to get what you
> want with a lot less code.
What I want is to be able to interpolate links like: ⟦ (some-link) ⟧ on
the fly similarly Org
Hi Jean Louis,
First i want to thank you for this very detailled explanation, this is very
valuable for someone that start in elisp like me.
Secondly, i found the idea of using sqlite for contacts very interesting, and i
think a lot on this solution on my side the last weeks. With the new emacs
Hi Max,
Max Nikulin writes:
> Bastien, I have not tried full configuration, but after a quick check
> I believe that it is a reasonable suggestion. It prevents 301
> redirection from valid URLs like
> https://orgmode.org/manual/Links-in-HTML-export.html
> to
> https://orgmode.org/manual/HTML-Exp
Max Nikulin writes:
> Ihor, I have tried your patch (v2). With a tiny test file it works as
> expected. I have not managed to add some text immediately after \relax
> to break this command.
> ...
> Reading with more attention, I do not think that second constant really
> makes the code more cl
You want a CRM system which to me is a very different creature and much more
complex than a contact manager, meant to lookup fairly static information about
people. HyRolo was built to allow freeform contact management and to
specifically avoid the typical, limiting field-based techniques in co
I missed the beginning of this; what exactly are you looking for? If you don’t
want ids attached to the headlines that go into the toc, are you asking for
code that automatically updates the toc on any change to individual headlines
inthe document body?
It would probably be easier to just have
I would just like to point out that anyone familiar with writing a
Texinfo-format manual who wants to combine this with Org mode would likely just
want to embed Org constructs, like Org tables in the manual; not to use Org as
a formatter that exports individual source blocks to form a Texinfo ma
Chris Clark writes:
> Thank you for the great feedback! Here are some updated patches.
>
> Attached are two patches: one for org mode, and a corresponding one for
> worg.
Thanks!
Applied onto main in Org and onto master in Worg.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=4d0
"Christopher M. Miles" writes:
>> Could you please use the standard WORG file template described in
>> https://orgmode.org/worg/worg-editing.html?
>
> Ok, I updated org-contacts.org file now. Check out the new patch.
Thanks!
Applied onto master.
https://git.sr.ht/~bzg/worg/commit/e79398518a18213
Hi Jean:
I know this does not address everything you want but if you leverage
Hyperbole’s capabilities, you’ll probably be able to get what you want with a
lot less code.
First, creating an explicit button displays only the button name as you like,
fontified as you like, and with the button ac
Liu Hui writes:
>> >> C-u C-c C-x < followed by C-c C-x > does not remove the file restriction
>> >> lock.
>> >>
>> >> `org-agenda-remove-restriction-lock' checks for non-nil value of
>> >> `org-agenda-restriction' but `org-agenda-set-restriction-lock' explicitly
>> >> sets it to nil when TYPE is
Jean Louis writes:
> * David Masterson [2022-10-10 19:55]:
>> Jean Louis writes:
>>
>> > * Robert Weiner [2022-10-09 00:06]:
>> >> There are many reasons for this including limits in many
>> >> organizations of the file types that may be transferred through
>> >> common protocols and the diff
* Robert Weiner [2022-10-11 01:31]:
> 1. Although I understand you do a great many things with your
> database-backed Hyperscope system and I work with RDBMSes every day, I
> don't really see great value in what you have shown in the context of
> contact management when compared to the already exi
* David Masterson [2022-10-10 19:51]:
> I'm simply looking for an enhancement and standard for tying a media
> file (say, a iPhone photo) to a task/note such that the media file will
> follow the task/note back to the main Org file as well as follow it back
> out to the capture system.
>
> I supp
* David Masterson [2022-10-10 19:55]:
> Jean Louis writes:
>
> > * Robert Weiner [2022-10-09 00:06]:
> >> There are many reasons for this including limits in many
> >> organizations of the file types that may be transferred through
> >> common protocols and the difficulty of maintaining relatio
Hi Jean:
A few thoughts.
1. Although I understand you do a great many things with your
database-backed Hyperscope system and I work with RDBMSes every day, I
don't really see great value in what you have shown in the context of
contact management when compared to the already existing HyRolo or
or
Max Nikulin writes:
> This one is not consistent with what I see on Linux with glibc.
Yeah, I noticed. :)
> Perhaps you do not have en_US locale generated
>
> locale -a | grep en_US
> en_US.utf8
$ locale -a | grep en_US
en_US.US-ASCII
en_US.UTF-8
en_US
en_US.ISO8859-15
en_US.ISO8859-1
> Sanit
Ihor Radchenko writes:
> Thanks!
> Now applied onto main.
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=192742c9c5a4c6a1470674343a09e5ba1f1bc440
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=8901fd2261a8a16917b32eb9e43c7ea43b51
Thank you for all your h
> Jean, make a pause and think ones more. It does not mean extra click
> and implies nothing different from you recipe.
Instead of thinking, I am doing it.
Did you try to invoke Emacs without having Emacs in front of you? Once
you try, come back and tell me how would you capture anything from X
On 10/10/2022 00:08, Jean Louis wrote:
* Max Nikulin [2022-10-09 19:41]:
On 09/10/2022 21:47, Jean Louis wrote:
File: ~/bin/capture-x-selection.sh
#!/usr/bin/bash
TEMP=/tmp/xselection.txt
xsel -o > $TEMP
(perhaps unsafe) intermediate file is redundant. Emacs can
access text/plain target of
Robert Weiner writes:
> Task management is a whole area separate from note taking. This was
> something I was interested in many years ago but have not been able to
> publish a system to implement my ideas
> therein. Since people generally seem to be happy with Org's todo and agenda
> featur
Jean Louis writes:
> * Robert Weiner [2022-10-09 00:06]:
>> There are many reasons for this including limits in many
>> organizations of the file types that may be transferred through
>> common protocols and the difficulty of maintaining relational
>> database or structured file type schemas acr
Jean Louis writes:
> * David Masterson [2022-10-04 21:12]:
>> Robert Weiner writes:
>>
>> > We welcome brief summaries of features you need for effective note
>> > taking in Emacs. We are not looking to do much with images or on
>> > mobile devices, just focused on people who spend a lot of t
Ihor, I have tried your patch (v2). With a tiny test file it works as
expected. I have not managed to add some text immediately after \relax
to break this command.
On 08/10/2022 12:17, Ihor Radchenko wrote:
Max Nikulin writes:
+(defconst org-latex-linebreak-safe "\\relax"
Is there a re
Hi all,
For my personal use I have created an Org document with the
bibliographic information of all the LaTeX packages currently in CTAN. I
have imported the data using org-bibtex-import-from-file. And I have
applied some further edits. The original data source is at:
https://www.ctan.org/pkg/cta
Rudolf Adamkovič writes:
>> (I'd like this patches to be tested on real export first as it is
>> touching on very basic export routines).
>
> For what is worth, I have tried the patch. With the patch, Org exports
> my elaborate notebook as fast as without it (+/- 1 second) and the tests
> pass o
* Quiliro Ordóñez [2022-10-09 22:10]:
> I agree. But the end-user did not construct this program. It was you.
> I coould learn how to install it. Then, I should teach the end-user to
> use it. But the program was not made or installed by the end-user. I
> might be able to teach the end-user
Ihor Radchenko writes:
> "Christopher M. Miles" writes:
>
>>> I think that the best we can do in this situation is mocking
>>> `create-image' in batch mode to return non-nil using `cl-letf'.
>>
>> I checked the `create-image' in image.el source code, don't know how to
>> mocking this. I have no
On Saturday, 8 Oct 2022 at 14:10, Ihor Radchenko wrote:
> This patch certainly adds code duplication and might also miss some
> scenarios considered in the environments from
> org-beamer-environments-default.
I'm not sure what code duplication you are referring to unless it's the
two lines that n
29 matches
Mail list logo