Re: [O] Bug: canceled capture operation results in demoted following heading when template ends with newline [9.2.4 (9.2.4-11-g1c3eae-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20190722/)

2019-08-09 Thread Carsten Dominik
Hi Gustavo, I tried to reproduce your example, and things worked properly Carsten On Sun, Jul 28, 2019 at 9:34 PM Gustavo Barros wrote: > Hi all, > > When the capture template ends with a newline character and the capture > process is canceled, the following heading gets demoted. And it >

Re: [O] Links to LaTeX equations

2019-08-09 Thread Carsten Dominik
On Fri, Jun 28, 2019 at 4:46 PM Fraga, Eric wrote: > On Friday, 28 Jun 2019 at 11:58, Ken Mankoff wrote: > > Why don't you define the link in Org? > > > > #+NAME: eq:foo > > \begin{equation} > > And why are the obvious solutions not those that come to mind (for > me) > > Many thanks.

Re: [O] Issue with internal links

2019-08-09 Thread Tim Cross
Hi Marvin, while what you have done may have fixed your error, I don't think it is a correct fix. It could cause other issues and is an example of one of those 'fixes' which will likely cause more subtle and difficult to identify issues. The 'org-open-lin-functions is supposed to be either nil

Re: [O] Issue with internal links

2019-08-09 Thread Doyley, Marvin M.
Hi Nicolas, (add-hook 'org-open-link-functions t) Fixed the problem. Thanks M > On Aug 8, 2019, at 4:53 PM, Nicolas Goaziou wrote: > > Hello, > > "Doyley, Marvin M." writes: > >> Whenever I double click on an internal link I get the following error >> “void-function

Re: [O] org-id fixups and minor changes

2019-08-09 Thread Adam Porter
Carsten Dominik writes: > You system assumes, if I see that correctly (have not studied it yet), > that not more that one ID will be created per second. Or do you have > something in place that will catch this, for example if someone uses > the mapping API to assign IDs to a whole bunch of

Re: [O] org-id fixups and minor changes

2019-08-09 Thread Carsten Dominik
Hi Gustav, I can see that it feels more natural to use timestamps. I certainly see that relative file names are good for across-computer compatibility. You system assumes, if I see that correctly (have not studied it yet), that not more that one ID will be created per second. Or do you have

Re: [O] Helm + Org-mode 9.2.5: Problem with org-set-tags

2019-08-09 Thread Adam Porter
Try using the bug-hunter package to isolate the part of your init file that may be causing the problem.

[O] Helm + Org-mode 9.2.5: Problem with org-set-tags

2019-08-09 Thread Nathan Neff
Hello all, I'm hitting this problem with Org-mode 9.2.5: https://groups.google.com/forum/#!topic/emacs-helm/tA6cn6TUdRY Problem synopsis: When I use org-set-tags on a heading with no tags, Helm gives me the correct prompt w/a list of all my tags. After I have entered a single tag, then no more

Re: [O] Configure Helm Source from org-tags-view

2019-08-09 Thread Nathan Neff
On Fri, Aug 9, 2019 at 2:14 PM Adam Porter wrote: > Nathan Neff writes: > > > I know, but rifle has so many dependencies > > > > Rifle is truly awesome, I just have to convince myself to trust > > f.el and d.el or whatever those one-letter libraries are :-) > > helm-org-rifle's dependencies

Re: [O] Org syntax inside verbatim/literal blocks

2019-08-09 Thread Štěpán Němec
On Fri, 09 Aug 2019 22:39:44 +0200 Nicolas Goaziou wrote: >> But all I could find in the manual regarding "verbatim", "escaping" etc. >> are sections 12.2 and 16.3, neither of which mentions comma. > > See "Literal Examples" section, fourth footnote. Thanks. I think it would be much more

Re: [O] Org syntax inside verbatim/literal blocks

2019-08-09 Thread Nicolas Goaziou
Hello, Štěpán Němec writes: > I notice that even inside example blocks, some strings are still parsed > as Org syntax, e.g. the asterisk becomes a bogus heading: > > #+begin_example > * _ > \| @ \ > |_/ >/\ /\ > #+end_example This is expected. Headlines bind stronger than

Re: [O] Configure Helm Source from org-tags-view

2019-08-09 Thread Adam Porter
Nathan Neff writes: > I know, but rifle has so many dependencies > > Rifle is truly awesome, I just have to convince myself to trust > f.el and d.el or whatever those one-letter libraries are :-) helm-org-rifle's dependencies are libraries which have been around for over 6 years and are

[O] Org syntax inside verbatim/literal blocks

2019-08-09 Thread Štěpán Němec
I notice that even inside example blocks, some strings are still parsed as Org syntax, e.g. the asterisk becomes a bogus heading: #+begin_example * _ \| @ \ |_/ /\ /\ #+end_example When I enclose the text in a region and use `org-insert-structure-template' to surround it with

Re: [O] Configure Helm Source from org-tags-view

2019-08-09 Thread Nathan Neff
I know, but rifle has so many dependencies Rifle is truly awesome, I just have to convince myself to trust f.el and d.el or whatever those one-letter libraries are :-) Thanks, --Nate On Fri, Aug 9, 2019 at 6:10 AM Adam Porter wrote: > Nathan Neff writes: > > > Hello all, > > > > Has

Re: [O] CUSTOM_ID vs ID

2019-08-09 Thread Adam Porter
Nathan Neff writes: > * Show the IDs (*and* headings :-) of recently created links (because you > know, > the IDs are hash codes (grumble grumble). Currently Helm just shows the IDs > :-( Small pedantry: they're UUIDs, not hashes. The distinction is important, because UUIDs are generated

Re: [O] CUSTOM_ID vs ID

2019-08-09 Thread Adam Porter
Nathan Neff writes: > I have a lot of org files and one of the main purposes of links is to be able > to link > to different headings across documents. This seems to imply I should use > the ID property. > > However, I usually *do* manually assign IDs (not CUSTOM_IDs) myself. The > reason

Re: [O] Configure Helm Source from org-tags-view

2019-08-09 Thread Adam Porter
Nathan Neff writes: > Hello all, > > Has anyone created a Helm source from the results of org-agenda? > > Specifically org-tags-view I think would be a cool Helm source to > configure where the headings that have certain tags could be displayed > by Helm. > > I looked @ the code for

Re: [O] Agenda: Display projects and 3 todo subtasks

2019-08-09 Thread Adam Porter
Nathan Neff writes: > Wow - thanks Adam! > > Your stuff is awesome. org-rifle is incredible. (I just wish that > it didn't have as many dependencies -- I guess I'm just a bit paranoid). Thanks for the kind words. Which dependencies concern you? helm-org-rifle uses: - Helm, of course.

Re: [O] Latex single dollar math delimiter question

2019-08-09 Thread Fraga, Eric
> A bitt too much reminescent of this xkcd [horror]( :-) Yes, anybody who has used Emacs for any significant amount of time is no longer using the same Emacs as anybody else! -- Eric S Fraga via Emacs 27.0.50, Org release_9.2.4-399-g4e6222