[O] Bug: org-list-demote-modify-bullet doesn't work with alpha characters to unordered list [9.1.14 (9.1.14-1-g4931fc-elpaplus @ /Users/bigtyme/Programs/scimax/elpa/org-plus-contrib-20180917/)]

2019-02-14 Thread Jeffrey Spencer
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 https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

[O] Exporting sitemap from folder structure

2019-02-14 Thread Georgios Bakirtzis
Hello all, Given the following folder structure of my "notebooks" folder: post1_name |__ index.org post2_name |__ index.org etc. I would like to create an index of the following form: *no* title for index Date -- [[Title][example.com/post1_name/]] Date --

[O] Bug: Org 9.2.1 table issues [9.2.1 (9.2.1-dist @ /Users/nick/.emacs.d/lisp/org-9.2.1/)]

2019-02-14 Thread Nick Helm
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 https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: [O] Bug: org-todo calls unbound org-clock-out-if-current

2019-02-14 Thread Nicolas Goaziou
Hello, Alex Branham writes: > On the tip of the maint branch > (8fc22d464d2bc4a3397516854375b177835d10bb) any call to functions like > 'org-todo' results in an error 'void-function org-clock-out-if-current'. > > Here's a sample backtrace: > > Debugger entered--Lisp error: (void-function

Re: [O] Completely hide the :PROPERTIES: drawer in org-mode.

2019-02-14 Thread Nicolas Goaziou
Michaël Cadilhac writes: > Will do. This in particular requires to swap fontifying the drawers > and the keywords (since :END: and :PROPERTIES: are keywords): [...] > Agreed? Sure. Please do what is necessary ;)

[O] Bug: org-todo calls unbound org-clock-out-if-current

2019-02-14 Thread Alex Branham
Hello - On the tip of the maint branch (8fc22d464d2bc4a3397516854375b177835d10bb) any call to functions like 'org-todo' results in an error 'void-function org-clock-out-if-current'. Here's a sample backtrace: Debugger entered--Lisp error: (void-function org-clock-out-if-current)

Re: [O] Source blocks confused by Org syntax

2019-02-14 Thread John Kitchin
That is considered the proper way to do it as far as I know. John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On

Re: [O] Source blocks confused by Org syntax

2019-02-14 Thread Galen Menzel
Ah, thanks — using C-c ' is a functional work around for most of my needs. Still, is there no way to create a proper verbatim text block in org? Galen On 14 Feb 2019, at 12:37, John Kitchin wrote: you can escape those by putting a , in front of them. You may have to type C-q , to get it put

Re: [O] Source blocks confused by Org syntax

2019-02-14 Thread John Kitchin
you can escape those by putting a , in front of them. You may have to type C-q , to get it put in if you see strange messages about user-error: Priority must be between ‘A’ and ‘C’. In fact org-mode will do that for you if you are in special edit mode when you exit it. You may not be able to use

[O] Source blocks confused by Org syntax

2019-02-14 Thread Galen Menzel
Hi all, I’m finding that org source blocks are getting confused if their text contains org syntax. For example, in the text below, org considers all the lines beginning with asterisks in the text below to be org headers, and will fold them accordingly: ``` #+BEGIN_SRC text This source block

Re: [O] Completely hide the :PROPERTIES: drawer in org-mode.

2019-02-14 Thread Michaël Cadilhac
On Thu, 14 Feb 2019 at 16:11, Nicolas Goaziou wrote: > Would you want to provide a patch including the replacement of > `org-special-keyword' with `org-drawer'? Will do. This in particular requires to swap fontifying the drawers and the keywords (since :END: and :PROPERTIES: are keywords):

Re: [O] Completely hide the :PROPERTIES: drawer in org-mode.

2019-02-14 Thread Nicolas Goaziou
Hello, Michaël Cadilhac writes: > I agree; following your advice, I took the simpler path of customizing > org-special-keyword. By changing its height, I got a small glitch; > consider: > https://michael.cadilhac.name/public/org-props-small-1.png > The lines with ":PROPERTIES:" did not

Re: [O] Bug: Bug: org-clock commands spawn drawer outside of narrowing [9.2.1 (9.2.1-2-gc6d37c-elpaplus @ /home/zaeph/.emacs.d/elpa/org-plus-contrib-20190204/)]

2019-02-14 Thread Nicolas Goaziou
Hello, Leo Vivier writes: > The bug only happens in narrowed org-mode buffers when the tree at > point (or targeted by the resolving) is a single line not followed by a > blank line. [...] > MWE: > > [START] > * Tree 1 > * Tree 2

Re: [O] Bug: org-toggle-latex-fragment doesn't work as documented [9.2.1 (release_9.2.1-60-gb0379f @ /home/carlos/local/stow/emacs/share/emacs/site-lisp/org/)]

2019-02-14 Thread Nicolas Goaziou
Hello, Carlos Pita writes: > I think your refactor improves the original code a lot and makes clear > that toggling is just a special case. > > I've been testing the changes with a pretty complex beamer document > and found no fault. Great! Thank you for the feedback and the suggested

Re: [O] Completely hide the :PROPERTIES: drawer in org-mode.

2019-02-14 Thread Michaël Cadilhac
Hi there; Again, thanks for your help Nicolas—that's much appreciated. On Wed, 13 Feb 2019 at 15:55, Nicolas Goaziou wrote: > The face you use for drawers is, well obnoxious, to say the least. No > wonder you find them cluttering your display. I agree; following your advice, I took the simpler

Re: [O] SOLUTION - Re: How to colorize text in square brackets?

2019-02-14 Thread John Kitchin
I have been using https://github.com/jkitchin/scimax/blob/master/scimax-editmarks.org for something like this. It allows me to put comments with a little markup that are colored as you describe. There is also support to show a listing of all those comments, so that you don't overlook them by

Re: [O] org-clock: Custom shortcuts for C-u C-c C-x C-i

2019-02-14 Thread Michaël Cadilhac
Hi Leo; On Wed, 13 Feb 2019 at 17:46, Leo Gaspard wrote: > Michaël Cadilhac writes: > > This is not possible out of the box; can you say a bit more about how > > you expect to indicate which tasks are to be always present? > > I would be thinking of something like defining a list of key -> link

[O] SOLUTION - Re: How to colorize text in square brackets?

2019-02-14 Thread Sharon Kimble
Sharon Kimble writes: > How can I colorize text within square brackets please, like [fu] ? > > I need them colorized as they will hold reminders for myself at that position > whilst I'm writing. > When I posted this question I knew that the answer would probably lie somewhere within