Alan Schmitt writes:
> On 2021-02-16 23:01, Kyle Meyer writes:
>
[...]
>> Here are two threads from around that time that may be related, though I
>> haven't reviewed either of them:
>>
>> https://orgmode.org/list/blu0-smtp912fc379760ee431d3d68ebb...@phx.gbl/T/#u
>> https://orgmode.org/list/blu
Kevin Foley writes:
> I'm trying to mock the argument collecting function and the custom bulk
> function and then test that the arguments returned from the former are
> passed to the latter. I'd also like to test the argument function is
> only called once while the bulk function is called multip
> On Feb 17, 2021, at 4:25 PM, Okam wrote:
>
>
> I have attached a minimum working example. The bad formatting also
> occurs when just pasting the link. In the example, Org mode highlights
> from beginning of the phrase "=verbatim text 1=" to the end of the
> phrase "=verbatim text 3=" in t
Russell Adams writes:
> I know I can easily create templates for frequently used code blocks.
>
> My question is, is there a completion or in-place documentation for
> valid header arguments to code blocks? The options are rather buried
> in the manual.
I use helm-info-org for this.
Best,
Ihor
in maint for regular emacs i get link face for the link.:
The link [[phrase with =verbatim text 1=][a phrase with =verbatim text 2=]]
face (org-link org-verbatim org-link)
followed by a phrase in =verbatim text 3= followed by
normal text.
face (org-verbatim org
On 2/17/21 1:00 PM, Berry, Charles wrote:
>
>
>
>> On Feb 17, 2021, at 6:48 AM, Okam wrote:
>>
>> On 2/16/21 6:52 PM, Berry, Charles" via "General discussions about
>> Org-mode. wrote:
>>>
>>>
>>>
On Feb 16, 2021, at 1:20 PM, Okam wrote:
I am using the Emacs gccemacs branch with Or
Greg Minshall writes:
> Right now, names of source blocks are global to the .org file, and i
> don't suspect that will (or should) change.
Yep, I understand that. I explained a workaround for using short names
for code blocks and avoid name conflicts in
[[https://lists.gnu.org/archive/html/ema
Nick Dokos writes:
> "Dr. Arne Babenhauserheide" writes:
>
>>
>> Following the manual at Hyperlinks Node: Internal Links
>>
>> 1. one item
>> 2. <>another item
>> Here we refer to item [[target]].
>>
>> And then using C-c C-o on [[target]] I get the prompt in the minibuffer
>> “V
"Dr. Arne Babenhauserheide" writes:
>
> Following the manual at Hyperlinks Node: Internal Links
>
> 1. one item
> 2. <>another item
> Here we refer to item [[target]].
>
> And then using C-c C-o on [[target]] I get the prompt in the minibuffer
> “Visit tags table (default TAGS)” in
The two `shell-command-to-string` invocations during eval are
extremely slow. Users of Evernote should `org-mac-grab-Evernote-app-p`
and `org-mac-evernote-path` explicitly.
* contrib/lisp/org-mac-link.el (org-mac-grab-Evernote-app-p): Default
to nil
(org-mac-evernote-path): Default to nil and add
On 2021-02-17 22:20, Peter Hardy writes:
> I occasionally run in to this as well, using webdav to sync my org
> files. Currently using org-revert-all-org-buffers to revert all Org
> buffers, followed by org-agenda-redo (bound to r in the agenda view) to
> rebuild the agenda.
Thanks a lot, this i
Alan Schmitt writes:
> I have some files that are changed on disk by an external process, and
> it seems that calling org-agenda does not see the changes until I visit
> the file in emacs. The buffers are loaded and they are auto-reverted,
> but for some reason (some cache somewhere?) their conte
I know I can easily create templates for frequently used code blocks.
My question is, is there a completion or in-place documentation for
valid header arguments to code blocks? The options are rather buried
in the manual.
--
Russell
TIL: you can have spaces in src block names!
Thank you!
--
: Professor Eric S Fraga
: Visit useplaintext.email & www.ucl.ac.uk/~ucecesf/
: Consider meet.jit.si and bigbluebutton.org for video conferencing
: PGP/GnuPG key: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D
Hello,
I have some files that are changed on disk by an external process, and
it seems that calling org-agenda does not see the changes until I visit
the file in emacs. The buffers are loaded and they are auto-reverted,
but for some reason (some cache somewhere?) their contents are not
up-to-date
Hello Kyle,
On 2021-02-16 23:01, Kyle Meyer writes:
>> By the way, I’m surprised by the code of this function, as it is defined
>> as:
>>
>> (defun org-agenda-goto-date (span)
>> "Jump to DATE in agenda."
>> …
>> )
>>
>> and "span" is never mentioned in the function. Am I missing something?
Hi Christine,
Christine Köhn writes:
> Hi Loris,
>
> have a look at the variable org-ascii-underline. It defines the
> characters for underlining headings. If no character is set, the
> headlines shouldn't be underlined (according to the documentation).
Thanks, removing those character does wha
Kyle Meyer writes:
> TRS-80 writes:
>
>> On 2021-02-04 12:45, Kévin Le Gouguec wrote:
> [...]
>>> ORG-NEWS provides these hints:
>>>
To get the previous behaviour back, disable ~electric-indent-mode~
explicitly:
#+begin_src emacs-lisp
(add-hook 'org-mode-hook (lambda ()
18 matches
Mail list logo