Hi Ian,
ian martins writes:
> The doc says functional mode (=:results value=) is the default for
> most Babel libraries [1]. I haven't looked at many, but it is the
> default for ob-python and ob-shell. Scripting mode (=:results output
> =) is the default for ob-C, and the old ob-java (neither
Hi Kyle,
Kyle Meyer writes:
> Daniele Nicolodi writes:
>
>> On 30/10/2020 05:57, Kyle Meyer wrote:
>
>>> The org-X-priority -> org-priority-X rename happened in v9.4, with
>>> org-X-priority names retained as aliases. So, it sounds like there are
>>> some leftover bits in the code.
>>
>> You ar
Hi Stardiviner,
stardiviner writes:
> After waited some days, still no reponse, so I popup this email.
I suggest we collectively adopt a convention of waiting at least
*one month* before bumping up threads.
It might seem long, especially if you initiated the thread with a
patch or a bug repor
Hi Stardiviner,
stardiviner writes:
> You're right. Thanks for suggestion.
> I attached new patch now.
Applied, thanks.
Would you like to be org-contacts.el maintainer?
Beware that, since it is in contrib/, it will soon be extracted from
org-mode.git and temporarily live in a org-contrib.git
Hi Sébastien,
rey-coyrehourcq writes:
> Some partial org Parsers (AST or regex...) i found on the web for a
> recent state of the art :
Thanks -- I've updated https://orgmode.org/worg/org-tools/ with this
information.
Best,
--
Bastien
Hi Ken,
Ken Mankoff writes:
> On 2020-10-26 at 09:24 -07, Nicolas Goaziou wrote...
>> # This is a comment (1)
>>
>> #+begin_example
>> # This is not a comment (2)
>> #+end_example
>>
>> AFAICT, you cannot distinguish between lines (1) and (2) with EBNF.
>
> I agree. I think this
Hi Ken,
Ken Mankoff writes:
> Yes, I meant to write that I think Org syntax is maybe *not*
> context-free, and therefore EBNF can't capture all of it. But it could
> still be very helpful and capture most of it.
Perhaps. Or you willing to give it a try and report here?
--
Bastien
Hi Kyle,
Kyle Meyer writes:
> ian martins writes:
>
>> I pushed two days ago, but the manual hasn't updated yet. I guess it
>> doesn't update on git hooks like worg. is there a scheduled process or is
>> there something that must be done?
>
> The online manual corresponds to the latest release a
Hi Tom,
Tom Gillespie writes:
>> which Ruby org-mode parser does Github use?
>
> I'm pretty sure that github uses https://github.com/wallyqs/org-ruby.
> It is ... not compliant, shall we say. I have making some fixes to the
> footnote parsing section on my todo list, but I don't expect to get to
Hi Daniele,
Daniele Nicolodi writes:
> Would it make sense to have one "official" (or a set of) org-mode test
> files and the corresponding syntax tree as parsed by org-elements (maybe
> in a format easier to read from other programming languages than
> s-expressions, json maybe?) to make testin
Thank you too.
I indeed want to extend org-contacts.el. So I would like to be it's
maintainer.
Currently how many org-mode maintainer(mailing list manager)?
If patch need to wait a month. Because I spend less time on org-mode too
comparing before time. I agree with that, I might will add multiple
On 11/11/2020 10:15, Bastien wrote:
> Hi Daniele,
>
> Daniele Nicolodi writes:
>
>> Would it make sense to have one "official" (or a set of) org-mode test
>> files and the corresponding syntax tree as parsed by org-elements (maybe
>> in a format easier to read from other programming languages th
* stardiviner [2020-11-11 15:05]:
:PROPERTIES:
:CREATED: [2020-11-11 Wed 16:57]
:ID: 17d463d2-ff0c-4614-93da-06e3de8e6035
:END:
> Thank you too.
> I indeed want to extend org-contacts.el. So I would like to be it's
> maintainer.
>
> Currently how many org-mode maintainer(mailing li
2020-11-11 Jean Louis wrote:
* Maxim Nikulin [2020-11-10 19:31]:
2020-11-10 Greg Minshall wrote:
i would guess
using 'cat -v' to read e-mail is 100% safe. even throwing in
uudecode(1), or whatever is needed to decode base64, (and then piping
through 'cat -v', of course ), it's probably still
Hi folks,
I’m writing about a possible bug in org-reset-checkbox-state-subtree. This
function calls org-update-checkbox-count-maybe with argument 'all, but this
value is not defined in the function (or anywhere else that I can see).
I’d like this value to be nil because I don’t want to updat
* Maxim Nikulin [2020-11-11 20:17]:
> 2020-11-11 Jean Louis wrote:
> > * Maxim Nikulin [2020-11-10 19:31]:
> > > 2020-11-10 Greg Minshall wrote:
> > > >
> > > > i would guess
> > > > using 'cat -v' to read e-mail is 100% safe. even throwing in
> > > > uudecode(1), or whatever is needed to decode
When an org buffer coding system is "utf-8-with-signature-unix" (the first 3
bytes in file are 0xEF 0xBB 0xBF), export to ODT gives following LibreOffice
error when opening the exported file :
"The file 'test.odt' is corrupt and therefore cannot be opened. LibreOffice can
try to repair the file
Hello everyone,
I hope I'm not asking something that has been answered 100 times, I made
a search to ensure nothing extremely obious slipped under the radar (I
also asked on IRC).
I know that when you are in the agenda view that displays appointments,
it is possible to interactively filter i
I think you're looking for org-super-agenda[0]. This is how I'm using it
in my own emacs config.
```
(use-package org-super-agenda
:init (setq org-super-agenda-groups
'(
(:priority "A" :name "High priority")
(:auto-property "WAITING_ON" :log t)
Thanks, I've fixed the remaining issues you pointed out and pushed this
in 5371b30fe.
Cheers,
Jack
You can try org-agenda-filter-preset, though it will apply to all the
agenda view, not just (agenda ...) block.
Also, there is always org-agenda-skip-function.
Best,
Ihor
o.ro...@posteo.net writes:
> Hello everyone,
>
> I hope I'm not asking something that has been answered 100 times, I made
>
Hi all,
FYI, I've recently added some new features to org-ql[0]:
1. Dynamic Blocks[1] allow you to insert a block that lists headings in
a document which match a query, formatting them into certain columns.
For example (please excuse the wrapped header line for this message):
#+BEGIN: org-ql :q
Bob Wilson writes:
> I’m writing about a possible bug in
> org-reset-checkbox-state-subtree. This function calls
> org-update-checkbox-count-maybe with argument 'all, but this value is
> not defined in the function (or anywhere else that I can see).
[ I'm looking at the copy on master (e9c3993ee)
Jean Louis,
> Like alias cat='sequence off; cat' something like that
>
> Somebody already mentioned there is cat -v to show nonprinting
> characters with notation ^- and M- so that may be the solution and I
> may be wrong there.
yes, 'cat -v' will do it for you. (or, i'd like to know if i've be
Ian Garmaise writes:
> The following command is missing from section 11.5, Commands in the Agenda
> Buffer, Remote editing commands
>
> C-c C-x e or short e (org-set-effort)
Thanks for catching that. Added in f6cf6bb6e.
Charles Tam writes:
> Wow it's been a while. Sorry I dropped this!
>
> To reproduce the bug, open the following content in `emacs -q` and run
> org-archive-subtree on the TEST ITEM:
>
> #+COMMENT: Local Variables:
> #+COMMENT: mode: org
> #+COMMENT: org-archive-location: "::datetree/"
> #+COMMENT:
26 matches
Mail list logo