Re: [O] Properties lost when closing, scheduling, etc.

2017-10-10 Thread John Goerzen
On 10/10/2017 08:42 PM, Richard Lawrence wrote: > Hi John, > > John Goerzen writes: > >> Unfortunately, org-mode only recognizes the PROPERTIES when they >> occur immediately after the headline. So whenever I take an action >> on an item like this, the properties become

Re: [O] Properties lost when closing, scheduling, etc.

2017-10-10 Thread Richard Lawrence
Hi John, John Goerzen writes: Unfortunately, org-mode only recognizes the PROPERTIES when they occur immediately after the headline. So whenever I take an action on an item like this, the properties become invisible to org-mode. What version of Org are you

Re: [O] Recent regression in Org master with parsing of verbatim code with spaces

2017-10-10 Thread Reuben Thomas
On 10 October 2017 at 18:29, Kaushal Modi wrote: > On Tue, Oct 10, 2017 at 1:08 PM Kaushal Modi > wrote: > >> I scanned through recent commits, but haven't yet figured out which >> commit affected this. Before I end up with git bisect, does anyone

Re: [O] Clocktable Naming

2017-10-10 Thread Shawn Way
I found out that :step day trips this up. No worries. Shawn Way, PE -Original Message- From: Nicolas Goaziou [mailto:m...@nicolasgoaziou.fr] Sent: Tuesday, October 10, 2017 2:18 AM To: Shawn Way Cc: emacs-orgmode@gnu.org Subject: Re: Clocktable Naming Hello, Shawn Way

Re: [O] Recent regression in Org master with parsing of verbatim code with spaces

2017-10-10 Thread Kaushal Modi
On Tue, Oct 10, 2017 at 2:31 PM Eric S Fraga wrote: > Anecdotally, I am seeing some strange fontifications in some of my org > files where my headline *s are being interpreted as starting a bold > text. > I have seen that too, though I thought that was because I was setting

Re: [O] Recent regression in Org master with parsing of verbatim code with spaces

2017-10-10 Thread Eric S Fraga
Anecdotally, I am seeing some strange fontifications in some of my org files where my headline *s are being interpreted as starting a bold text. I've not been able to create a small example yet but thought I would mention it in case it helps. -- : Eric S Fraga via Emacs 27.0.50, Org

Re: [O] Recent regression in Org master with parsing of verbatim code with spaces

2017-10-10 Thread Kaushal Modi
On Tue, Oct 10, 2017 at 1:08 PM Kaushal Modi wrote: > I scanned through recent commits, but haven't yet figured out which commit > affected this. Before I end up with git bisect, does anyone know a master > branch commit that could have caused this? > Hello, I found the

[O] Recent regression in Org master with parsing of verbatim code with spaces

2017-10-10 Thread Kaushal Modi
Hello, I just noticed a regression in master when compared to 9.1.2. MWE: = =title = "foo"​= ~title = "foo"​~ = On master: C-c C-e t A outputs (ignoring, author, title, toc, etc): = =title = "foo"​= ~title = "foo"​~ = Also the above text does NOT get fontified as verbatim

[O] Properties lost when closing, scheduling, etc.

2017-10-10 Thread John Goerzen
So I have a lot of cases where there is a :PROPERTIES: drawer. It contains, crucially, an ID (I use those for linking). When I close a task with C-c C-t and pick DONE, or when I schedule it with C-c C-s, it will insert CLOSED: or SCHEDULED: lines ABOVE the :PROPERTIES: line. Unfortunately,

Re: [O] Clocktable Naming

2017-10-10 Thread Dave Marquardt
I wanted to add a #+PLOT to the clock table header, and used the advice mechanism to do it. E.g. (defadvice org-clock-report (after insert-plot-line activate) "Add #+PLOT: line appropriate for clock table." (insert "#+PLOT: ind:1 deps:(4) type:2d

Re: [O] S5 HTML export - org9.1.1

2017-10-10 Thread Rick Frankel
As the orginal author -- who hasn't looked @ or used ox-s5 in years ;O, just confirming the patch looks correct to me. I don't think i have commit privilges anymore (lost that ssh key), so i appreciate your applying it. thanks, rick On Sat, Oct 07, 2017 at 06:51:05PM +, Kyle Meyer wrote: >

[O] TODO keywords are not being exported by the markdown exporter

2017-10-10 Thread Ganesh Krishnan
TODO status is not being exported by the markdown exporter. I first noticed this when I contacted the package author for the ox-gfm exporter regarding missing TODO keywords in my exported documents. He responded saying that this is an upstream problem with the org-mode markdown exporter. I don't

[O] Bug: org-encrypt-entry fails [9.1.2 (9.1.2-elpa @ /Users/dmm/.emacs.d/elpa/org-20171004/)]

2017-10-10 Thread David Maslen
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: [O] Is it possible for a TODO item not to be an outline item?

2017-10-10 Thread Florian Beck
On 08.10.2017 13:40, Angel de Vicente wrote: So basically I would like to have that TODO item but somehow without creating a new section. Is it possible? Use --- bla bla bla # TODO: fix installation bla bla bla --- and M-x org-occur-in-agenda-files (which is bound to

Re: [O] org-toggle-latex-fragment

2017-10-10 Thread Eric S Fraga
On Monday, 9 Oct 2017 at 19:07, Joseph Vidal-Rosset wrote: > I have to work on my configuration to solve this problem, and your emails > put me on the right way. Many thanks ! You're welcome. I'm glad I could help, even if only indirectly! -- : Eric S Fraga via Emacs 27.0.50, Org

Re: [O] Edit whole session with org-edit-src-edit

2017-10-10 Thread Nicolas Goaziou
Hello, "Yury G. Kudryashov" writes: > I propose the following feature: > > 1. When the temporary buffer is created, > >- the whole session (or all the code with that will go to one file > when tangling) is written to the buffer; >- all the code except for the

Re: [O] Clocktable Naming

2017-10-10 Thread Nicolas Goaziou
Hello, Shawn Way writes: > Is there a method for automatically naming a timeclock? For example, > > :name table1 > > to be used in the #+BEGIN line? There is a way, albeit no very user-friendly. You can use :header parameter, e.g., #+begin: clocktable :header "#+name:

Re: [O] Fontification for the inner bloc of two nested bloc

2017-10-10 Thread Nicolas Goaziou
Hello, Pierre-André Cornillon writes: > Dear orgmode users/gurus, > > I have a question about fontification of inner src bloc. > > I have two nested blocks: one special (outer bloc) and one src (inner > bloc) like this > > #+begin_bloc20171001122500 > #+begin_src R >

Re: [O] org-open-at-point fails on internal links

2017-10-10 Thread Scott Otterson
This morning, I updated my packages (Options -> Manage Emacs Packages -> U ->X) and now, internal links work perfectly. For the record, the updated packages were: dash-20171009.105 flycheck-20171009-1145 helm-20171009.221 kaolin-theme-20171009.1130 org-20171009 org-plus-contrib-20171009