Re: org-agenda for a day different than today

2021-02-17 Thread Kyle Meyer
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

Re: Assistance Writing Test for Org Agenda Custom Bulk Function

2021-02-17 Thread Kyle Meyer
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

Re: Org failing to format a link with verbatim text

2021-02-17 Thread Berry, Charles
> 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

Re: Source Block header arguments

2021-02-17 Thread Ihor Radchenko
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

Re: Org failing to format a link with verbatim text

2021-02-17 Thread Samuel Wales
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

Re: Org failing to format a link with verbatim text

2021-02-17 Thread Okam
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

Re: How do you name your code blocks?

2021-02-17 Thread Rodrigo Morales
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

Re: Bug: linking to <> requests tags table [9.4.4 ( @ /home/arne/.guix-profile/share/emacs/site-lisp/)]

2021-02-17 Thread Dr. Arne Babenhauserheide
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

Re: Bug: linking to <> requests tags table [9.4.4 ( @ /home/arne/.guix-profile/share/emacs/site-lisp/)]

2021-02-17 Thread Nick Dokos
"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

[PATCH] org-mac-link: Disable Evernote capture by default

2021-02-17 Thread Aaron Jensen
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

Re: refreshing files for agenda building

2021-02-17 Thread Alan Schmitt
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

Re: refreshing files for agenda building

2021-02-17 Thread Peter Hardy
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

Source Block header arguments

2021-02-17 Thread Russell Adams
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

Re: How do you name your code blocks?

2021-02-17 Thread Eric S Fraga
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

refreshing files for agenda building

2021-02-17 Thread Alan Schmitt
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

Re: org-agenda for a day different than today

2021-02-17 Thread Alan Schmitt
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?

Re: Toggle headline underlining in text export?

2021-02-17 Thread Loris Bennett
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

Re: Turning off all indentation in 9.4.4

2021-02-17 Thread Tim Cross
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 ()