Re: [O] [OT][GTD] GTDish next action "todo" keyword, could that influence your productivity in any way?

2012-08-19 Thread Bastien
Hi Marcelo, Marcelo de Moraes Serpa writes: > What do you think; and what word do you use as your TODO keyword? I use NEXT(/) TODO(t) STRT(s) WAIT(w@) | DONE(d) DELEGATED(D@) CANCELED(c@) The difference between NEXT and TODO is because I want to always keep less than 10 NEXT items on a proje

Re: [O] BUG - Can't export subtree without TOC

2012-08-19 Thread Bastien
Hi Bernt, Bernt Hansen writes: > The following org file shows the problem for me This should be fixed now. Please let us know. Thanks for reporting this! -- Bastien

[O] [OT][GTD] GTDish next action "todo" keyword, could that influence your productivity in any way?

2012-08-19 Thread Marcelo de Moraes Serpa
Hey guys, That might sound like a silly post, but I'd like to know if you use anything other than TODO for your tasks. My personal information management system has evolved from David Allen's GTD, so I tend to use a todo keyword only in items that describe things I can actually do (usually very sp

Re: [O] BUG - Can't export subtree without TOC

2012-08-19 Thread Bernt Hansen
Hi Bastien, I still get broken behaviour with release_7.8.11-539-g7d117bd -Bernt Bastien writes: > Hi Bernt, > > Bernt Hansen writes: > >> This works fine in release_7.8.11 but not in the current git master. >> >> Export me >> :PROPERTIES: >> :EXPORT_OPTIONS: toc:nil >> :END: >> [2012

Re: [O] BUG - Can't export subtree without TOC

2012-08-19 Thread Bernt Hansen
Adding Nicolas. Hi Bastien, The following org file shows the problem for me C-c @ on the '* Export me' task and C-c C-e b also selects the following task during export. --8<---cut here---start->8--- * Export me :PROPERTIES: :EXPORT_OPTIONS: toc:nil :END: [20

Re: [O] BUG - Can't export subtree without TOC

2012-08-19 Thread Bastien
Hi Bernt, Bernt Hansen writes: > This works fine in release_7.8.11 but not in the current git master. > > Export me > :PROPERTIES: > :EXPORT_OPTIONS: toc:nil > :END: > [2012-08-19 Sun 22:08] > > Details follow > > Org-mode version 7.8.11 (release_7.8.11 @ /home/bernt/git/org-mode/lisp/) > G

[O] BUG - Can't export subtree without TOC

2012-08-19 Thread Bernt Hansen
Hi Bastien, I want to export a subtree with a EXPORT_OPTIONS property which turns off the table of contents. This works fine in release_7.8.11 but not in the current git master. --8<---cut here---start->8--- Export me :PROPERTIES: :EXPORT_OPTIONS: toc:nil

Re: [O] Do Groff letter modes work in latest git? (Yes, they do)

2012-08-19 Thread Luis Anaya
Myles English writes: >> Try now... I might have forgotten to push it up :-|. I checked it now. Let >> me know. >> >> Luis > > > Thank very much it works well now. Well, thank you for trying it out. Otherwise, I would not have realized that it was missing. Luis -- Luis Anaya papo anaya ar

Re: [O] Do Groff letter modes work in latest git? (Yes, they do)

2012-08-19 Thread Myles English
Luis Anaya writes: > Myles English writes: > >> Luis Anaya writes: >> I have been using the latest git, so git needs updating I think. >> > > Try now... I might have forgotten to push it up :-|. I checked it now. Let > me know. > > Luis Thank very much it works well now. Myles

Re: [O] Do Groff letter modes work in latest git?

2012-08-19 Thread Luis Anaya
Myles English writes: > Luis Anaya writes: > I have been using the latest git, so git needs updating I think. > Try now... I might have forgotten to push it up :-|. I checked it now. Let me know. Luis -- Luis Anaya papo anaya aroba hot mail punto com "Do not use 100 words if you can say it in

Re: [O] Interweaveing code and results with :session

2012-08-19 Thread Eric Schulte
Ista Zahn writes: > Hi, > > I would like to interweave multi-line R code and results, like this: > > #+begin_src R :results output > 2+2 > 3+3 > #+end_src > > #+results: > : > 2+2 > : [1] 4 > : > 3+3 > : [1] 6 > > while using R :session. The solution posted at > http://lists.gnu.org/archive/html/

Re: [O] how to use contrib packages through ELPA (specifically org-export)

2012-08-19 Thread Eric Schulte
>> Any thoughts on the topic of packaging elements of contrib? If no-one >> objects I will submit an org-export package to marmalade [1]. > > Nic Ferrier hasn't responded to the question of whether he would want to > have elnode in GNU ELPA. As far as your editable app is concerned, I > believe i

Re: [O] Do Groff letter modes work in latest git?

2012-08-19 Thread Myles English
Luis Anaya writes: > This code tells me that that you have a very old version. These are > defined in the org-e-groff.el, at the end If you are picking it up from Git, > make sure > that you get the latest and greatest. I have been using the latest git, so git needs updating I think. Myles

Re: [O] Do Groff letter modes work in latest git?

2012-08-19 Thread Luis Anaya
Myles English writes: > Did you mean to attach your Groff file? Here's mine anyway: > > .AF "Org User" > .TL > Example from Worg > .AU "Mickey Mouse" > .ND "2012-08-19" Note that you do not have a .MT command, this is suspicious. > > I am wondering if semiblock should be in org-e-groff-clas

Re: [O] Do Groff letter modes work in latest git?

2012-08-19 Thread Myles English
Luis Anaya writes: > Myles English writes: > >> Thanks for checking but did you start with emacs -Q ? > > I tried with emacs -Q. I loaded the following from *scratch* > > #+begin_src emacs-lisp > > (add-to-list 'load-path "/sdcard-ext/org-mode/lisp") > (add-to-list 'load-path "/sdcard-ext/org-mo

Re: [O] Do Groff letter modes work in latest git?

2012-08-19 Thread Luis Anaya
Myles English writes: > Thanks for checking but did you start with emacs -Q ? I tried with emacs -Q. I loaded the following from *scratch* #+begin_src emacs-lisp (add-to-list 'load-path "/sdcard-ext/org-mode/lisp") (add-to-list 'load-path "/sdcard-ext/org-mode/contrib/lisp") (require 'org-inst

Re: [O] Do Groff letter modes work in latest git?

2012-08-19 Thread Myles English
Luis Anaya writes: > Hi: > > The following does look like a letter, or at least it is formatted > according to what Groff provides. Note on the class type. Thanks for checking but did you start with emacs -Q ? I tried it and I don't get a letter. I get the attached screenshot. Is that what yo

Re: [O] implement appt warntime

2012-08-19 Thread Bastien
Hi Ivan, Ivan Kanis writes: > I tried is this evening and unfortunately it's not working. Indeed. It should works fine now, please test and tell me. Thanks! -- Bastien

Re: [O] Do Groff letter modes work in latest git?

2012-08-19 Thread Luis Anaya
Hi: The following does look like a letter, or at least it is formatted according to what Groff provides. Note on the class type. Luis #+begin_example #+AUTHOR: Mickey Mouse #+TITLE: Example from Worg #+GROFF_CLASS: semiblock * FROM

Re: [O] Do Groff letter modes work in latest git?

2012-08-19 Thread Luis Anaya
Myles English writes: > Luis Anaya writes: >>> >>> #+AUTHOR: Mickey Mouse >>> #+TITLE: Example from Worg >>> #+GROFF_CLASS: letter >> >> No, you want to use fullblock, block or semi block. > > Thanks for the help, however none of these classes yields a letter for > me. Do you get the same resu

Re: [O] Do Groff letter modes work in latest git?

2012-08-19 Thread Myles English
Luis Anaya writes: > Which class were you using? Internal will look like a memo. Try the > #+GROFF_CLASS: block or #+GROFF_CLASS: semiblock > >> 2. open an org document containing: >> >> #+AUTHOR: Mickey Mouse >> #+TITLE: Example from Worg >> #+GROFF_CLASS: letter > > No, you want to use fullbloc

Re: [O] implement appt warntime

2012-08-19 Thread Ivan Kanis
Hi Bastien, Bastien a écrit > Hi Ivan, > > Ivan Kanis writes: > >> I could use properties instead. For example: >> >> ** an appointment with a reminder 5 minutes before 10:00 >>SCHEDULED: <2012-07-16 Mon 10:00> >> :PROPERTIES: >> :WARNTIME: 5 >> :END: > > I've implemented something al

Re: [O] export literal examples font-lock: ess-mode

2012-08-19 Thread Paul Burkander
it works! Thanks. On Sun, Aug 19, 2012 at 2:28 AM, Bastien wrote: > Hi Paul, > > Paul Burkander writes: > > > ah! for some reason capitalizing BEGIN_SRC seems to have been causing > > problems. > > This should not cause problem. I've pushed a small fix for this, > but this may not exactly be

Re: [O] SageTeX in export

2012-08-19 Thread Ivan Andrus
On Aug 17, 2012, at 8:30 AM, Nick Dokos wrote: > mailingli...@nawaz.org wrote: > >> Hi, >> >> All I need is a way for the export to: >> >> 1. After running pdflatex, check if there is a file called >> ".sagetex.sage". >> 2. If it's present, run sage on it, and then rerun pdflatex. >> 3. If it

Re: [O] Do Groff letter modes work in latest git?

2012-08-19 Thread Luis Anaya
Myles English writes: > Following the announcement that writing letters was possible using the > Groff exporter in this thread: Yes, that's right... > > I decided to have a go but the resulting pdf does not look much like a > letter, more like a memo, and the tags :FROM: :TO: etc are still vis

Re: [O] What HW/SW issues influence org/Emacs performance?

2012-08-19 Thread Luis Anaya
Karl Voit writes: > I was thinking about which hardware and software attributes are the > most important factors for improving performance of Emacs and/or > Org-mode. The things I want to improve are It is an interesting question, but I think that it is not restricted to Emacs or Org. Without g

Re: [O] How to stop Org mode from assuming non-Latin characters after "[[link]]" as part of the link?

2012-08-19 Thread Takaaki ISHIKAWA
Dear Betty, I have the same problem. To avoid it, I just simply comment out the following line in org.el. ; (if (memq 'plain lk) '(org-activate-plain-links)) I think this approach is not the best answer for all, but this will help you. Best regards, Takaaki Ishikawa On 2012/08/17, at 1:01, Be

[O] google-calendar.el blocked?

2012-08-19 Thread Rasmus
Hi, For some time google-calendar.el hasn't been working for me. I looked into it, and it seems the user-agent has been blocked cf. the output below: Has anyone else experienced this? Or how to fix it? (I.e. how to change the user-agent of url-retrieve or something similar?) Thanks, Rasmus

Re: [O] Using Capture to Append a Line to a Table

2012-08-19 Thread Bastien
Hi Ian, Ian Barton writes: > I am not sure if this is user error, or a bug. I want to append a line to > table using Capture. This if fixed in git, thanks for reporting this! -- Bastien

Re: [O] add entries to *emphasis-alist

2012-08-19 Thread Bastien
Hi Philipp, Philipp Kroos writes: > Well, sorry.. > Before sending the mail I read the documentation on > http://orgmode.org/worg/org-contribute.html#sec-4 > regarding correct submission of patches... and did it wrong. > So just for the records, here it is again. Thanks for the patch. As Nicol

[O] [Babel][R] Non-ascii characters in R plots

2012-08-19 Thread Christian Moe
Hi, When I the following example source block in Org I get a plot in which the non-ascii characters are replaced by double dots (namely, the degree sign in `degrees C' and the `Å' in `År', Norwegian for `Year'). #+begin_src R :results graphics :file ~/Desktop/testplot-with-Babel.png :width 4

Re: [O] Faces interaction between org-mode and emacs24

2012-08-19 Thread Bastien
Hi Jay, Jay McCarthy writes: > I recently upgraded from emacs23 to emacs24, using the current git > version of org-mode with both (current = e4c4d85). I am now > experiencing something odd. > > If I open up the org-agenda to see my TODOs, the node titles are > colored one way (red for late, gray

Re: [O] How to stop Org mode from assuming non-Latin characters after "[[link]]" as part of the link?

2012-08-19 Thread Bastien
Hi Betty, Betty writes: > If I don't put a space after a URL, Org always assumes that all > characters after the link are part of the link. This should be fixed now. Thanks for reporting this, -- Bastien

Re: [O] orgmode pcomplete question

2012-08-19 Thread Guido Van Hoecke
Hi Bastien, On 19 August 2012 15:24, Bastien wrote: > Hi Guido, > > Guido Van Hoecke writes: > >> I understand that it probably considers the first word after the * as a >> keyword. But I want to be able to just complete any word I'm typing in >> the normal pcomplete way. >> >> Is this possible?

[O] Do Groff letter modes work in latest git?

2012-08-19 Thread Myles English
Hi, Following the announcement that writing letters was possible using the Groff exporter in this thread: http://lists.gnu.org/archive/html/emacs-orgmode/2012-08/msg00416.html I decided to have a go but the resulting pdf does not look much like a letter, more like a memo, and the tags :FROM: :T

Re: [O] Bug: org-export-with-priority: t broken [7.8.11]

2012-08-19 Thread Bastien
Sébastien Delafond writes: > On 2012-08-18, Bastien wrote: >> Fixed, thanks for the detailed report. >> >> Can someone in Debian close this bug? > > I'll do that as soon as I package the next release to come. Okay, thanks, -- Bastien

Re: [O] orgmode pcomplete question

2012-08-19 Thread Bastien
Hi Guido, Guido Van Hoecke writes: > I understand that it probably considers the first word after the * as a > keyword. But I want to be able to just complete any word I'm typing in > the normal pcomplete way. > > Is this possible? What about M-/ ? -- Bastien

Re: [O] What HW/SW issues influence org/Emacs performance?

2012-08-19 Thread Karl Voit
* Nick Dokos wrote: > Karl Voit wrote: > >> What do you think are the most important factors? >> >> - CPU speed (of one core) >> - type of CPU >> - # CPU cores >> - 32bit kernel vs. 64bit kernel >> - faster I/O (through HDD->SSD or even faster SSD) >> - choice of the file system (optimized for s

Re: [O] add entries to *emphasis-alist

2012-08-19 Thread Philipp Kroos
Well, sorry.. Before sending the mail I read the documentation on http://orgmode.org/worg/org-contribute.html#sec-4 regarding correct submission of patches... and did it wrong. So just for the records, here it is again. Hopefully, if I can contribute a `real' patch someday, the format will be righ

Re: [O] What HW/SW issues influence org/Emacs performance?

2012-08-19 Thread Nick Dokos
Karl Voit wrote: > > What do you think are the most important factors? > > - CPU speed (of one core) > - type of CPU > - # CPU cores > - 32bit kernel vs. 64bit kernel > - faster I/O (through HDD->SSD or even faster SSD) > - choice of the file system (optimized for something? what?) > - operatin

Re: [O] org-link minor mode

2012-08-19 Thread Sean O'Halpin
On Sat, Aug 18, 2012 at 4:07 PM, Bastien wrote: > Hi Sean, > > I just added links to your code in worg/org-hacks.org and > worg/org-contrib/index.org -- thanks! Thanks! >> I see it as orthogonal to orgstruct - they could happily co-exist side by >> side. >> I've just tested that though and it s

Re: [O] how to use contrib packages through ELPA (specifically org-export)

2012-08-19 Thread Jambunathan K
Achim Gratz writes: > It's not pushed to the orgmode repository yet. Please have a look at > the ELPA tar produced with the following patch (after including > UTILITIES/server.mk from your local.mk): Let me look at it. --

Re: [O] org-fill-paragraph crashes at eob

2012-08-19 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > Cannot debug it, but when org-fill-paragraph is called on a paragraph > with no final newline. Top: > > Debugger entered--Lisp error: (args-out-of-range 1179 1263) > buffer-substring-no-properties(1179 1263) > (replace-regexp-in-string " " (make-string tab-widt

Re: [O] how to use contrib packages through ELPA (specifically org-export)

2012-08-19 Thread Jambunathan K
Achim Gratz writes: > Jambunathan K writes: >> (Sometime back, I had made a request to Achim to >> port my ELPA changes to the new build system. I hope it is in his TODO >> list. Achim, are you there?) > > These changes are just what's in 395098f6f1 or is there more? Yes. (Just to give some h

Re: [O] how to use contrib packages through ELPA (specifically org-export)

2012-08-19 Thread Achim Gratz
Jambunathan K writes: > If I am not mistaken, you are talking about release tar and not the ELPA > tar. They are not the same. I know. > Run rgrep like so. > (rgrep "pkg" "*.mk" "~/src/org-mode/" nil) > > and I see no references to 'org-pkg.el'. (Note the `-pkg.el') It's not pushed to the

Re: [O] add entries to *emphasis-alist

2012-08-19 Thread Nicolas Goaziou
Hello, Philipp Kroos writes: > It worked using customize, thanks. And thanks for the explanation, Nick. > At least my approach to set the value would not work at all without an > explicit call to org-set-emph-re, since it relied on the variable being > already defined. > It might be of minor i

Re: [O] how to use contrib packages through ELPA (specifically org-export)

2012-08-19 Thread Jambunathan K
Achim Gratz writes: > Jambunathan K writes: >> Mainline version >> >> 1. Doesn't update `archive-contents' which is necessary in order to >>browse packages in the repo with `list-packages'. My private version >>does it with `package-upload-file'. > > That's the right place to do it, so

[O] Using Capture to Append a Line to a Table

2012-08-19 Thread Ian Barton
I am not sure if this is user error, or a bug. I want to append a line to table using Capture. My Capture template is: ("b" "Bike log" table-line (file "~/dropbox/org/org_files/cycling/bike_log.org") "|%u|%?||" :prepend t ) In bike_log.org I have just: | Heading 1 | Heading 2 | Heading 3 |

Re: [O] What HW/SW issues influence org/Emacs performance?

2012-08-19 Thread Achim Gratz
Karl Voit writes: > On my system [3] I notice 100% load on one of my two cores when > Emacs is generating the agenda views. So I am not sure whether more > cores could increase the performance. Probably a faster CPU? Is > there something that makes Emacs use multiple cores in parallel? No, Emacs i

Re: [O] how to use contrib packages through ELPA (specifically org-export)

2012-08-19 Thread Achim Gratz
Jambunathan K writes: > Mainline version > > 1. Doesn't update `archive-contents' which is necessary in order to >browse packages in the repo with `list-packages'. My private version >does it with `package-upload-file'. That's the right place to do it, so that'll be implemented with the

Re: [O] add entries to *emphasis-alist

2012-08-19 Thread Philipp Kroos
It worked using customize, thanks. And thanks for the explanation, Nick. At least my approach to set the value would not work at all without an explicit call to org-set-emph-re, since it relied on the variable being already defined. It might be of minor interest, anyway, I've attached a patch-sug

[O] What HW/SW issues influence org/Emacs performance?

2012-08-19 Thread Karl Voit
Hi! I was thinking about which hardware and software attributes are the most important factors for improving performance of Emacs and/or Org-mode. The things I want to improve are (1) startup time of GNU Emacs (nice to have, no priority) (2) using Org-mode agenda with approx. 20 Org-files (3)

Re: [O] how to use contrib packages through ELPA (specifically org-export)

2012-08-19 Thread Jambunathan K
Achim Gratz writes: > Jambunathan K writes: >> (Sometime back, I had made a request to Achim to >> port my ELPA changes to the new build system. I hope it is in his TODO >> list. Achim, are you there?) > > These changes are just what's in 395098f6f1 or is there more? You may want to start with

Re: [O] Re-align All Tables in a Region.

2012-08-19 Thread Ian Barton
On 18/08/12 09:40, Andrew Young wrote: Sat, Aug 18, 2012 at 4:14 AM, Ian Barton wrote: I have a file which contains lots of tables. The document is created by a shell script, so when it's opened none of the tables are aligned. Is there a command that will let me re-align all tables in a region?

Re: [O] Bug: org-export-with-priority: t broken [7.8.11]

2012-08-19 Thread Sébastien Delafond
On 2012-08-18, Bastien wrote: > Fixed, thanks for the detailed report. > > Can someone in Debian close this bug? I'll do that as soon as I package the next release to come. Cheers, --Seb

[O] orgmode pcomplete question

2012-08-19 Thread Guido Van Hoecke
Hi, I have a text file that looks like this: -*- mode: Org; -*- * Heading1 ** Heading 2 *** Heading 3 - First supercalifragilistic term *** Heading 3 - Second sup With the cursor sitting at the end of the '*** Second sup' line, I would like to complete sup into supercalifragilistic by hitting ,

Re: [O] Bug: icalendar export skips todos with a scheduled time-range [7.8.11]

2012-08-19 Thread Bastien
Hi Friedrich, Friedrich Delgado writes: > If I have an org-file containing a todo with a scheduled date range, like > this: > > ,[ foo.org ] > *** TODO Weekend with the lads > SCHEDULED: <2012-05-04 Fr>--<2012-05-08 Di> > ` > > and try to export it via org-export-icalendar-this-f

Re: [O] export literal examples font-lock: ess-mode

2012-08-19 Thread Bastien
Hi Paul, Paul Burkander writes: > ah! for some reason capitalizing BEGIN_SRC seems to have been causing > problems.  This should not cause problem. I've pushed a small fix for this, but this may not exactly be the one you needed. Can you pull from latest git and test again with a minimal exa

Re: [O] Bug: html export converts "<" to "<" with "#!RESULTS" option [7.8.11]

2012-08-19 Thread Bastien
Hi Feiming, Feiming Chen writes: > In test 1, the html export (C-c C-e H) translates the line " " to "". > > In test 2, the translation is OK. Fixed, thanks for reporting this. Please let us know if it works ok for you. -- Bastien

Re: [O] Bug: icalendar export skips todos with a scheduled time-range [7.8.11]

2012-08-19 Thread Bastien
Hi Friedrich, Friedrich Delgado writes: > If I have an org-file containing a todo with a scheduled date range, like > this: > > ,[ foo.org ] > *** TODO Weekend with the lads > SCHEDULED: <2012-05-04 Fr>--<2012-05-08 Di> > ` > > and try to export it via org-export-icalendar-this-f

Re: [O] Launch org-mode and it asks for a ftp password

2012-08-19 Thread Bastien
Hi Humberto, Humberto Henrique writes: > Yes, the problem was the org-agenda-files. I don't understand though > because it is setted to files in the dropbox folder, so it should > work in all machines. The path to dropbox is setted in each machine. Perhaps file names are expanded differently.

Re: [O] Feature that org mode needs most

2012-08-19 Thread Bastien
Hi Steinar, Steinar Bang writes: > (The previously clocked item and it's :CLOCK: drawer was opened. I don't > know if that was intentional, or not...?) This is intentional -- to make sure you see the change. But perhaps the message is enough. Let me know if you think so. -- Bastien

Re: [O] Bug: org-export-with-priority: t broken [7.8.11]

2012-08-19 Thread Bastien
Hi Friedrich, Friedrich Delgado writes: > Package: org-mode > Version: 7.8.11-2 > Severity: minor Fixed, thanks for the detailed report. Can someone in Debian close this bug? -- Bastien

Re: [O] how to use contrib packages through ELPA (specifically org-export)

2012-08-19 Thread Bastien
Hi Eric, Eric Schulte writes: > I'd like to put together an ELPA package for org-ehtml [1], but it has > dependencies not only on Org-mode but also on org-export (which is in > contrib). Is there a way to require contrib packages through ELPA, or > should I just package up org-export into its o

Re: [O] how to use contrib packages through ELPA (specifically org-export)

2012-08-19 Thread Achim Gratz
Jambunathan K writes: > (Sometime back, I had made a request to Achim to > port my ELPA changes to the new build system. I hope it is in his TODO > list. Achim, are you there?) These changes are just what's in 395098f6f1 or is there more? Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron

Re: [O] [PATCH v2 00/11] Takjuggler exporter improvements

2012-08-19 Thread Bastien
Hi Yann, Yann Hodique writes: >> "Bastien" == Bastien writes: > >> Thanks for this effort -- not nitpicking, but there is room left for >> small improvements. > > Sure, no problem. I will do that right away. Thanks for the v3 :) -- Bastien

Re: [O] Hiding specific TODO-keywords in Shift-Tab-expansion in org-mode buffer

2012-08-19 Thread Bastien
Hi Arthur, Arthur Andersen writes: > I have a TODO keyword called `SOMEDAY`.  > When I use Shift-Tab, is there an easy way to add one level, to have > a rotation like OVERVIEW, CONTENTS without SOMEDAY tasks, CONTENS, > VIEW ALL? No, there is no such thing. -- Bastien

Re: [O] [BUG] Org Mode Bug With #+TODO In-Buffer Setting

2012-08-19 Thread Bastien
Hi Neil, Neil Smithline writes: > Org Mode doesn't completely ignore lines with a `TODO' in-buffer setting > that have a space between the hash and plus sign. Fixed, thanks for reporting this. -- Bastien

Re: [O] possible bug : multiple datetree files

2012-08-19 Thread Bastien
Hi Richard, Richard Riley writes: > I added a new datetree org file template in addition to my original > journal.org :- > > in org-capture-templates > , > | ("j" "journal" entry (file+datetree "journal.org") > |"* %?\n\t:PROPERTIES:\n\t:

Re: [O] how to use contrib packages through ELPA (specifically org-export)

2012-08-19 Thread Bastien
Hi Eric, Eric Schulte writes: > I believe org-e-html will be renamed org-html, so the conflict will not > last for long. Nicolas and I have been thinking of using oe- as the prefix for org-e-*.el files when moving the new exporter into core. So we would have oe-html.el, oe-latex.el, etc. Th

Re: [O] how to use contrib packages through ELPA (specifically org-export)

2012-08-19 Thread Bastien
Hi Jambunathan, Jambunathan K writes: > (Sometime back, I had made a request to Achim to > port my ELPA changes to the new build system. I hope it is in his TODO > list. Achim, are you there?) I'm copying Achim just to make sure he reads this. (Better start a new thread for such requests.)

Re: [O] Bug: org-clock-display does not work with a heading ending in a link [7.8.11 (release_7.8.11-504-gd2200b @ /home/ryan/lib/site-lisp/org/)]

2012-08-19 Thread Bastien
Hi Ryan, Ryan Kaskel writes: > Consider the following subtrees: > > * [[http://example.com/][My Link]] > CLOCK: [2012-08-16 Thu 09:41]--[2012-08-16 Thu 09:56] => 0:15 > > * Not a link > CLOCK: [2012-08-16 Thu 09:41]--[2012-08-16 Thu 09:56] => 0:15 > > Running org-clock-display displays sum

Re: [O] get rid of empty caption on html export?

2012-08-19 Thread Bastien
Hi Matt, Matt Price writes: > I have asimpl table in an org document which, when i export to HTML, > is for some reason accompanied by an empty tag.  This is now fixed, thanks for reporting this. -- Bastien

Re: [O] org-link minor mode

2012-08-19 Thread Bastien
Hi Sean, I just added links to your code in worg/org-hacks.org and worg/org-contrib/index.org -- thanks! "Sean O'Halpin" writes: > I see it as orthogonal to orgstruct - they could happily co-exist side by > side. > I've just tested that though and it seems they don't. I'll try to fix > that.

Re: [O] Re-align All Tables in a Region.

2012-08-19 Thread Bastien
Hi Andrew, Andrew Young writes: > Not sure if there is a built-in, but this seems to work for me: > > #+begin_src emacs-lisp > (defun my-align-all-tables () > (interactive) > (org-table-map-tables 'org-table-align 'quietly)) > #+end_src Neat. I added an entry for this in the worg/org

Re: [O] org-fill-paragraph crashes at eob

2012-08-19 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > Cannot debug it, but when org-fill-paragraph is called on a paragraph > with no final newline. Top: > > Debugger entered--Lisp error: (args-out-of-range 1179 1263) > buffer-substring-no-properties(1179 1263) > (replace-regexp-in-string " " (make-string tab-widt

Re: [O] org-fill-paragraph does not recognize comments

2012-08-19 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > asdfanksd jfn lakjsdnf kajnsd fklajn dfkjan sdkfjna > kdsjfn. aiosudn fakljsdnf lkasjdnf kaljdnf kalsjndf kajsdnf > kajsndf kajnsdf kaj. > #asdfasd fjanskd fjna skdfjn > > This makes the comment join the paragraph. Since a recent commit, comments require a space (o

Re: [O] my emacs hangs when using matplotlib with sessions

2012-08-19 Thread Petro
Hi Giacomo (and everybody) Have you found solution for this problem? Best Petro. > [O] my emacs hangs when using matplotlib with sessions > From: Giacomo M > Subject: [O] my emacs hangs when using matplotlib with sessions > Date: Tue, 3 Jul 2012 19:14:20 +0200 > Dear all, > let