Re: [O] Question regarding link text in HTML export

2013-04-24 Thread Nicolas Goaziou
Hello, Erik Hetzner writes: > When trying to export the following org file as HTML (C-e h o), using > out of the box latest org-mode: > > ``` > * Foo > :PROPERTIES: > :ID: aaccd0f3-3eff-4f38-ad83-bc51b8444d73 > :END: > * Bar > :PROPERTIES: > :ID: 0a428695-b829-4f8b-a689-1bc

Re: [O] Updating Worg: call to Worg authors

2013-04-24 Thread Suvayu Ali
On Tue, Apr 23, 2013 at 04:57:20PM -0400, Jay Kerns wrote: [...chomp...chomp...chomp...] > CALL TO WORG AUTHORS: > > - Please checkout the worg-new-exporter branch and update those files > which are yours. > - Please mark DONE or INPROGRESS files in worgmap.org. > - If you cannot or are not ab

[O] Exporting caption with raw results from inline source blocks

2013-04-24 Thread Andreas Leha
Hi all, I am experiencing problems when exporting a document with inline source blocks in captions, when I want to export raw results. I guess the culprit are the 'raw' results. What should I do instead? Here is a MWE that does not export properly to LaTeX: --8<---cut here-

Re: [O] Question regarding link text in HTML export

2013-04-24 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: > Erik Hetzner writes: > >> When trying to export the following org file as HTML (C-e h o), using >> out of the box latest org-mode: >> >> ``` >> * Foo >> :PROPERTIES: >> :ID: aaccd0f3-3eff-4f38-ad83-bc51b8444d73 >> :END: >> * Bar >> :PROPERTIES

Re: [O] Updating Worg: call to Worg authors

2013-04-24 Thread Bastien
Hi Suvayu, Suvayu Ali writes: > I'm not clear about the workflow. Why is there a need for a separate > branch? I thought there was already a consensus to document the new > exporter under exporters/ox-.org or exporters//*.org > depending on whether a single file is sufficient or a directory is

Re: [O] Adding new heading results in "not in an item"

2013-04-24 Thread Bastien
Hi Johan, Johan Ekh writes: > Marc: I use git for installation and I don't think I have any old > files in my load path. I have the files in my home directory but the > compiled files are installed in the system emacs/site-lisp. The compiled files *are* in your load-path, because Emacs loads th

Re: [O] Updating Worg: call to Worg authors

2013-04-24 Thread Suvayu Ali
Hi Bastien, On Wed, Apr 24, 2013 at 09:44:32AM +0200, Bastien wrote: > Suvayu Ali writes: > > > I'm not clear about the workflow. Why is there a need for a separate > > branch? I thought there was already a consensus to document the new > > exporter under exporters/ox-.org or exporters//*.org

Re: [O] Updating Worg: call to Worg authors

2013-04-24 Thread Carsten Dominik
On 23.4.2013, at 22:57, Jay Kerns wrote: > Hello there, > > I started some work on this and pushed a worg-new-exporter branch to > Worg. I followed Carsten's advice which I will repeat here for > convenience: Hi Jay, thank you and John for getting this started. - Carsten > > Given an e

Re: [O] Bug: Append new heading when :END: exists

2013-04-24 Thread Bastien
Hi Muchenxuan, Muchenxuan Tong writes: > 1. Assume that the content is: > * Hello >   :LOGBOOK: >   - Note taken on [2013-04-22 Mon 16:57] \\ >     hello >   :END: > > 2. Fold it, so that it becomes > * Hello… > > 3. Put the cursor at the end of the heading, and press M-RET or C-RET > * Hello…(h

Re: [O] No dot in datepicker dialog

2013-04-24 Thread Bastien
Hi Michael, Michael Brand writes: > Yes, this is how it worked and I was used to before too, very > convenient. This is how it works again. Thanks for insisting on this! -- Bastien

Re: [O] "Ignore following space" coding?

2013-04-24 Thread Bastien
Hi Hideki, Hideki Saito writes: > The problem is if I'm trying to write: > 文字*太字*文字 > > This essentially prevents text surrounded by * treated as a regular > character as opposed to marked as bold, as this is pretty much > equivalent of the following case: > > aa*bb*aa If I remember correctly,

Re: [O] "Ignore following space" coding?

2013-04-24 Thread Hideki Saito
Hello Bastien Yeah, I figured "correctly" implementing this would be the biggest thing. (I think it involves the implementation of the full morphological analysis model into Emacs!) > > If I remember correctly, this was asked already once and we did try > to find a solution, but nothing was good.

Re: [O] No dot in datepicker dialog

2013-04-24 Thread Carsten Dominik
On 24.4.2013, at 10:06, Bastien wrote: > Hi Michael, > > Michael Brand writes: > >> Yes, this is how it worked and I was used to before too, very >> convenient. > > This is how it works again. How about testing for (= (point) (1+ (length prompt))) instead of (= (char-before) 32)

[O] Two minor issues in the transition to org mode 8

2013-04-24 Thread Fabrice Rossi
Hi, I've just updated to org-mode 8.0 (Org-mode version 8.0 (8.0-3-g7248fb-elpa @ /home/rossi/.emacs.d/elpa/org-20130418/)). This was rather smoother than I thought, but I've spotted two issues that are not mentioned in an obvious way (at least in my opinion) in the upgrade guide (http://orgmode.

Re: [O] Bug: Append new heading when :END: exists

2013-04-24 Thread Muchenxuan Tong
Cool! Thanks! On Wed, Apr 24, 2013 at 3:57 PM, Bastien wrote: > Hi Muchenxuan, > > Muchenxuan Tong writes: > > > 1. Assume that the content is: > > * Hello > > :LOGBOOK: > > - Note taken on [2013-04-22 Mon 16:57] \\ > > hello > > :END: > > > > 2. Fold it, so that it becomes > > * He

Re: [O] Setting taskjuggler project start date (ox-taskjuggler)

2013-04-24 Thread Christian Egli
John Hendy writes: > On Wed, Mar 27, 2013 at 9:37 AM, Nicolas Goaziou wrote: >> Hello, >> >> John Hendy writes: >> >>> If you have =org-taskjuggler-keep-project-as-task=, it will take the >>> :start: property and use this in the project-as-top-level-task output. >>> Could this be used after =sc

Re: [O] No dot in datepicker dialog

2013-04-24 Thread Bastien
Carsten Dominik writes: > On 24.4.2013, at 10:06, Bastien wrote: > >> Hi Michael, >> >> Michael Brand writes: >> >>> Yes, this is how it worked and I was used to before too, very >>> convenient. >> >> This is how it works again. > > How about testing for > >(= (point) (1+ (length prompt

Re: [O] No dot in datepicker dialog

2013-04-24 Thread Michael Brand
On Wed, Apr 24, 2013 at 10:31 AM, Bastien wrote: > Carsten Dominik writes: > [...] >> How about testing for >> >>(= (point) (1+ (length prompt))) >> >> instead of >> >>(= (char-before) 32) >> >> ? >> >> - Carsten > > Yep, as you wish -- I though it was somehow nice to still be able to > q

Re: [O] Org clock markers are not consistent with org-clock-history

2013-04-24 Thread Bastien
Hi Bernt, Bernt Hansen writes: > Shouldn't ALL clock markers be treated the same way? Definitely. > (Either move them all forward or none of them) I removed the forward char ugly hack--I cannot reproduce the error I was seeing before when the user manually inserts some text right on the marke

Re: [O] No dot in datepicker dialog

2013-04-24 Thread Bastien
Michael Brand writes: > On the other side the current (= (char-before) ?.) does still not echo > the "." at the beginning which I found convenient but don't insist if > there is a reason for not to echo. I have no strong opinion on this, but I think it's better if "." does one single thing at th

Re: [O] No dot in datepicker dialog

2013-04-24 Thread Michael Brand
On Wed, Apr 24, 2013 at 10:43 AM, Michael Brand wrote: > (= (point) (1+ (length prompt))) would be a regression of "3 1 . 1 2 .". Sorry, it is not a regression when reloading lisp properly and not only with eval-buffer of org.el. Would be ok for me if not echoing "." at the beginning is intended.

Re: [O] Org-mode documentation within Emacs

2013-04-24 Thread Eric S Fraga
Alan Schmitt writes: > Sebastien Vauban writes: > >> Don't play with `Info-directory-list', it's not intended to be settable by >> the >> user. Set the `Info-default-directory-list' variable instead. > > I just tried it, and now I no longer have org in my info directory. Here > is the value of I

Re: [O] OT: Android, external HW-keyboard and Emacs

2013-04-24 Thread Eric S Fraga
Julien Cubizolles writes: > Eric S Fraga writes: > > >> I tried out the sync to calendar option in MobileOrg. It synced tasks >> (i.e. scheduled and deadline entries) but not entries with just active >> time stamps which are what I use for appointments. > > It's working for me: I'm using the la

Re: [O] OT: Android, external HW-keyboard and Emacs

2013-04-24 Thread Eric S Fraga
"白い熊@相撲道" writes: >>* Eric S Fraga wrote: >>> Basically, we're almost there but not quite. It sure would be nice to >>> have Emacs running properly on Android just to be able to have full >>> org-mode on the move. > > I've built glibc 2.17 for Android, now I compile all GNU apps natively > on

Re: [O] Android MobileOrg: appointments without SCHEDULED/DEADLINE

2013-04-24 Thread Eric S Fraga
Rémi Vanicat writes: > Karl Voit writes: > >> Hi! >> >> * Matthew Jones wrote: >>> - If you have issues and you don't tell us then we have no way of helping >>> you and the problem might not go away. >> >> I mainly use MobileOrg on my Android phone to capture URLs and >> tasks and I am *very*

Re: [O] No dot in datepicker dialog

2013-04-24 Thread Carsten Dominik
On 24.4.2013, at 10:31, Bastien wrote: > Carsten Dominik writes: > >> On 24.4.2013, at 10:06, Bastien wrote: >> >>> Hi Michael, >>> >>> Michael Brand writes: >>> Yes, this is how it worked and I was used to before too, very convenient. >>> >>> This is how it works again. >> >>

Re: [O] No dot in datepicker dialog

2013-04-24 Thread Michael Brand
Hi Bastien On Wed, Apr 24, 2013 at 10:51 AM, Bastien wrote: > I have no strong opinion on this, but I think it's better if "." does > one single thing at the time. Then I don't mind. And oh, by the way, thank you for taking care of the regression of "3 1 . 1 2 ." now solved. Michael

Re: [O] Updating Worg: call to Worg authors

2013-04-24 Thread Thorsten Jolitz
Jay Kerns writes: > CALL TO WORG AUTHORS: > > - Please checkout the worg-new-exporter branch and update those files > which are yours. > - Please mark DONE or INPROGRESS files in worgmap.org. > - If you cannot or are not able to update your files, please say so on > the mailing list so other

Re: [O] Using Eric Schulte's starter kit with org mode from source

2013-04-24 Thread Alan Schmitt
Hi Eric, Eric Schulte writes: > I can think of some possibilities, > > 1. Your load-path either isn't pointing to the newest Org-mode, or you >are somehow also loading an older version of Org-mode. Although I >believe I just helped you setup your load path, so lets assume this >isn't

Re: [O] No dot in datepicker dialog

2013-04-24 Thread Bastien
Hi Carsten, Carsten Dominik writes: > I think only doing this at the beginning of the prompt is better, > anywhere else it is too magic. Okay, I implemented this by checking if we are at the start of the prompt with `looking-back'. Using "prompt" here would raise a compiler warning -- we wou

Re: [O] No dot in datepicker dialog

2013-04-24 Thread Carsten Dominik
On 24.4.2013, at 11:38, Bastien wrote: > Hi Carsten, > > Carsten Dominik writes: > >> I think only doing this at the beginning of the prompt is better, >> anywhere else it is too magic. > > Okay, I implemented this by checking if we are at the start of the > prompt with `looking-back'. Us

Re: [O] Org-mode documentation within Emacs

2013-04-24 Thread Alan Schmitt
Hi Sebastien, Sebastien Vauban writes: > See http://lists.gnu.org/archive/html/help-gnu-emacs/2004-10/msg00331.html I finally managed to make it work using INFOPATH, which is quite painful to do under OS X. I really don't understand why there isn't a way to do this from inside emacs configuratio

Re: [O] [BUG] Hotkeys defined in org-tag-alist repeated in agenda filter dispatcher

2013-04-24 Thread Bastien
Hi Viktor, thanks for the patient and detailed debugging. I don't have time to test the attached patch myself, but given your description it should be okay. Can you test it and report? Otherwise I will test this myself later on. Thanks! diff --git a/lisp/org.el b/lisp/org.el index c76ddd0..d7

Re: [O] Bug: Priority-Down Sort Method Prevents Further Sorting in Daily Agenda

2013-04-24 Thread Bastien
Hi Nick, Nick Daly writes: > Unfortunately, as shown below, the default sort methods apply: > deadlines occur after the scheduled events, and we're using the > deadline-/scheduled-up sorting method instead of the correct -down > methods: >From the docstring of `org-agenda-sorting-strategy':

Re: [O] Org-mode documentation within Emacs

2013-04-24 Thread Suvayu Ali
On Wed, Apr 24, 2013 at 08:51:24AM +0100, Eric S Fraga wrote: [...chomp...chomp...chomp...] > However, the documentation (in emacs 24.3.50 as that's what I am using > on this laptop...) for Info-default-directory-list says: > > , > | Although this is a customizable variable, that is mainly f

Re: [O] "Ignore following space" coding?

2013-04-24 Thread Vladimir Lomov
Hello, ** Hideki Saito [2013-04-22 02:36:09 -0700]: > Hello, > I briefly searching the list and but I'm unsure if this was discussed > before, so excuse me if this was discussed before. > I've got a question regarding how I can make this work with languages > that doesn't separate words with spac

[O] [BUG] New exporter exports TOC twice

2013-04-24 Thread Thorsten Jolitz
[double-post to bring this issue to the attention of Nicolas] Exporting a Worg file with this header (#+TOC: headlines 2) ,- | #+OPTIONS: H:3 num:nil \n:nil @:t ::t |:t ^:{} -:t f:t *:t TeX:t LaTeX:t |

[O] cloning worg with http

2013-04-24 Thread Michael Brand
Hi all I could not find a spec of the URL for this so I made my own guess, resulting in a fatal: $ git clone http://orgmode.org/r/worg.git Cloning into 'worg'... fatal: http://orgmode.org/r/worg.git/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server? Is

Re: [O] [BUG] New exporter exports TOC twice

2013-04-24 Thread Nicolas Goaziou
Hello, Thorsten Jolitz writes: > Exporting a Worg file with this header (#+TOC: headlines 2) > > ,- > | #+OPTIONS: H:3 num:nil \n:nil @:t ::t |:t ^:{} -:t f:t *:t TeX:t LaTeX:t > | skip:nil d:(HI

Re: [O] [BUG] New exporter exports TOC twice

2013-04-24 Thread Thorsten Jolitz
Nicolas Goaziou writes: > If you don't specify a toc item in the OPTIONS line, Org will use the > value of `org-export-with-toc', which is non-nil by default. > > So, your example is equivalent to: > > #+OPTIONS: toc:t > #+TOC: headline 2 > > Hence you get two tables of contents. Ok, but the

Re: [O] [BUG] New exporter exports TOC twice

2013-04-24 Thread Nicolas Goaziou
Thorsten Jolitz writes: > Nicolas Goaziou writes: > >> If you don't specify a toc item in the OPTIONS line, Org will use the >> value of `org-export-with-toc', which is non-nil by default. >> >> So, your example is equivalent to: >> >> #+OPTIONS: toc:t >> #+TOC: headline 2 >> >> Hence you ge

Re: [O] Org-mode documentation within Emacs

2013-04-24 Thread Nicolas Richard
Karl Voit writes: > Is there something wrong with my repos? I don't think so : there should be a file named 'dir' in the doc/ directory which contains a reference to the correct info file (called org, built from org.texi I guess). -- N.

Re: [O] [BUG] Hotkeys defined in org-tag-alist repeated in agenda filter dispatcher

2013-04-24 Thread Viktor Rosenfeld
Hi Bastien, with this patch, everything works as expected. Thanks! Cheers, Viktor Bastien wrote: > Hi Viktor, > > thanks for the patient and detailed debugging. > > I don't have time to test the attached patch myself, but given your > description it should be okay. > > Can you test it and r

Re: [O] [PATCH] export to various flavors of (X)HTML

2013-04-24 Thread François Pinard
Christian Wittern writes: > On 2013-04-23 21:09, François Pinard wrote: >> If I remember well [...] > Well, in this case you are misremembering, empty elements, aka as > self-closing tags are one of the innovations of XML. Just my nit to pick, A friendly nit-picking is always a good way to ge

Re: [O] Org-mode documentation within Emacs

2013-04-24 Thread Xiao-Yong Jin
On Apr 24, 2013, at 6:40 PM, Alan Schmitt wrote: > Hi Sebastien, > > Sebastien Vauban writes: > >> See http://lists.gnu.org/archive/html/help-gnu-emacs/2004-10/msg00331.html > > I finally managed to make it work using INFOPATH, which is quite painful > to do under OS X. I really don't unders

Re: [O] [BUG] Hotkeys defined in org-tag-alist repeated in agenda filter dispatcher

2013-04-24 Thread Bastien
Hi Viktor, Viktor Rosenfeld writes: > with this patch, everything works as expected. Applied, thanks for checking! -- Bastien

Re: [O] Adding new heading results in "not in an item"

2013-04-24 Thread Johan Ekh
Thank you! It worked again after a "make up2". BR / Johan On Wed, Apr 24, 2013 at 9:39 AM, Bastien wrote: > Hi Johan, > > Johan Ekh writes: > > > Marc: I use git for installation and I don't think I have any old > > files in my load path. I have the files in my home directory but the > > comp

Re: [O] cloning worg with http

2013-04-24 Thread John Hendy
On Apr 24, 2013 7:38 AM, "Michael Brand" wrote: > > Hi all > > I could not find a spec of the URL for this so I made my own guess, > resulting in a fatal: > > $ git clone http://orgmode.org/r/worg.git > Cloning into 'worg'... > fatal: http://orgmode.org/r/worg.git/info/refs?service=git-upload-pack

[O] New exporter - publishing org files doesn't include :tangle

2013-04-24 Thread Bernt Hansen
Hi Nicolas, James Yuan noticed that the .org file that is published with my document (http://doc.norang.ca/org-mode.org does not contain :tangle on any of the source blocks. One of the uses of this document is to pull up the file and tangle it to create an emacs configuration but this seems to be

Re: [O] Org clock markers are not consistent with org-clock-history

2013-04-24 Thread Bernt Hansen
Bastien writes: > I removed the forward char ugly hack--I cannot reproduce the > error I was seeing before when the user manually inserts some > text right on the marker and modifies it in the wrong direction. > > I will try to reproduce the problem later on, but lets use the > clean way for now.

[O] [PATCH] org.el: Filter agenda by persistent tags

2013-04-24 Thread Viktor Rosenfeld
Hi, the attached patch makes `org-agenda-filter-by-tag-refine' pickup the hotkeys defined for tags in `org-tag-persistent-alist'. Cheers, Viktor >From 25d8eb08ecab282fc85c95307cddada8b5032e21 Mon Sep 17 00:00:00 2001 From: Viktor Rosenfeld Date: Wed, 24 Apr 2013 15:54:14 +0200 Subject: [PATCH] o

Re: [O] Org-mode outside Org-mode

2013-04-24 Thread Alexander Vorobiev
First of all, thank you for the tutorial and the code! Outshine has become a major component of my workflow, I use it in all my source code buffers (sql, R, elisp). I have one question/proposal regarding key bindings. Outshine binds TAB to outshine-cycle-subtree which only does something useful (c

Re: [O] [PATCH] org.el: Filter agenda by persistent tags

2013-04-24 Thread Bastien
Hi Viktor, Viktor Rosenfeld writes: > the attached patch makes `org-agenda-filter-by-tag-refine' pickup the > hotkeys defined for tags in `org-tag-persistent-alist'. Applied, thanks! -- Bastien

Re: [O] cloning worg with http

2013-04-24 Thread Michael Brand
Hi John On Wed, Apr 24, 2013 at 4:00 PM, John Hendy wrote: > - https://lists.gnu.org/archive/html/emacs-orgmode/2013-03/msg01640.html > > If you're going to want to ever push to it... No. Only got protocol will > work. Thank you, at least I can pull now in a limited network. Michael

Re: [O] Question regarding link text in HTML export

2013-04-24 Thread Erik Hetzner
At Wed, 24 Apr 2013 09:37:57 +0200, Sebastien Vauban wrote: > > Hello Nicolas, > > Nicolas Goaziou wrote: > > > > This is not a bug. This is how cross references work: any link to an > > internal target without a description will become a number referring to > > the target. It works for headlines

Re: [O] New exporter - publishing org files doesn't include :tangle

2013-04-24 Thread Nicolas Goaziou
Hello, Bernt Hansen writes: > James Yuan noticed that the .org file that is published with my document > (http://doc.norang.ca/org-mode.org does not contain :tangle on any of > the source blocks. > > One of the uses of this document is to pull up the file and tangle it to > create an emacs confi

Re: [O] Org-mode documentation within Emacs

2013-04-24 Thread Alan Schmitt
Xiao-Yong Jin writes: > I guess you changed the plist of Emacs.app? No, I set /etc/launchd.conf (and I also set the INFOPATH in my .zshrc). > That's not really required. How do you install your emacs? Homebrew, using this version: https://github.com/railwaycat/emacs-mac-port > On my machine,

Re: [O] cloning worg with http

2013-04-24 Thread Suvayu Ali
On Wed, Apr 24, 2013 at 09:00:08AM -0500, John Hendy wrote: > > If you're going to want to ever push to it... No. Only got protocol will > work. I don't think you can use git:// to push to Worg. It has to be git+ssh://. -- Suvayu Open source is the future. It sets us free.

Re: [O] Android MobileOrg: appointments without SCHEDULED/DEADLINE

2013-04-24 Thread Rémi Vanicat
Eric S Fraga writes: > Rémi Vanicat writes: > >> Karl Voit writes: >> >>> Hi! >>> >>> * Matthew Jones wrote: - If you have issues and you don't tell us then we have no way of helping you and the problem might not go away. >>> >>> I mainly use MobileOrg on my Android phone to captur

Re: [O] New exporter - publishing org files doesn't include :tangle

2013-04-24 Thread Bernt Hansen
Nicolas Goaziou writes: > Hello, > > Bernt Hansen writes: > >> James Yuan noticed that the .org file that is published with my document >> (http://doc.norang.ca/org-mode.org does not contain :tangle on any of >> the source blocks. >> >> One of the uses of this document is to pull up the file and

Re: [O] New exporter - publishing org files doesn't include :tangle

2013-04-24 Thread Bernt Hansen
Nicolas Goaziou writes: > Hello, > > Bernt Hansen writes: > >> James Yuan noticed that the .org file that is published with my document >> (http://doc.norang.ca/org-mode.org does not contain :tangle on any of >> the source blocks. >> >> One of the uses of this document is to pull up the file and

[O] org-mode California bay area meetup and mentorship

2013-04-24 Thread Mike C
Hi all, I'm interested in putting together a community to meet about org-mode and Emacs where there is a peer-to-peer mentorship aspect so everyone learns from each other. This could turn into a formal regular meetup. I can see how this could be a spinoff of a functional programming meetup where

[O] Filling bug with alphabetical lists

2013-04-24 Thread Bernt Hansen
Hi Nicolas, I found the following filling bug with alphabetical lists. I have (setq org-alphabetical-lists t) and when I do M-q on the first line of the lists below (without a blank separating line) the alphabetical lists are wrapped into the previous list. The regular lists behave properly -

Re: [O] Using Eric Schulte's starter kit with org mode from source

2013-04-24 Thread Eric Schulte
Alan Schmitt writes: > Hi Eric, > > Eric Schulte writes: > >> I can think of some possibilities, >> >> 1. Your load-path either isn't pointing to the newest Org-mode, or you >>are somehow also loading an older version of Org-mode. Although I >>believe I just helped you setup your load pa

Re: [O] Android MobileOrg: appointments without SCHEDULED/DEADLINE (was: Agenda in MobileOrg for Android)

2013-04-24 Thread Henning Weiss
Hi, I don't seem to have the full context for this thread, but I'll reply anyway. On Tue, Apr 23, 2013 at 12:50 PM, Karl Voit wrote: > Hi! > > * Matthew Jones wrote: > > - If you have issues and you don't tell us then we have no way of helping > > you and the problem might not go away. > > I m

Re: [O] Android MobileOrg: appointments without SCHEDULED/DEADLINE

2013-04-24 Thread Henning Weiss
Hi, On Wed, Apr 24, 2013 at 6:41 AM, Rémi Vanicat wrote: > Karl Voit writes: > > > Hi! > > > > * Matthew Jones wrote: > >> - If you have issues and you don't tell us then we have no way of > helping > >> you and the problem might not go away. > > > > I mainly use MobileOrg on my Android phone

Re: [O] Android MobileOrg: appointments without SCHEDULED/DEADLINE (was: Agenda in MobileOrg for Android)

2013-04-24 Thread Karl Voit
* Henning Weiss wrote: > > Hi, > > I don't seem to have the full context for this thread, but I'll reply > anyway. > > On Tue, Apr 23, 2013 at 12:50 PM, Karl Voit wrote: > >> ** <2013-05-07 Tue 9:00-11:00> this is an event/appointment :rem15: >> >> Unfortunately, MobileOrg does not seem to put

Re: [O] Using Eric Schulte's starter kit with org mode from source

2013-04-24 Thread Alan Schmitt
Eric Schulte writes: > I don't understand why you can't put this code into your normal > configuration file? Because it may load too many things. I thought I could killed two birds with one stone: get a faster async export, and git it working. > If the error is thrown *before* your main configu

[O] MobileOrg and repeating events (was: Android MobileOrg: appointments without SCHEDULED/DEADLINE)

2013-04-24 Thread Karl Voit
* Rémi Vanicat wrote: > > My main problem with mobilorg is that it do not translate > > <2013-05-07 Tue 9:00-11:00 +1w> > > in a recurring event, and I would really like this to be solved. Not a solution to your specific issue but this is how I deal with recurring events: I use org-clone-subtr

Re: [O] Using Eric Schulte's starter kit with org mode from source

2013-04-24 Thread Eric Schulte
> > I've turned on the debugger, and there is something that I find a bit > strange. Here are the last few lines. > > , > | > load("/var/folders/68/fvntfrw92y50gkk_67rkhsfwgn/T/org-export-process77683E90" > nil t) > | command-line-1(("-l" "/Users/schmitta/.emacs.d/init.el" "-l" > "/v

Re: [O] Org-mode documentation within Emacs

2013-04-24 Thread Achim Gratz
Rainer Stengele writes: > I update (git) and compile org inside of cygwin. So do I. > That means the info file will be installed in the cygwin tree. No it won't if you configure local.mk accordingly. > But I do use the Windows port of Emacs, not the cygwin port. http://orgmode.org/worg/dev/org

Re: [O] Using Eric Schulte's starter kit with org mode from source

2013-04-24 Thread Alan Schmitt
Eric Schulte writes: >> >> I've turned on the debugger, and there is something that I find a bit >> strange. Here are the last few lines. >> >> , >> | >> load("/var/folders/68/fvntfrw92y50gkk_67rkhsfwgn/T/org-export-process77683E90" >> nil t) >> | command-line-1(("-l" "/Users/schmitt

Re: [O] Using Eric Schulte's starter kit with org mode from source

2013-04-24 Thread Eric Schulte
Alan Schmitt writes: > Eric Schulte writes: > >>> >>> I've turned on the debugger, and there is something that I find a bit >>> strange. Here are the last few lines. >>> >>> , >>> | >>> load("/var/folders/68/fvntfrw92y50gkk_67rkhsfwgn/T/org-export-process77683E90" >>> nil t) >>> | c

Re: [O] Org-mode outside Org-mode

2013-04-24 Thread Thorsten Jolitz
Alexander Vorobiev writes: Hi Alexander, > First of all, thank you for the tutorial and the code! Outshine has become > a major component of my workflow, I use it in all my source code buffers (sql, > R, elisp). Thanks, I use it in all my elisp and PicoLisp buffers too, and I'm happy that it w

Re: [O] Using Eric Schulte's starter kit with org mode from source

2013-04-24 Thread Alexander Poslavsky
Alan Schmitt writes: > Eric Schulte writes: > >> --8< snip >> >> Yes, the starter kit waits to load on the after-init-hook so that the >> Emacs package system will be fully loaded. That is why the other file >> you load on the command line is loaded first. > > Then asynchronous export can't work,

Re: [O] Using Eric Schulte's starter kit with org mode from source

2013-04-24 Thread Thomas S. Dye
Hi Eric, Eric Schulte writes: > Alan Schmitt writes: > >> Eric Schulte writes: >> I've turned on the debugger, and there is something that I find a bit strange. Here are the last few lines. , | load("/var/folders/68/fvntfrw92y50gkk_67rkhsfwgn/T/org-

Re: [O] OT: Android, external HW-keyboard and Emacs

2013-04-24 Thread 白い熊
>* Eric S Fraga wrote: >> Basically, we're almost there but not quite. It sure would be nice >to >> have Emacs running properly on Android just to be able to have full >> org-mode on the move. I've built glibc 2.17 for Android, now I compile all GNU apps natively on my phone (Samsung Galaxy Not

[O] batch saving patch for emacs 23/org 8.0.1

2013-04-24 Thread Wright, Jason L
When running: emacs -l ~/.emacs -eval '(org-batch-store-agenda-views)' -eval '(org-mobile-push)' It errors with: (wrong-number-of-arguments called-interactively-p 1) A proposed fix is below. What I don't know is whether the fix breaks something else (i.e. it seems to work for me, but my elisp-fu

Re: [O] Item task_id not being used in taskjuggler export & tj prefixing

2013-04-24 Thread Christian Egli
Buddy Butterfly writes: > The problem becomes obvious with your example above. > Herr you expect that T8 would be unique across all > tasks. If there are some other task paths with a task of > T8 then this will not work. True, task_ids have to be unique across tasks. For me this was never a pr

Re: [O] Question regarding link text in HTML export

2013-04-24 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" writes: > He does well have a description part, doesn't he? Duh. Yes. Then it is a bug, which should now be fixed. Thanks for insisting on the problem. Regards, -- Nicolas Goaziou

[O] org-mode California bay area meetup and mentorship

2013-04-24 Thread Mike C
Hi all, I'm interested in putting together a community to meet about org-mode and Emacs where there is a peer-to-peer mentorship aspect so everyone learns from each other. This could turn into a formal regular meetup. I can see how this could be a spinoff of a functional programming meetup where

Re: [O] Item task_id not being used in taskjuggler export & tj prefixing

2013-04-24 Thread Christian Egli
John Hendy writes: > Unique ids could be inserted as depends with some simple key strokes > and I would't have to use numbered IDs at all. They'd stay with the > tasks no matter where I moved them. > > For that... I'd actually prefer *not* to have to explicitly name the > parent since they could

Re: [O] Using Eric Schulte's starter kit with org mode from source

2013-04-24 Thread Eric Schulte
Alexander Poslavsky writes: > Alan Schmitt writes: > >> Eric Schulte writes: >> >>> --8< snip >>> >>> Yes, the starter kit waits to load on the after-init-hook so that the >>> Emacs package system will be fully loaded. That is why the other file >>> you load on the command line is loaded first.

Re: [O] are babel python sessions and inlined images incompatible?

2013-04-24 Thread Sebastien Vauban
Hello Rodrigo, Rodrigo Amestica wrote: > Eric Schulte wrote: >> Rodrigo Amestica writes: >> >> > if I use this block >> > >> > #+BEGIN_SRC python :results file >> > from pylab import * >> > plot(rand(10)) >> > savefig('images/test.png') >> > return 'images/test.png' >> > #+END_SRC >> > >> > the

Re: [O] Filling bug with alphabetical lists

2013-04-24 Thread Nicolas Goaziou
Hello, Bernt Hansen writes: > > I found the following filling bug with alphabetical lists. > > I have > > (setq org-alphabetical-lists t) This is now `org-list-allow-alphabetical'. I think you need to reload Org when this variable is changed. Regards, -- Nicolas Goaziou

Re: [O] Can't export LaTeX source code blocks

2013-04-24 Thread Sebastien Vauban
Hello Thomas, Thomas S. Dye wrote: > "Sebastien Vauban" #+begin_src latex \DescribeMacro{\dummyMacro} This macro does nothing.\index{doing nothing|usage} It is merely an example. If this were a real macro, you would put a paragraph here describing \textbf{what} the macro

Re: [O] Filling bug with alphabetical lists

2013-04-24 Thread Bernt Hansen
Nicolas Goaziou writes: > Hello, > > Bernt Hansen writes: >> >> I found the following filling bug with alphabetical lists. >> >> I have >> >> (setq org-alphabetical-lists t) > > This is now `org-list-allow-alphabetical'. I think you need to reload > Org when this variable is changed. Thanks, I

Re: [O] are babel python sessions and inlined images incompatible?

2013-04-24 Thread Rodrigo Amestica
At Wed, 24 Apr 2013 23:06:30 +0200, Sebastien Vauban wrote: > >> You don't need to explicitly specify a return when working with a > >> session. Either of the following should work. > >> > >> #+BEGIN_SRC python :session test :file "images/test.png" > >> from pylab import * > >> pl

[O] the "right way" to build OMPL export and import

2013-04-24 Thread Alexis Gallagher
Hi, I would love to be able to export org documents to opal, so that I can read them with the various commercial outlining apps on platforms without emacs -- e.g, iOS. The ideal thing would be if I could import OPML as well. Is anyone working on this already? If not, does anyone have any point

[O] exported html page toc doesn't toggle with 'i' key

2013-04-24 Thread Daniel Hawthorne
Can someone corroborate this? The help menu still lists the key binding, so I assume it is still the desired behavior. Suggestions?

Re: [O] Filling bug with alphabetical lists

2013-04-24 Thread Nicolas Goaziou
Hello, Bernt Hansen writes: > Nicolas Goaziou writes: > >> Hello, >> >> Bernt Hansen writes: >>> >>> I found the following filling bug with alphabetical lists. >>> >>> I have >>> >>> (setq org-alphabetical-lists t) >> >> This is now `org-list-allow-alphabetical'. I think you need to reload >>

Re: [O] Org-mode documentation within Emacs

2013-04-24 Thread Eric Abrahamsen
Alan Schmitt writes: > Hi Glyn, > > Glyn Millington writes: > >> Hi Alan, >> >> This is how I do it. > > [...] > >> I also have this in my init.el >> >> (setq Info-default-directory-list (cons "/home/glyn/info/" >> Info-default-directory-list)) >> >> Then it should appear in Emacs' info-reader >

Re: [O] batch saving patch for emacs 23/org 8.0.1

2013-04-24 Thread Bastien
Hi Jason, "Wright, Jason L" writes: > When running: > emacs -l ~/.emacs -eval '(org-batch-store-agenda-views)' -eval > '(org-mobile-push)' > > It errors with: > (wrong-number-of-arguments called-interactively-p 1) > > A proposed fix is below. What I don't know is whether the fix breaks > somethi

[O] Kill all items with specific tag to kill-ring.

2013-04-24 Thread Oleksandr Gavenko
I use tags only on top level items in org-file. And want move all items marked by specific tag to different org-file. I expect that this command kill items with selected tag to kill-ring in one step (so single undo command return original buffer content). Seems there are no such command build-in

Re: [O] Kill all items with specific tag to kill-ring.

2013-04-24 Thread Carsten Dominik
On 25.4.2013, at 07:32, Oleksandr Gavenko wrote: > I use tags only on top level items in org-file. > > And want move all items marked by specific tag to different org-file. > > I expect that this command kill items with selected tag to kill-ring in one > step (so single undo command return orig