Re: [O] [GSoC] org-merge-driver weekly update

2012-05-31 Thread Andrew Young
Hi Carsten, On Wed, May 30, 2012 at 1:15 PM, Carsten Dominik wrote: > > Hi Andrew, > > On 30.5.2012, at 16:36, Andrew Young wrote: > > > Hello everyone, > > > > I would just like to let everyone know that a prototype for > > org-merge-driver is available.  It is not complete, so of course please

Re: [O] [GSoC] org-merge-driver weekly update

2012-05-31 Thread Carsten Dominik
Hi Andrew, On 31.5.2012, at 09:31, Andrew Young wrote: > Hi Carsten, > > On Wed, May 30, 2012 at 1:15 PM, Carsten Dominik > wrote: >> >> Hi Andrew, >> >> On 30.5.2012, at 16:36, Andrew Young wrote: >> >>> Hello everyone, >>> >>> I would just like to let everyone know that a prototype for >

Re: [O] Little link difficulty

2012-05-31 Thread François Pinard
Nick Dokos writes: > François Pinard wrote: >> Using C-c C-l to create a link, I'm replying to the two prompts with the >> following contents: [...] > FWIW, I can't reproduce this problem. Here is how I tested: [...] Thanks a lot for having tried, Nick. This tells me there might be somethin

Re: [O] Testing: org-export-e-html

2012-05-31 Thread Nicolas Goaziou
Hello, William Crandall writes: > Thanks for clarifying link syntax. > I think I'm more than half way there! > > I can now create targets/destinations: > > This: > ** <>BC Crandall > > becomes: > BC Crandall > > As expected. > > > But creating a link TO that "id" target eludes me. > > Th

Re: [O] Annoying behavior of RET after a timestamp

2012-05-31 Thread Matt Lundin
Nick Dokos writes: > Nick Dokos wrote: > >> Nick Dokos wrote: >> >> > ... >> > >> > I haven't gone to gmane looking for the discussion, but if one of the >> > principals involved remembers the reason, maybe they can enlighten us. >> > >> >> I found the discussion on gmane - check the thread

Re: [O] (no subject)

2012-05-31 Thread Nicolas Goaziou
Hello, Mark Shoulson writes: > +(defvar org-e-html-quote-replacements > + '(("fr" "« " " »" "‘" "’" "’") > +("en" "“" "”" "‘" "’" "’") > +("de" "„" "“" "‚" "‘" "’")) A docstring will be required for this variable. It should be a defcustom. > +(defvar org-e-latex-quote-replacements > +

[O] make doc fails on current head

2012-05-31 Thread Jonathan Leech-Pepin
Hello, Under the current git head (4144c55) I get the following error when trying to run =make doc=. #+begin_src sh ~/build/org-mode $ make doc /usr/bin/make -C doc info make[1]: Entering directory `/cygdrive/d/Users/jleechpe/build/org-mode/doc' makeinfo --no-split org.texi -o org org.t

Re: [O] make doc fails on current head

2012-05-31 Thread Michael Brand
Hi Bastien On Thu, May 31, 2012 at 5:21 PM, Jonathan Leech-Pepin wrote: > If I revert to =git checkout HEAD~1= make doc succeeds as it had previously. Funny that just out of curiosity and without any suspicion I came across this regression of one of the org.texi lines written by me. The intentio

[O] Mixed installation on Windoze

2012-05-31 Thread Markus Heller
Hello all, since the last update this morning, M-x org-version reports a mixed installation; see below: , | Org-mode version 7.8.11 (release_7.8.11-24-g4144c5 @ mixed installation! | c:/Program Files (x86)/emacs-23.3/lisp/org/ and | c:/Users/mheller/AppData/Roaming/.emacs.d/org-mode/lisp/) `-

Re: [O] Mixed installation on Windoze

2012-05-31 Thread Sebastien Vauban
Hi Markus, Markus Heller wrote: > since the last update this morning, M-x org-version reports a mixed > installation; see below: > > , > | Org-mode version 7.8.11 (release_7.8.11-24-g4144c5 @ mixed installation! > | c:/Program Files (x86)/emacs-23.3/lisp/org/ and > | c:/Users/mheller/AppData/R

Re: [O] [PATCH] org-reload doesn't use full emacs load-path?

2012-05-31 Thread Achim Gratz
Eric S Fraga writes: > Seems to work just fine. Thanks! Thanks for testing. Bastien, could you please install the patch? Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf Blofeld V1.15B11: http://Synth.Stromeko.net/Downloads.htm

[O] Upgrade org-mode over a older distribution version

2012-05-31 Thread Michael Baum
I'm sure this is an FAQ, but I haven't been able to find it. The Org-mode manual says under "Installation", "*If you are using a version of Org that is part of the Emacs distribution or an XEmacs package, please skip this section and go directly to Activation

Re: [O] Mixed installation on Windoze

2012-05-31 Thread Achim Gratz
Markus Heller writes: > , > | ;; no need to compile the sources > | (add-to-list 'load-path "~/.emacs.d/org-mode/lisp/") > | (add-to-list 'load-path "~/.emacs.d/org-mode/contrib/lisp/") > | (add-to-list 'auto-mode-alist '("\\.\\(org\\|org_archive\\|txt\\)$" . > org-mode)) > | (require 'org-ins

Re: [O] Mixed installation on Windoze

2012-05-31 Thread Markus Heller
Achim Gratz writes: > Markus Heller writes: >> , >> | ;; no need to compile the sources >> | (add-to-list 'load-path "~/.emacs.d/org-mode/lisp/") >> | (add-to-list 'load-path "~/.emacs.d/org-mode/contrib/lisp/") >> | (add-to-list 'auto-mode-alist '("\\.\\(org\\|org_archive\\|txt\\)$" . >> or

Re: [O] Upgrade org-mode over a older distribution version

2012-05-31 Thread Achim Gratz
Michael Baum writes: > Let's assume I have root access to the computer. Is it as simple as > downloading the current org-mode source, running make and all that, > and then replacing the existing .elc files in > /usr/share/emacs/23.2/lisp/org with the new ones? Never touch these files, they belong

Re: [O] Upgrade org-mode over a older distribution version

2012-05-31 Thread Michael Baum
Many thanks. I was afraid of something like that. So the idea is that a set or org-mode files under site-lisp takes precedence over the built-in files and that's how emacs knows which ones to run? maab On Thu, May 31, 2012 at 2:57 PM, Achim Gratz wrote: > Michael Baum writes: > > Let's assume

Re: [O] Mixed installation on Windoze

2012-05-31 Thread Achim Gratz
Markus Heller writes: > Where do I run either of these commands? In ~/.emacs/org-mode/lisp? Or > just anywhere? Or from within emacs? In ~/.emacs/org-mode (you need GNU make). If you don't have that you can do it with Emacs itself, but I haven't had time yet to thoroughly document it. > Also,

Re: [O] Upgrade org-mode over a older distribution version

2012-05-31 Thread Achim Gratz
Michael Baum writes: > Many thanks. I was afraid of something like that. So the idea is that > a set or org-mode files under site-lisp takes precedence over the > built-in files and that's how emacs knows which ones to run? Emacs will always load the file(s) it finds first in load-path, so you can

[O] Crash in "GNU Emacs 24.0.97.1 (i386-mingw-nt5.1.2600) of 2012-05-17 on MARVIN" when jumpin to end of long lines of org-mode file

2012-05-31 Thread Rainer Stengele
Hi all, I have emacs crashing since several versions. Being in org-mode I have a long line like this (following 3 lines concatenated) #+BEGIN: clocktable :maxlevel 0 :fileskip0 t :scope ("~/org/DIPLAN/DIPLAN.org" "~/org/DIPLAN/DIPLAN.org_archive" "~/org/DIPLAN/Seuffer.org" "~/org/DIPLAN/ebm-pap

[O] bug in .texi?

2012-05-31 Thread Samuel Wales
... make -C doc info makeinfo --no-split org.texi -o org org.texi:2450: Unknown command `#$2)'. makeinfo: Removing output file `org' due to errors; use --force to preserve. make[1]: *** [org] Error 1 make: *** [info] Error 2 makeinfo (GNU texinfo) 4.13 Thanks. Samuel -- The Kafka Pandemic: htt

Re: [O] bug in .texi?

2012-05-31 Thread Michael Brand
Hi Samuel On Thu, May 31, 2012 at 10:41 PM, Samuel Wales wrote: > make[1]: *** [org] Error 1 See http://lists.gnu.org/archive/html/emacs-orgmode/2012-05/msg01048.html Michael

Re: [O] bug in .texi?

2012-05-31 Thread Samuel Wales
On 5/31/12, Michael Brand wrote: > See > http://lists.gnu.org/archive/html/emacs-orgmode/2012-05/msg01048.html Yes, it's the same bug. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com

Re: [O] make doc fails on current head

2012-05-31 Thread Nick Dokos
Michael Brand wrote: > Hi Bastien > > On Thu, May 31, 2012 at 5:21 PM, Jonathan Leech-Pepin > wrote: > > If I revert to =git checkout HEAD~1= make doc succeeds as it had previously. > > Funny that just out of curiosity and without any suspicion I came > across this regression of one of the org

Re: [O] Mixed installation on Windoze

2012-05-31 Thread Markus Heller
Achim Gratz writes: > Markus Heller writes: >> Where do I run either of these commands? In ~/.emacs/org-mode/lisp? Or >> just anywhere? Or from within emacs? > > In ~/.emacs/org-mode (you need GNU make). If you don't have that you > can do it with Emacs itself, but I haven't had time yet to t

[O] Smart Quotes Exporting (Was: Re: (no subject))

2012-05-31 Thread Mark E. Shoulson
Sorry for messing up the thread subject header; I think I misused gmane's posting. On 05/31/2012 09:38 AM, Nicolas Goaziou wrote: Hello, Mark Shoulson writes: +(defvar org-e-html-quote-replacements + '(("fr" "« " " »" "‘" "’" "’") +("en" "“" "”" "‘" "’" "’") +("de" "„" "“" "‚" "‘"

[O] Ido org-refile results in misfiling

2012-05-31 Thread Samuel Wales
Ido and org-refile are a superb combination that enhances Org significantly. It is a killer feature IMO. However, in my usage there is a substantial risk of misfiling: 1) If I start from a fresh Emacs, "myorg" is sufficient to select "computer/emacs/org/myorg/". This is good. 2) If I

Re: [O] bug in selective export when selected heading follows excluded heading

2012-05-31 Thread Eric S Fraga
Hsiu-Khuern Tang writes: > Hi, > > Here's an input file, a.org: > > > > #+OPTIONS: toc:nil > #+EXPORT_EXCLUDE_TAGS: exclude > #+EXPORT_SELECT_TAGS: include > > * chap1 > > ** sec1 :exc

Re: [O] date added into logbook?

2012-05-31 Thread Sacha Chua
Michael Gilbert writes: Hello, Michael! > one of them involves a piece that I've wanted for a while: a way to > keep the data that is lost when I refile an item from my default > date-tree file ― the date the item was created/added. Have you considered using org-capture with the clock options?

Re: [O] links in comments and footnotes

2012-05-31 Thread Samuel Wales
On 5/25/12, Nicolas Goaziou wrote: > I am saying that "# [[http://orgmode.org][Org mode]]" should appear > as-is and not as "# Orgmode" because nothing in a comment should be > interpreted. That's a good solution also. Will make wrapping happen, of course. I still think it would be good to colo

Re: [O] fast todo kw / -> x

2012-05-31 Thread Samuel Wales
Hi Neil, "I definitely think that this is an omission in the doc. The doc for `org-todo-keywords' ascribes meaning to at (@), slash (/), bang (!), and at least close paren ())." I find symbols useful, but I see now that / is used in that part. I like plists as you can separate keys from semantic

Re: [O] make doc fails on current head

2012-05-31 Thread Michael Brand
Hi Nick On Thu, May 31, 2012 at 11:58 PM, Nick Dokos wrote: > Just to make sure, you are saying that commit > 4144c55ec78a4fdf246c64a4130f807eec50a913 should be reverted - the four @ > signs in org.texi produce two @ signs in the produced info file, and > that's the way the info file should be. D

Re: [O] Testing: org-export-e-html

2012-05-31 Thread William Crandall
Hello Jambunathan, UTF-8! Yes! Many thanks. Now: Still snagging on targets and links. Will detail in next message. -BC Org-mode: 7.8.11 (release_7.8.11-24-g4144c5) Emacs: 24.1.50.1 Windows 7 On Wed, May 30, 2012 at 11:42 PM, Jambunathan K wrote: > > But first line of test.html: > > >

Re: [O] Testing: org-export-e-html

2012-05-31 Thread William Crandall
Hello Nicolas, To wrap my neurons around linking, I made a small test batch. There appear to be several difference between the "old" HTML export engine and the current version of the "new". Testing org-to-HTML export: old: C-c C-e h (org-export, in org-exp.el) new: M-x org-export-dispa

Re: [O] #+STARTUP: showstars (#+STARTUP: showlaststar)

2012-05-31 Thread Nick Dokos
Bastien wrote: > Nick Dokos writes: > > > Then you have to live with the stars. > > I think it is awesome to live with the stars. > > :) > > -- > Bastien > Not sure why, but I seem to be getting copies of old mail that I'm pretty sure I have seen before (e.g. the above from Friday 2012-0

[O] Setting user-defined properties while ido-mode is active

2012-05-31 Thread Thorsten Jolitz
Hi List, I copied the "ido everywhere" approach from Bernt Hanson's setup and it works really great (especially using 'M-x' becomes so fast that remembering all that keychords seems less necessary). However, I have to deactivate ido-mode everytime I want to set a user-defined property with C-c

Re: [O] bug in selective export when selected heading follows excluded heading

2012-05-31 Thread Eric S Fraga
Eric S Fraga writes: > Hsiu-Khuern Tang writes: > >> Hi, >> >> Here's an input file, a.org: >> >> >> >> #+OPTIONS: toc:nil >> #+EXPORT_EXCLUDE_TAGS: exclude >> #+EXPORT_SELECT_TAGS: include >> >> * chap1 >> >> ** sec1

Re: [O] Testing: org-export-e-html

2012-05-31 Thread William Crandall
Nicolas, My email program (Gmail) deleted key HTML text, Here, again, the core bit, as plain text, I hope it goes through: -- Four input permutations: 1. [[directors]] 2. [[#directors]] 3. [[directors][Directors]] 4. [[#directors][Directors]] A