[O] link glitches in maint

2016-02-21 Thread Samuel Wales
a link on a header will change to include priority if you change priority. ret after a link or ts will activate. should insert newline. requires variable. thanks. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. And

Re: [O] Problem using org-sbe

2016-02-21 Thread Thierry Banel
Try typing C-c C-c on the line (defun fibbd ...) This will actually define fibbd. Then update the table with C-u C-c * Le 21/02/2016 06:24, Bachir El Khadir a écrit : > Hello all, > I am new to org-mode. I have just installed the latest version using > el-get, but I am having a very

Re: [O] Export Subtree to LaTeX: no EXPORT_LATEX_CLASS_OPTIONS ?

2016-02-21 Thread Axel Kielhorn
Hi Richard, > > I think what you want to do is put the EXPORT_LATEX_CLASS_OPTIONS (and > the TITLE) as a property in the property drawer, like this: > > * Projektboard :noexport: > :PROPERTIES: > :EXPORT_LATEX_CLASS_OPTIONS: [landscape] >

Re: [O] Auto-delete dated DONE notifications?

2016-02-21 Thread Sharon Kimble
Nicolas Goaziou writes: > Hello, > > Sharon Kimble writes: > >> I recently had to dive into the guts of a habit which I've been using >> since June 2015, I know that because there were all the 1-line DONE >> dated notifications! Is there

[O] Problem using org-sbe

2016-02-21 Thread Bachir El Khadir
Hello all, I am new to org-mode. I have just installed the latest version using el-get, but I am having a very annoying problem. The command org-sbe doesn't seem to work. Here is a minimal example that I took from the doc: #+begin_src emacs-lisp :results silent (defun fibbd (n) (if (< n

[O] [PATCH] org.el: Fix typo in `org-previous-visible-heading' documentation string

2016-02-21 Thread Jason Furtney
Hi, Here is a small patch to fix a typo. Thanks. >From d931a64e0482cddcef9ba5490994f24ab886e4f1 Mon Sep 17 00:00:00 2001 From: Jason Furtney Date: Sat, 20 Feb 2016 20:14:22 -0600 Subject: [PATCH] org.el: Fix typo in `org-previous-visible-heading' documentation string *

[O] bug report: "File mode specification error: (error "before first heading")

2016-02-21 Thread ilya shlyakhter
When loading any org file, I'm getting "File mode specification error: (error "before first heading")" . This happens starting with release_8.3.3 ; with release_8.3.2 , no error. Emacs version is GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.18.6) of 2015-03-26 on scs-build-rhel6 .

[O] Two functions for efficient headline navigation

2016-02-21 Thread Christoph LANGE
Dear Org community, at http://orgmode.org/worg/org-hacks.html#org-jump-to-child and http://orgmode.org/worg/org-hacks.html#org-jump-to-id I have contributed two interactive functions to aid structural navigation in large, complex trees (source: http://orgmode.org/worg/code/elisp/org-jump.el).

Re: [O] Export Subtree to LaTeX: no EXPORT_LATEX_CLASS_OPTIONS ?

2016-02-21 Thread Richard Lawrence
Hi Axel, Axel Kielhorn writes: > I want to export a subtree with a columnview dynamic block in > landscape orientation. I don’t want just a rotated table, the whole > page should be in landscape mode. I may have to tweak the page layout > using geometry as well, thus

Re: [O] Icalendar export and contacts

2016-02-21 Thread Simon Thum
Well, I had intended the link target to become visible but now that you ask, my primary concern was "not wrecking the export". I expect that tel links are only relevant to the vcard export, which handles them on its own terms (and which still works). So perhaps the patch is a bit premature.

Re: [O] Bug and possible fix / work-around using org-mobile with group tags

2016-02-21 Thread Nicolas Goaziou
Hello, John Hutchinson writes: >- Running org-mobile-push with group tags defined in init.el file using > :startgrouptag etc. results in an error, and (in my case) DropBox not being > updated. Here's the log from the *Messages* buffer: Creating agendas... >

[O] Inline code syntax highlighting

2016-02-21 Thread meditans
Hi all, I'm writing some Haskell code in a .org blog post which I will export to HTML using org-publish . I'd like to inline some haskell code in the text, and I can do that either using the marker ~...~ or the explicit block src_haskell[exports: code]{...} . I'd like to have the

Re: [O] bug#18617: 24.3; loading simple-wiki-mode breaks org-mode

2016-02-21 Thread Kaushal Modi
A quick look at the code shows that it pollutes the namespace with undeclared and un-let-bound variables like "tag" (and there could be more like that). If we investigate further, we might find a culprit like that that's causing this problem. (defun simple-wiki-get-tag () (let (prompt) (if

Re: [O] bug#18617: 24.3; loading simple-wiki-mode breaks org-mode

2016-02-21 Thread Kaushal Modi
I can recreate that bug. The "first" alias is defined in the cl library. So you would need to (require 'cl) before requiring simple-wiki. I eval'd simple-wiki from here: http://cvs.savannah.gnu.org/viewvc/*checkout*/http-emacs/http-emacs/simple-wiki.el I haven't yet looked into the internals of

Re: [O] How to load org-beautify-theme

2016-02-21 Thread Kaushal Modi
On Sun, Feb 21, 2016 at 4:25 AM, claude fuhrer wrote: > org-beautify-theme I haven't tried the solution on this emacs.stackexchange QnA: http://emacs.stackexchange.com/q/17256/115 But see if that solution works for you. It's probably as the solution says that the author

[O] Export Subtree to LaTeX: no EXPORT_LATEX_CLASS_OPTIONS ?

2016-02-21 Thread Axel Kielhorn
Hi, I want to export a subtree with a columnview dynamic block in landscape orientation. I don’t want just a rotated table, the whole page should be in landscape mode. I may have to tweak the page layout using geometry as well, thus I probably need EXPORT_LATEX_HEADER. I’m using: Org-mode

[O] Failing test with current emacs-git on the buildbot

2016-02-21 Thread David Engster
FYI: I've updated the emacs-git master on the Buildbot and now 'test-ob/process-params-no-duplicates' is failing: http://randomsample.de/org-buildbot I've also added a new builder 'emacs-25.1' which is the current emacs-25 branch. -David

[O] bug#18617: 24.3; loading simple-wiki-mode breaks org-mode

2016-02-21 Thread Marcin Borkowski
On 2014-10-02, at 20:27, v...@riseup.net wrote: > To re-trigger: > - Install simple-wiki-mode > - run emacs > - switch to *scratch* > - load org-mode > - make two todos one with subtree: > * TODO test 1 > - test 2 > * TODO test 3 > - check pressing tab on First todo hide and show the subtree >

Re: [O] "atomic knowledge" modeling tool

2016-02-21 Thread Nicolas Goaziou
Hello, Samuel Loury writes: > I have made a custom agenda command¹ to implement a "kind of" GTD > workflow. > > On a quite old computer with no SSD disk, the commands takes about 20 > seconds. My org files sum up to 27K lines and 2629 headings (with the > archives, there

[O] Help with fixing an org-mode multicolumn implementation - LaTeX special characters

2016-02-21 Thread mcg
I found a very nice implementation of LaTeX multicolumn functionality in this thread: https://lists.gnu.org/archive/html/emacs-orgmode/2013-02/msg00736.html ("using export filters to emulate multi-column table cells?") #+begin_src emacs-lisp :exports none (defun my-latex-multicolumn-filter (row

[O] How to load org-beautify-theme

2016-02-21 Thread claude fuhrer
Hi, I've just downloaded the theme "org-beautify-theme" for elpa. It is now stored in ~/.emacs.d/elpa/org-beautify-theme-20150106.956 but I did not find how to use ist. The fonction "load-theme" answer that the theme cannot be found. I've looked on Google, but I did not find anything usable.