[O] Org agenda started behaving badly

2018-06-08 Thread Marcin Borkowski
Hi all, so out of nowhere my org agenda started behaving in a strange way. It seems not to respect my TODO-keywords settings: --8<---cut here---start->8--- (setq org-todo-keywords '((sequence "TODO(t!)" "DONE(d!)") (sequence "SOMEDAY(s!)")

[O] How do I debug agenda-skip-functions?

2018-06-08 Thread Akater
To quote the following 2013 message from this mailing list http://lists.gnu.org/archive/html/emacs-orgmode/2013-06/msg00841.html > This is quite strange because I can debug skipping functions > for tags-todo blocks, but for some reason I cannot debug skipping > functions for agenda blocks. I

Re: [O] ANN/RFC: org-sidebar

2018-06-08 Thread Adam Porter
On Mon, Jun 4, 2018 at 9:19 AM, Holst Thomas (PS-EC/ESE4) wrote: > Hello Adam, > > No problem. I am not that good in elisp, but I like to help testing. So I am > glad I could help here. > > After a git pull the error is gone - but I don't get any entries in the > sidebar :-(. Hi Thomas, I

[O] ANN: org-make-toc package makes tables of contents

2018-06-08 Thread Adam Porter
Hi friends, I've posted a new package on MELPA called org-make-toc which allows you to automatically create customized tables of contents in documents. You can have multiple TOCs in a single document, including a master TOC that shows every heading, TOCs that show only child or sibling headings,

Re: [O] [PATCH] No completion when querying for property value in capture template

2018-06-08 Thread Eric Danan
OK I think I understand why it doesn't work. I'm attaching a simple patch that hopefully solves the issue. I've put comments in the commit message. Please let me know if anything is not clear or if you see issues. Eric On Thu, Jun 7, 2018 at 11:18 PM Eric Danan wrote: > > Thanks. > >> As far as

Re: [O] [PATCH] Add new keyword :coding for #+include directive

2018-06-08 Thread Pierre Téchoueyres
Hello nicolas, Many thanks for your patience and for applying my patch. I've seen you didn't apply the part which added an entry in ORG-NEWS file. Was this deliberate or just an side effect of your refactoring ? Or is this unneeded ? Again thanks for your patience. Nicolas Goaziou writes: >

[O] Support flymake with org-lint

2018-06-08 Thread Alex Branham
Here's a patch that adds support for flymake in Emacs 26 and greater. It uses org-lint.el as the backend. It can be pretty slow if you have a large buffer open, so I don't think I'd recommend enabling it by default. It's nice to be able to use e.g. flymake-goto-next-error to navigate around the

Re: [O] Spurious "Non-existent agenda file" message?

2018-06-08 Thread John Kitchin
Sometimes I see this when a buffer is open to a file that has never been saved. This can happen when I start a new org file and try to do some agenda thing before I save it, or when some function/process opens an org-file in a new directory for example, and an agenda thing happens before it has

[O] Org-babel bash session with non-standard prompt

2018-06-08 Thread Narendra Joshi
Hi, If the value for PS1 variable is set to something that doesn't end with a `$` or `#`, org-babel hangs while using a fixed :session. To overcome this, I can do the following at the start of a sh org-babel session: #+begin_src bash :session s :results verbatim drawer export PS1='$ ' ls -lah

Re: [O] Export to LaTeX buffer (solved)

2018-06-08 Thread Hoffmann, Jobst
Answering myself: just installed emacs 26.1 from Fedora 28 and the problem is gone! Am Freitag, den 16.03.2018, 18:29 + schrieb Hoffmann, Jobst: > Am Mittwoch, den 14.03.2018, 14:57 +0100 schrieb Nicolas Goaziou: > > "Hoffmann, Jobst" writes: > > > > > make: Org mode version 9.1.7

Re: [O] autoinsert

2018-06-08 Thread Joseph Vidal-Rosset
Hello, Here is the adaptation of the previous lines of code that works in my setup (the web page [[https://www.emacswiki.org/emacs/RegularExpression]] was helpful): #+BEGIN_SRC (require 'autoinsert) (auto-insert-mode) ;;; Adds hook to find-files-hook (setq auto-insert-directory

Re: [O] Problem with diary entries after upgrading emacs 26.1

2018-06-08 Thread Pascal Quesseveur
I have found what is causing the errors. I have to use org-anniversary and org-block instead of diary-anniversary and org-block (and put he date in ISO). -- Pascal Quesseveur pques...@gmail.com

[O] Spurious "Non-existent agenda file" message?

2018-06-08 Thread Loris Bennett
Hi, Suddenly, maybe after an update to Org 9.1.13, I get the error Non-existent agenda file refile.org. [R]emove from list or [A]bort? when generating the agenda. However, the file exists (and has done for years). If I press 'R', the agenda is built, but the offending file is not removed

Re: [O] autoinsert

2018-06-08 Thread Joseph Vidal-Rosset
obvious correction: (auto-insert-mode) ;;; Adds hook to find-files-hook (setq auto-insert-directory "~/.mytemplates/") ;;; Or use custom, *NOTE* Trailing slash important (setq auto-insert-query nil) ;;; If you don't want to be prompted before insertion (define-auto-insert "\.py"

Re: [O] autoinsert

2018-06-08 Thread Joseph Vidal-Rosset
Hello, A solution to my problem was indeed given in this web page [[https://www.emacswiki.org/emacs/AutoInsertMode]]: #+BEGIN_SRC #+BEGIN_QUOTE (auto-insert-mode) ;;; Adds hook to find-files-hook (setq auto-insert-directory "~/.mytemplates/") ;;; Or use custom, *NOTE*

Re: [O] autoinsert

2018-06-08 Thread Joseph Vidal-Rosset
Le jeu. 07 juin 2018 à 05:06:20 , Nick Dokos a envoyé ce message: #+BEGIN_QUOTE > Are you producing the beamer presentations, the papers, etc. from org > files? If so, isn't the org-mode insertion enough? If not, why not? #+END_QUOTE Many thanks for your question. Yes, I am now always using