Re: [O] [ANN] Changes to link syntax

2019-03-26 Thread stardiviner
Nicolas Goaziou writes: > stardiviner writes: > >> Hi, @Nicolas, will you release a method to update all existing Org >> file links? > > On second though, you may want to test the following: > > (defun org-update-link-syntax () > "Update syntax for links in current buffer." >

Re: [O] logbook file?

2019-03-26 Thread Samuel Wales
example of commandeering that mechanism would be to create notes in this format: * CONVERSATION [2019-03-26 Tue 15:05] what is in rice noodles On 3/26/19, Samuel Wales wrote: > nothing is built into org for this. > > you would have to define the mapping from the entry to the logbook. > or

Re: [O] logbook file?

2019-03-26 Thread Samuel Wales
nothing is built into org for this. you would have to define the mapping from the entry to the logbook. or you could specify one entry to be your global logbook. you might be thinking of org-default-notes-file is a variable defined in `org.el'. Original value was "~/.notes" that is unrelated

Re: [O] Bug: Entries with diary-sexps in "scheduled" not exported properly to calendar file (.ics file)

2019-03-26 Thread Thomas Plass
Wanrong Lin wrote at 15:20 on March 26, 2019: : : As a work around, do you know if there is a way : to generate a series of dates / org entries from a diary-sexps? Thanks. Evaluating those sexp is done in diary-lib. But it's no use simply supplying arguments to functions there as they

[O] org-show-context-detail and tree expansion

2019-03-26 Thread pinkanon pinkanon
Hi! I use helm, which can list all headings using helm-org-in-buffer-headings, and lets you choose one to jump to. When I jump to a heading, the tree is expanded. My problem is as follows. When I expand this tree on "(2) Downers" (when it is collapsed): * (1) Uppers ** (2) Downers

Re: [O] Bug: Entries with diary-sexps in "scheduled" not exported properly to calendar file (.ics file)

2019-03-26 Thread Wanrong Lin
Thanks for the explanation. My limited debugging showed the data may not even be passed from org to icalendar.el ("scheduled: nil" in the entry). But from what you said it won't work anyway regardless. This is a bit of bummer. As a work around, do you know if there is a way to generate a

Re: [O] Bug: Entries with diary-sexps in "scheduled" not exported properly to calendar file (.ics file)

2019-03-26 Thread Thomas Plass
Hi, Wanrong Lin wrote at 10:23 on March 26, 2019: : : * TODO Do this on the second Monday every month :   SCHEDULED: <%%(diary-float t 1 2) 19:00-20:30> : : M-x org-icalendar-export-to-ics Org agenda has its own processing of sexps, so its views are correct. The exporter, however, uses

[O] Problems with yasnippet enabled in hidden font locking buffer

2019-03-26 Thread Carlos Pita
Hi all, I've been having problems with latex font locking the first time the internal font locking buffer is created (this with native latex fontification). It was hard to debug but at a point it became obvious that the culprit was yas minor mode, which I had globally enabled. I don't think this

[O] logbook file?

2019-03-26 Thread Lawrence Bottorff
So I can add a logbook entry to my org file with C-c C-z and it goes into a logbook drawer on that file. Is there a way to associate that entry with an external file? That is, can I have all logbook entries automatically be written to, say, a logbook.org file. Or, is there a quick way to simply

[O] Feature request: Add "SHORT_TITLE" metadata field for LaTeX exporter.

2019-03-26 Thread Georgios Kaklamanos
Hello all, In a number of LaTeX commands (as in \title), there is the following format: \title[]{} This format is also supported in Org at some keywords, (e.g CAPTION). From the docs [1]: """ Optionally, the caption can take the form: #+CAPTION[Caption for list of tables]: Caption for

[O] Bug: Entries with diary-sexps in "scheduled" not exported properly to calendar file (.ics file)

2019-03-26 Thread Wanrong Lin
Org-mode version 9.2.2, Emacs 26.1, Windows 10 To reproduce: Create a file "Test.org", with only one entry: * TODO Do this on the second Monday every month   SCHEDULED: <%%(diary-float t 1 2) 19:00-20:30>  

[O] Update Org in Emacs

2019-03-26 Thread Alex Branham
Hello - Is it possible to update Org upstream? Emacs is shipping 9.1.X while the latest stable org release is 9.2.X. I ask since I sometimes use emacs -Q (org 9.1), where

Re: [O] [ANN] Changes to link syntax

2019-03-26 Thread stardiviner
Nicolas Goaziou writes: > stardiviner writes: > >> Hi, @Nicolas, will you release a method to update all existing Org >> file links? > > On second though, you may want to test the following: > > (defun org-update-link-syntax () > "Update syntax for links in current buffer." >