[O] [PATCH] Make `org-tags-view' stop setting globally `org--matcher-tags-todo-only'

2017-01-18 Thread Samuel Loury
Dear all, I would like to propose a patch for `org-tags-view' to make it stop setting globally `org--matcher-tags-todo-only' Setting `org--matcher-tags-todo-only' has side effects on other commands. For instance, the following clock table changes its behavior whether

[O] How to pass table to SRC block as strings only?

2017-01-18 Thread Sébastien Brisard
Hello all, here is a MWE =BEGIN MWE= #+NAME: table20170119 | col1 | col2 | |--+| | row1 | 1234567890 | | row2 | a | | row3 | b | | row4 | c | #+BEGIN_SRC emacs-lisp :var table=table20170119 :colnames yes :results output (print (map

[O] org-stuck-projects confuses a "Next" heading with the NEXT keyword

2017-01-18 Thread Guy Mayraz
I want every project to have a NEXT or WAIT keyword, and have defined org-stuck-projects as follows: (setq org-stuck-projects '("+LEVEL=2/-INACTIVE-DONE" ("NEXT" "WAIT") nil "")) It mostly works, but it does not identify as stuck a project that has a "Next items" subheading and no NEXT keyword.

[O] bug#25466: 25.1.91; hs-show-all broken

2017-01-18 Thread Andreas Röhler
On 17.01.2017 20:29, Glenn Morris wrote: Andreas Röhler wrote: With org-mode, hs-minor-mode: hs-show-all has no effect, but"Showing all blocks ... done" is messaged. BTW M-x show-all RET works as expected. I don't think hideshow has ever done anything useful in Org mode, which is

[O] Bug: "#+BEGIN_EXPORT html" not processed when generating HTML output [8.2.10 (release_8.2.10 @ /usr/local/Cellar/emacs/25.1/share/emacs/25.1/lisp/org/)]

2017-01-18 Thread Carlo Pinciroli
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-mode mailing list.

Re: [O] Org release_9.0 hangs

2017-01-18 Thread Martin Zuther
Hi! My message from two weeks ago ("[O] Possible bug: Emacs hangs on (require 'org)") seems to have missed attention, so here it is again. About every third time I start Emacs, I also experience a very slow startup with org-mode 9.0.3 enabled. I run "GNU Emacs 24.5.1 (x86_64-pc-linux-gnu,

Re: [O] [PATCH] Support time units in est+

2017-01-18 Thread Malcolm Matalka
Den 18 jan. 2017 22:19 skrev "Nick Dokos" : Malcolm Matalka writes: > Hey, this is my first elisp programming so I'm quite certain this is a > big hack. I just stole elements from elsewhere in the file. I'm hoping > this is good enough to get accepted

Re: [O] Latex export error: There's no line here to end, with an image with a caption

2017-01-18 Thread Takeshi Teshima
Hello Mr. Goaziou, Thank you for the reply! Wow, thank you. It worked. The problem seems to stem from my own config. It worked as I turned my personal settings off. Best, Takeshi On 2017/01/19 7:38, Nicolas Goaziou wrote: Hello, Takeshi Teshima writes:

Re: [O] org-get-heading and COMMENT

2017-01-18 Thread Matt Price
:-) I look forward to seeing the improved version -- mine felt very cumbersome! On Wed, Jan 18, 2017 at 6:31 PM, Nicolas Goaziou wrote: > Hello, > > Matt Price writes: > > > Sorry for the delay. I am very slow with regexps! > > No problem. I

Re: [O] Emacs hangs sometimes for no reason

2017-01-18 Thread Eric S Fraga
On Wednesday, 18 Jan 2017 at 14:12, Samuel Loury wrote: > For what it's worth, when this happens, I generally pkill -SIGUSR2 Thanks, this is useful. I usually try INT, USR1, KILL but never USR2. -- : Eric S Fraga (0xFFFCF67D), Emacs 26.0.50.1, Org release_9.0.3-241-gc3d67b signature.asc

Re: [O] org-get-heading and COMMENT

2017-01-18 Thread Nicolas Goaziou
Hello, Matt Price writes: > Sorry for the delay. I am very slow with regexps! No problem. I refactored your patch and pushed it. Thank you. Regards, -- Nicolas Goaziou

[O] exporting columnview with properties and text

2017-01-18 Thread David Bremner
I have some 40 files like the following. I would like to export them in some more friendly to read form without losing either properties or the comments in between the headlines. Any ideas? Please CC, I'm not subscribed to the list. #+COLUMNS: %ITEM %SCORE(score){+} * total ** Q1 *** a

Re: [O] Latex export error: There's no line here to end, with an image with a caption

2017-01-18 Thread Nicolas Goaziou
Hello, Takeshi Teshima writes: > When I try to export an org-mode file **that contains a figure with > a caption** with `#+OPTIONS: \n:t`, (See minimal example files) > > to a pdf via latex-export, the exported latex file doesn't compile and > I get the following

[O] Bug: clock comments [9.0.2 (9.0.2-elpaplus @ c:/USR/FJM/APP/.emacs.d/elpa/org-plus-contrib-20161214/)] {response to question}

2017-01-18 Thread Francis J. Monari, Esquire
Thank you for the prompt response I would like all "clock" entries - with associated notes - in the CLOCK drawer. With org version 9 time goes to the CLOCK drawer, note goes to the LOGBOOK drawer. I would like all other "logbook" entries - separate entries are possible - in the LOGBOOK drawer.

[O] [parser] feature request: column and row numbers available for table-cell elements

2017-01-18 Thread Eric S Fraga
Hello, I have been writing a derived backend for LaTeX export which outputs the formulae used in a table. This is for teaching purposes where I currently use an external spreadsheet to illustrate some simple modelling concepts. I would prefer to use org (as my slides are generated by org via

Re: [O] Bug: clock comments [9.0.2 (9.0.2-elpaplus @ c:/USR/FJM/APP/.emacs.d/elpa/org-plus-contrib-20161214/)]

2017-01-18 Thread Nicolas Goaziou
Hello, "Francis J. Monari, Esquire" writes: > Using Clock Mode to track time. > Org Mode starts and stops clock. Clock entry redirected to CLOCK > drawer. > I expect to see the clock entry (time & note) appear in CLOCK drawer. > What happens is that clock time goes to

Re: [O] [PATCH] Support time units in est+

2017-01-18 Thread Nick Dokos
Malcolm Matalka writes: > Hey, this is my first elisp programming so I'm quite certain this is a > big hack. I just stole elements from elsewhere in the file. I'm hoping > this is good enough to get accepted then perhaps someone with more taste > would be able to refactor

Re: [O] Latex Preview Fragment is not working on org 9.0.3 from elpa

2017-01-18 Thread Charles C. Berry
On Wed, 18 Jan 2017, Young-whan wrote: I've installed the emacs-app via port, and there was no problem with Latex Preview Fragment in a buffer at all. Now, using the M-x package-list-packages, I've installed the latest org 9.0.3, then the latex preview is not working at all. It comes with

[O] [PATCH] Support time units in est+

2017-01-18 Thread Malcolm Matalka
Hey, this is my first elisp programming so I'm quite certain this is a big hack. I just stole elements from elsewhere in the file. I'm hoping this is good enough to get accepted then perhaps someone with more taste would be able to refactor it to be a bit better. Let me know if I need to change

Re: [O] Allowing multiple date trees in a single file

2017-01-18 Thread Samuel Wales
as an aside, just wanted to point out an alternative that i use exclusively instead of date trees. of course it is not for everybody and i do not want to hijack the thread, so followups should have a different header. * CONVERSATION [2017-01-15 Sun 14:09] talked with carsten i sort these

[O] Latex Preview Fragment is not working on org 9.0.3 from elpa

2017-01-18 Thread Young-whan
I've installed the emacs-app via port, and there was no problem with Latex Preview Fragment in a buffer at all. Now, using the M-x package-list-packages, I've installed the latest org 9.0.3, then the latex preview is not working at all. It comes with following error:

[O] bug#25473: 26.0.50; org-agenda tries to invoke insert-diary-entry, which does not exist

2017-01-18 Thread Glenn Morris
Kyle Meyer wrote: > 685d3ba4a (Replace obsolete aliases of calendar functions, 2014-11-15) > in the Org mode repo switched the commands over to the diary prefix. There is a clear problem if Org changes aren't being synced to Emacs for over 2 years.

[O] Bug: clock comments [9.0.2 (9.0.2-elpaplus @ c:/USR/FJM/APP/.emacs.d/elpa/org-plus-contrib-20161214/)]

2017-01-18 Thread Francis J. Monari, Esquire
List: Using: Emacs : GNU Emacs 24.5.1 (i686-pc-mingw32) of 2015-04-11 on LEG570 Package: Org mode version 9.0.2 (9.0.2-elpaplus @ c:/USR/FJM/APP/.emacs.d/elpa/org-plus-contrib-20161214/) Using Clock Mode to track time. Org Mode starts and stops clock. Clock entry redirected to CLOCK drawer. I

Re: [O] Emacs-orgmode Digest, Vol 131, Issue 15

2017-01-18 Thread NULL
emacs-orgmode-requ...@gnu.org writes: > > Message: 1 > Date: Thu, 12 Jan 2017 18:58:16 + > From: Kaushal Modi > To: emacs-org list , Bastien Guerry > > Subject: [O] Hopes of making orgmanual.org the official manual? >

Re: [O] Emacs hangs sometimes for no reason

2017-01-18 Thread Samuel Loury
For what it's worth, when this happens, I generally pkill -SIGUSR2 emacs. emacs reacts to the USR2 signal by stopping everything and start a lisp debugging session. From there, I reset all the org caches with this command: --8<---cut here---start->8--- (defun

Re: [O] org-capture-templates with multi charachter keys

2017-01-18 Thread Marco Wahl
Hi, Roland Everaert writes: > Is there somewhere in the org documentation or on the internet a complete > example of using multi-character keys in org-capture. > > This excerpt from the documentation is not clear to me :/ > > "The keys that will select the template, as a

[O] org-capture-templates with multi charachter keys

2017-01-18 Thread Roland Everaert
Hello, Is there somewhere in the org documentation or on the internet a complete example of using multi-character keys in org-capture. This excerpt from the documentation is not clear to me :/ "The keys that will select the template, as a string, characters only, for example "a" for a template

Re: [O] Allowing multiple date trees in a single file

2017-01-18 Thread Nicolas Goaziou
Hello, Carsten Dominik writes: > I meant > > :DATE_TREE: my_diary > :DATE_TREE: food_and_health > :DATE_TREE: movies watched It sounds less useful because we already have ways to identify uniquely a heading. > Another thing I was thinking is a way to force prompting for a

Re: [O] Bug: org-clone-subtree-with-time-shift not asking for time-shift

2017-01-18 Thread Nicolas Goaziou
Hello, Kyle Meyer writes: > Yes, c31462f33 resolved the issue. That commit also introduced a > regression: a blank string passed as the SHIFT argument causes an error. > I've followed up with 1fbc7a424 to restore the previous behavior. Indeed. Thank you. Regards, --

[O] How to specify APPT_WARNTIME for entire files?

2017-01-18 Thread Jorge Morais Neto
Hi. I have set appt-message-warning-time to 10. However, there are two files where I would like the warning time to be 0. Is there a quick way to do it? Which? I do not want to add APPT_WARNTIME properties to each entry because, if I did that, then: 1. Every time I added a new entry to one of