* lisp/org-capture.el (org-capture-get-indirect-buffer): Simplify by
using 'generate-new-buffer-name'.
---
lisp/org-capture.el | 5 +
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index 8ce11cb75..5d9ae4947 100644
--- a/lisp/org-capture.
Consider this table:
| Shape| Sides |
|--+---|
| Triangle | 3 |
| Pentagon | 5 |
|--+---|
| Average | 4 |
#+TBLFM: @4$2=vmean(@2..@3)
org-export-table-row-number correctly returns 3 for the cell containing '4'
(and the target of the formula)
Now add a col
On 3/30/24 06:08, Ihor Radchenko wrote:
This is actually not true that Emacs repository has a separate copyright
assignment form.
CONTRIBUTE file says
In most cases, to start the assignment process you should download
https://git.savannah.gnu.org/cgit/gnulib.git/plain/doc/Copyright/
On 3/30/24 05:47, Ihor Radchenko wrote:
Adam Porter writes:
Using a normal heading for a task would "commandeer" the structure of
the document, which I think is a real problem.
Not really. If some section is incomplete, marking it "TODO" means that
it should be completed. And the details mig
Daniel Clemente writes:
> Sorry for joining the discussion a bit late. A long time ago I created a
> syntax to be able to mix languages in that way, and a program to separate
> each version into a different file.
>
> Info: https://www.danielclemente.com/dislines/
> Sample: https://www.danielcleme
> I have thought of a syntax that is as least intrusive as possible, so as
> not to make reading uncomfortable. I have tried the following:
>
> :fr{some text in French} :it{some text in Italian} :la{some text in Latin}
Sorry for joining the discussion a bit late. A long time ago I created a
syntax
Ihor Radchenko writes:
> Protesilaos Stavrou writes:
>
>> Now the tricky part is to figure out which combinations can work this
>> way. Headings and source blocks are two obvious ones. Maybe there are
>> more, but I cannot think of one right now.
>
> This is relevant to any greater element that
Max Nikulin writes:
> Is second attachment appropriate to fix the issue or it has some
> undesired effects.
Thanks!
> +(ert-deftest test-org/format-latex-as-html ()
> + "Test shell special characters escaping in `org-format-latex-as-html'."
> + (let ((org-latex-to-html-convert-command
> +
Max Nikulin writes:
>> Attaching tentative patch that fixes the problem.
>
> I think it is in the right direction.
> - Manual needs update as well.
> - I would explicitly stress that quotes causes undefined or even
> dangerous behavior. See e.g. the last paragraph
> https://specifications.freede
Great, thanks!
10 matches
Mail list logo