Ihor Radchenko writes:
>> On my emacs 27, following demonstrates the problem.
>
> The patch is attached. It should fix the problem.
Thanks for the patch.
> Subject: [PATCH] Do not remove trailing newline when deleting planning info
> line.
>
> * lisp/org.el (org-add-planning-info): Remove front
Thanks for explaining. That makes sense.
I'm hesitant to add the compile-only header for a couple reasons. Generally
C-c C-c on a source block means "run this" but with compile-only it'll mean
"run this but don't run it." It's semantically inconsistent. Also I want to
bring more feature parity to
Hello all,
I was writing this e-mail to ask this question and I got one of those
"Org Mode Rules!" moments and thought I'd share:
I have this clockreport which works great
* Week of [2020-09-28 Mon]
#+BEGIN: clocktable :scope agenda :maxlevel 2 :tstart "[2020-09-28 Mon]"
:tend "[2020-10-04 Sun]
Hi all,
Similar to org-shiftup-final-hook, org-shiftdown-final-hook, etc, I have
added org-metaup-final-hook, org-metadown-final-hook, etc. Please see
attached patch.
Please do let me know if any changes are required.
Cheers,
Jay
From 1568c1ab790edd2bb63aba32e8fcd2e3ad3d99fc Mon Sep 17 00:00:00
A vote for A from me.
I prefer light backgrounds when navigating except on image galleries.
Cheers,
Leslie
On Thu, Sep 24, 2020 at 11:07 PM Samuel Wales wrote:
> i am lost about a and b and 1-2 and so on.
>
> but i went to a tecosaur site and noticed that the old unicorn
> covering text when
Hello All,
I wanted to improve a bit on my current, simple agenda setup
(setq org-agenda-custom-commands
'(("n" "Agenda and all TODOs"
((agenda "" nil)
(alltodo "" ((org-agenda-block-separator "")))
and achieve an agenda with three sections:
1) (agenda "" nil)
2) all
Hello,
Reproduction:
Start emacs without loading org, call org-store-link.
Error message is displayed: "Symbol’s function definition is void:
org-load-modules-maybe"
Expected behaviour:
Org link to the current location is stored.
I guess an autoload should be added? Manually adding one in m
Hi Gutin,
gutin writes:
> What I meant is that if you type
>
> $*$-algebra
>
> and hit C-c C-x C-l, then the "$*$" doesn't get replaced with a
> mathematical image. A similar problem happens when you export to Latex:
> The dollar signs get escaped.
I believe this is intentional. There are too
Hi Gutin,
gutin writes:
> If a pair of dollar signs is followed by a dash, then math mode doesn't
> work.
Can you say a bit more about what you are trying to do, what you are
expecting to happen, and what you are seeing instead?
Since you refer to math mode, I assume you are exporting to LaTeX
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report?
See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
---
Salut l’équipe d’Orgmode,
J’ai un soucis avec le clocktable qui semble être un bug car il n’accepte pas
les attributs latex avant la ligne BEGIN:
#+latex_header: \usepackage{tabularx}
#+ATTR_LATEX: :align Xll :width \textwidth
#+BEGIN: clocktable :scope file :maxlevel 2
la seul solution que j'a
> On Mon, 28 Sep 2020 14:50:38 +0200, Jeremie Juste
> said:
>>
>> You could make org-table-sum use calc, which would achieve the same. I
>> donʼt think there'd be any complaints about floating-point additions
>> suddenly being more accurate (famous last words)
Jeremie
Hello Robert,
Thanks for sharing your thoughts.
> I suspect that the people using org-table sum would not want to split
> the function in two: itʼs a useful utility function (and why split off
> the integer summing? Thatʼs always going to be accurate).
I see your point here and I agree with you.
> On Sun, 27 Sep 2020 01:07:22 +0200, Jeremie Juste
> said:
Jeremie> Hello,
Jeremie> Thanks for the input.
Jeremie> From what I understand, it seems that org-table-sum is not
behaving as
Jeremie> expected. I don't know if it would be interesting to split the
function
On Sunday, 27 Sep 2020 at 15:29, Roshan Diwakar wrote:
> https://github.com/mingrammer/diagrams
> But still a source block literate programming option would make it
> immensely useful
This does look good/useful. Obviously needs somebody to implement
ob-diagrams...
In the meantime, you may wish t
Am Sunday, 27 September 2020, 12:35:41 CEST schrieb Nicolas Goaziou:
> Daniel Hornung writes:
> > when in markdown-mode, fill-paragraph behaves strangely in lists if the
> > orgalist minor mode is enabled.
> >
> > In the following example, when the cursor is in the first item of the
> > list,
> >
On 2020-09-28, TEC wrote:
> Jens Lechtenboerger writes:
>
>> On 2020-09-28, TEC wrote:
>>
>>> Jens Lechtenboerger writes:
Also, in org-html--build-meta-info you call
org-html-encode-plain-text with two arguments, but it just accepts
one.
>>>
>>> ? No I don't.
>>
>> Your patch cont
Hey Ian,
Thank you for the quick feedback!
That workflow seems to work perfectly if it's Java all the way. Then it
compiles all the related files. I am mostly working with the classes
from Clojure.
Here is an example:
#+HEADER: :classname se/my_test_package/Hey
#+HEADER: :compile-only t
18 matches
Mail list logo