Mario Frasca writes:
> now and then I use emacs to make graphs. now recently I was plotting
> point data, and a running average "fit", so I wanted to have points, and
> lines, which I know it's possible in `gnuplot` but now how do I do that
> from org-plot …
>
> I wrote a small patch for org-p
> AFAICT, org-board uses the following options, which limit the archiving
> to a single page and all its resources:
>
> wget -e robots=off --page-requisites --adjust-extension --convert-links [...]
This is certainly better. I believe that wget would be a better default
(with right flags). It is mu
> From: Kévin Le Gouguec
> Cc: 41584-d...@debbugs.gnu.org, dgu...@yandex.ru
> Date: Fri, 29 May 2020 22:32:11 +0200
>
> (I guess xdisp.c is something we won't to touch with a 10-foot pole on
> the release branch, especially for a bug that users have lived with for
> so long?)
Exactly.
Alex Branham writes:
> I find it unintuitive that the usual calendar keys C-n/p/f/b don't work
> when scheduling tasks in org mode (yes, I know about S-right, etc). I've
> something like this to my init file for those four keys (based on their
> setup in org-keys.el) for some time with no negativ
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
When I have a source block (The "|" represents the point):
#+begin_src sh :eval no
chrome --remote-debugging-port
|
#+end_src
Then press =[C-c C-v d]=, it becomes like this:
#+begin_src sh :eval no
chrome --remote-debugging-port
#+end_src
#+beg
Sorry, corrected patch format:
>From 8e7b28054492424170f14f11297b416ef7575540 Mon Sep 17 00:00:00 2001
From: nivekuil
Date: Fri, 29 May 2020 16:48:31 -0700
Subject: [PATCH] capture: Fix org-capture-place-entry narrow bounds
* lisp/org-capture.el
(org-capture-place-entry):
Prevent breaking the fo
This is a patch to fix my previous report of a regression in capture
behavior between 9.3 and 9.3.6:
> Basically, the last position in the narrowed org-capture is actually
> the first position on the next line, so when you go to (end-of-buffer)
> and start typing you start clobbering the next head
One thing on a detail:
On Fri, May 29, 2020 at 6:00 PM András Simonyi wrote:
...
> From the citeproc-el (and CSL) perspective, the list of bibliography database
> files, the place where the bibliography should be placed (if it's specified)
> ...
Particularly if citeproc.el gets incorporated i
On Fri, May 29, 2020 at 6:00 PM András Simonyi wrote:
>
> Hi,
>
> apologies for reacting that late (it seems that I messed up my email filtering
> royally) ...
I wondered what happened to you; glad you sorted it out though!
...
> (i) Default ("built in") citation processor in Org
>
> I think ci
Hi,
apologies for reacting that late (it seems that I messed up my email filtering
royally) -- it is very nice to see progress in this area. Thanks to all of you
for trying to bring this forward, and, of course, to Bruce for initiating the
thread.
I think that the syntax that has crystallized is
Eli Zaretskii writes:
> Fixed.
AFAICT you've scared the moles away, so I'll boldly close this report.
Thanks a lot for the efficient whacking!
(I guess xdisp.c is something we won't to touch with a 10-foot pole on
the release branch, especially for a bug that users have lived with for
so long?)
> From: Kévin Le Gouguec
> Cc: 41...@debbugs.gnu.org, dgu...@yandex.ru
> Date: Fri, 29 May 2020 20:11:40 +0200
>
> This time, instead of hitting RET, insert a pair of parentheses, and
> wait blink-matching-delay seconds until the opening parenthesis stops
> being highlighted. Before and after y
Eli Zaretskii writes:
> Should be fixed now on the master branch.
Thanks a lot!
I'm sorry I didn't notice it earlier, but I may have found another mole
for you to whack; starting with the same recipe:
> - emacs -Q
> - C-x C-f repro.org
> - M-x org-indent-mode
> - M-: (insert "* heading\ntext")
Hello -
I find it unintuitive that the usual calendar keys C-n/p/f/b don't work
when scheduling tasks in org mode (yes, I know about S-right, etc). I've
something like this to my init file for those four keys (based on their
setup in org-keys.el) for some time with no negative repercussions (that
Uwe Brauer writes:
"SB" == Stig Brautaset writes:
>
>>> > In row 67 you would have a random integer in the range [0..67)
>>> > f0 format removes any fractional part leaving only an integer number
>>>
>>> Aha thanks, a minor thing, which I thank, cannot be really done:
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Matthew Lundin writes:
> Ihor Radchenko writes:
>
>>> As I said, PATCH welcome, I admired many times I don't have ability to
>>> build a
>>> complex archive functionality on url.el or wget or curl.
>>
>> I have found the following solution [1] u
Ihor Radchenko writes:
>> As I said, PATCH welcome, I admired many times I don't have ability to build
>> a
>> complex archive functionality on url.el or wget or curl.
>
> I have found the following solution [1] using wget:
>
> wget --mirror -p --convert-links -P ./LOCAL-DIR WEBSITE-URL
>
I don
> Date: Fri, 29 May 2020 10:12:27 +0300
> From: Eli Zaretskii
> Cc: 41...@debbugs.gnu.org, dgu...@yandex.ru
>
> In fact, it's enough to type "M-x". Which is a clear sign that some
> redisplay optimization kicks in where it shouldn't. And indeed,
> setting inhibit-try-window-id non-nil solves th
Kyle Meyer writes:
> The source for that page is in the worg repo:
> https://code.orgmode.org/bzg/worg/src/master/org-contrib/babel/languages/ob-doc-C.org
Thanks for the pointer, and for applying the patches!
>>> FAILED ob-tangle/jump-to-org
>>> FAILED test-org-attach/dir
>
> :(
>
> After
On Friday, 29 May 2020 at 13:19, Uwe Brauer wrote:
> But random repeats, however org-table-sort-lines sorts anyway
> And what I truly needed is a random sorting of sorts.
(now that I am awake... ;-))
What you want is a "permutation" vector. Calc does appear to have some
support for permutation v
>>> "SB" == Stig Brautaset writes:
>> > In row 67 you would have a random integer in the range [0..67)
>> > f0 format removes any fractional part leaving only an integer number
>>
>> Aha thanks, a minor thing, which I thank, cannot be really done:
>>
>> Is it possible to avoid
Brandon Guttersohn writes:
> Apologies for the regression, and thank you for fixing it. I neglected
> to run the tests before suggesting that fix -- I'll try not to do that
> again..
No biggie, that got me to finally try out Babel ;)
I don't know if it's been mentioned in the "issue tracker?"
Hi!
I've set up my emacs to prepare the org-agenda whenever I start it up.
While emacs starts up, I'm doing other things and it's frequently annoying
me that emacs brings itself to the foreground (with qtile, if that's
relevant).
I've come up with the following minimal configuration that reprodu
> From: Kévin Le Gouguec
> Date: Thu, 28 May 2020 21:54:09 +0200
> Cc: emacs-orgmode@gnu.org, Dmitry Gutov
>
> - emacs -Q
> - C-x C-f repro.org
> - M-x org-indent-mode
> - M-: (insert "* heading\ntext")
> - M-:
> (let ((ov (make-overlay (point-at-bol) (point-at-bol)))
> (val (propertize "
24 matches
Mail list logo