Re: [O] org-speed-commands-default 1 2 3

2013-09-03 Thread Rainer Stengele
Am 03.09.2013 00:35, schrieb Tom Davey: Olen writes: Level 2 is very useful - and cannot, unlike Level 1, be reached by S-TAB. Actually, it can. S-TAB takes a numeric prefix key. The doc string says: When ARG is a numeric prefix, show contents of this level. So, you can directly open

[O] org-timer-set-timer org-notify message and sound arguments

2013-09-03 Thread Devin Homan
The current implementation of org-timer-set-timer calls org-notify with the PLAY-SOUND argument set to 't', which gets passed to org-clock-play-sound that then in turn calls the beep function. The value of this argument should be defined in a defvar so as to allow the user to modify or dynamically

Re: [O] bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-03 Thread Carsten Dominik
On Sep 2, 2013, at 10:54 PM, Carsten Dominik carsten.domi...@gmail.com wrote: On 2.9.2013, at 18:54, Achim Gratz strom...@nexgo.de wrote: Carsten Dominik writes: OK, we now use xdg-open when available on a Linux system. The availability of xdg-open has nothing to do with whether or not

Re: [O] bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-03 Thread Suvayu Ali
On Tue, Sep 03, 2013 at 09:52:26AM +0200, Carsten Dominik wrote: On Sep 2, 2013, at 10:54 PM, Carsten Dominik carsten.domi...@gmail.com wrote: On 2.9.2013, at 18:54, Achim Gratz strom...@nexgo.de wrote: Carsten Dominik writes: OK, we now use xdg-open when available on a Linux

Re: [O] bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-03 Thread Achim Gratz
Carsten Dominik carsten.dominik at gmail.com writes: Do you know how I would test this? Something like this: $ xdg-settings get default-web-browser xdg-settings: unknown desktop environment There ought to be some better way maybe, but you'd at least find out if the XDG utilities are in path

Re: [O] bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-03 Thread Carsten Dominik
On 3.9.2013, at 11:12, Achim Gratz strom...@nexgo.de wrote: Carsten Dominik carsten.dominik at gmail.com writes: Do you know how I would test this? Something like this: $ xdg-settings get default-web-browser xdg-settings: unknown desktop environment There ought to be some better

[O] Patch org-timer-set-timer

2013-09-03 Thread Roberto Huelga
Patch proposal for org-timer-set-timer Thanks for your great work, and I hope be sending all in the correct format. 0001-Timer-play-a-sound-as-configured-by-org-clock-sound-.patch Description: Binary data

[O] SCHEDULED timestamp becoming empty

2013-09-03 Thread Sebastien Vauban
Hello, Maybe it's some sort of conflict with custom settings I would have (though, I don't see what could cause such a thing) but I've observed for a couple of weeks (maybe 3 or 4) that changing the SCHEDULED date *from* the agenda view (S-left'ing) removes the timestamp part, leaving such a

Re: [O] faster agenda with properties support disabled (no org-refresh-properties)

2013-09-03 Thread Daniel Clemente
Thank you. With this on, I reduced 1'7 seconds my normal agenda time (C-a a), from 13'5 to 11'8. Numbers are from elp but I checked them with an external stopwatch because sometimes I have the impression that elp makes things slower. The strange thing is, I don't see the difference I saw

Re: [O] table.el complex tables and orgtbl-to-latex

2013-09-03 Thread Nicolas Goaziou
Hello, Carsten Dominik carsten.domi...@gmail.com writes: Hi Uwe, this sounds interesting - would you be interested to provide a patch to this effect? Somewhere in one of my local branches, I have started replacing current table export functions with export framework. Basically, the idea is

Re: [O] angle brackets around timestamps in html export

2013-09-03 Thread Nicolas Goaziou
Hello, Matt Price mopto...@gmail.com writes: I'm trying to get rid of angle brackets in HTML export. I've set org-export-date-timestamp-format to %a, %b %d. This variable only applies to a timestamp specified in DATE keyword. I also have timestamp overlays turned on, and the displayed

[O] bug#14605: bug#14605: bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-03 Thread Jambunathan K
Suvayu Ali fatkasuvayu+li...@gmail.com writes: It is expected to be present in most desktop systems (almost anything with a GUI installed). I use Debian 6.05 (Squeeze) + XFCE. I had to install `xdg-open' by hand. (i.e., It is not installed during default installation). xdg-open is just a

[O] bug#14605: bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-03 Thread Jambunathan K
Carsten Dominik carsten.domi...@gmail.com writes: (defconst org-file-apps-defaults-gnu That's a real issue. As for what defaults to use, their availability and installability that is a secondary issue altogether. If I were you, I will plug in xdg-open there, issue

[O] bug#14605: bug#14605: bug#14605: bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-03 Thread Jambunathan K
Carsten Dominik carsten.domi...@gmail.com writes: OK, we now use xdg-open when available on a Linux system. The variable MUST be a defcustom.

Re: [O] [patch][org-entities] More symbols

2013-09-03 Thread Jambunathan K
Rasmus ras...@gmx.us writes: With some scripting, this pulling can be made less laborious but more complete. Would you be able to get the HTML entities? Nicolas said that Org prefers entity names due to encoding. I can find the unicode number in Emacs, but not it's name. This is often

Re: [O] bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-03 Thread Jambunathan K
Achim Gratz strom...@nexgo.de writes: While I think it's a good default for someone using a desktop that conforms to XDG standards, there should be a check if in fact Emacs is running on such a desktop. What desktops you have in mind? How can they be checked for? On an Emacs running within

[O] (Emacs 23/24 binary compatibility): defstruct, setf

2013-09-03 Thread Jambunathan K
1. Compile ox.el (new-to-be-merged export library) with Emacs 23.2.1 (stock Debian binary) 2. Load the ox.elc file on Emacs Bzr trunk. 3. setf on a defstruct field breaks as seen below. Modify (1) so that .elc files are generated against Emacs Bzr trunk. Note that setf succeeds.

[O] bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-03 Thread Jambunathan K
Carsten Dominik carsten.domi...@gmail.com writes: OK, we now use xdg-open when available on a Linux system. Just realized that you have reverted the commit (a bit too early). Emacs goes through a long pre-test cycle for a reason. There is a plenty of room to test the waters on how useful or

Re: [O] faster agenda with properties support disabled (no org-refresh-properties)

2013-09-03 Thread Carsten Dominik
On Sep 3, 2013, at 2:02 PM, Daniel Clemente n142...@gmail.com wrote: Thank you. With this on, I reduced 1'7 seconds my normal agenda time (C-a a), from 13'5 to 11'8. Numbers are from elp but I checked them with an external stopwatch because sometimes I have the impression that elp makes

Re: [O] org-insert-heading rewritten from scratch

2013-09-03 Thread Carsten Dominik
On Sep 3, 2013, at 3:16 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Carsten Dominik carsten.domi...@gmail.com writes: Moreover, AFAICT, there's no more difference between C-u M-RET, which meant create headline right here and M-RET. C-u means: Do not ask org-insert-item, just

Re: [O] org-insert-heading rewritten from scratch

2013-09-03 Thread Carsten Dominik
On Sep 3, 2013, at 3:25 PM, Carsten Dominik carsten.domi...@gmail.com wrote: On Sep 3, 2013, at 3:16 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Carsten Dominik carsten.domi...@gmail.com writes: Moreover, AFAICT, there's no more difference between C-u M-RET, which meant

Re: [O] bug#14605: bug#14605: bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-03 Thread Suvayu Ali
On Mon, Sep 02, 2013 at 03:42:23PM +0530, Jambunathan K wrote: Suvayu Ali fatkasuvayu+li...@gmail.com writes: It is expected to be present in most desktop systems (almost anything with a GUI installed). I use Debian 6.05 (Squeeze) + XFCE. I had to install `xdg-open' by hand. (i.e., It

[O] How to easily create a new export engine...

2013-09-03 Thread flammable project
Hi all, I'm looking for informations on how to create a new exporter based on the new export engine. I want to convert org files into HTML files in which some functions from Twitter Bootstrap framework will be instantiated via Emacs and Org-Mode. I'm quite fustrated because the

Re: [O] org-insert-heading rewritten from scratch

2013-09-03 Thread Nicolas Goaziou
Carsten Dominik carsten.domi...@gmail.com writes: Hmmm, I thought you just asked me to implement exactly what you see, namely that M-RET will not remove empty lines above the cursor - only add them. Did I misunderstand? I think so. M-RET should not remove (or add) anything when it has no

Re: [O] Bug: [bisected] font locking breaks by saying #+SETUPFILE [8.0.3 (release_8.0.3-165-g60ca9e @ /home/youngfrog/sources/org-mode/lisp/)]

2013-09-03 Thread Bastien
Hi Nicolas and all, Nicolas Richard theonewiththeevill...@yahoo.fr writes: First I mention that I forgot to say this was reproducible from -Q. Can anyone double-check if there are still problems in this area? See Nicolas original bug report here:

Re: [O] angle brackets around timestamps in html export

2013-09-03 Thread Matt Price
On Tue, Sep 3, 2013 at 9:01 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Matt Price mopto...@gmail.com writes: I'm trying to get rid of angle brackets in HTML export. I've set org-export-date-timestamp-format to %a, %b %d. This variable only applies to a timestamp specified in

Re: [O] org-insert-heading rewritten from scratch

2013-09-03 Thread Carsten Dominik
I am still not clear about this. In your earlier mail you made this example: Well same as above: I think it eats blank lines where it shouldn't. It the following cases: * H1 ** H2 H X and * H1 * H2 H X I don't think there's any reason for M-RET to eat

Re: [O] angle brackets around timestamps in html export

2013-09-03 Thread Nicolas Goaziou
Matt Price mopto...@gmail.com writes: so it looks like it's difficult to remove the brackets with those two variables. Indeed. It looks like `org-translate-time' always add brackets in the end. Sorry I can't find the answer in the docs, I'm sure it's there somewhere but I'm missing it

Re: [O] How to easily create a new export engine...

2013-09-03 Thread Suvayu Ali
On Tue, Sep 03, 2013 at 03:37:05PM +0200, flammable project wrote: Hi all, I'm looking for informations on how to create a new exporter based on the new export engine. I want to convert org files into HTML files in which some functions from Twitter Bootstrap framework will be instantiated

Re: [O] org-speed-commands-default 1 2 3

2013-09-03 Thread Oleh
Thanks, Tom. I see that indeed the functionality is there. But I still find the speed keys much less awkward than giving a numeric argument. For instance, my gtd file as around 100 level 2 headings that I wish to navigate and they are grouped across 5 level 1 headings. I can jump from the middle

Re: [O] How to easily create a new export engine...

2013-09-03 Thread Nicolas Goaziou
Hello, Suvayu Ali fatkasuvayu+li...@gmail.com writes: On Tue, Sep 03, 2013 at 03:37:05PM +0200, flammable project wrote: Hi all, I'm looking for informations on how to create a new exporter based on the new export engine. I want to convert org files into HTML files in which some

Re: [O] org-insert-heading rewritten from scratch

2013-09-03 Thread Nicolas Goaziou
Carsten Dominik carsten.domi...@gmail.com writes: I am still not clear about this. In your earlier mail you made this example: Well same as above: I think it eats blank lines where it shouldn't. It the following cases: * H1 ** H2 H X and * H1 * H2 H X

Re: [O] org-insert-heading rewritten from scratch

2013-09-03 Thread Carsten Dominik
On Sep 3, 2013, at 3:58 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: Carsten Dominik carsten.domi...@gmail.com writes: I am still not clear about this. In your earlier mail you made this example: Well same as above: I think it eats blank lines where it shouldn't. It the following

Re: [O] org-insert-heading rewritten from scratch

2013-09-03 Thread Nicolas Goaziou
Carsten Dominik carsten.domi...@gmail.com writes: Yes. But you agree that the *result* should be the same, i.e. that there will be an empty line before the newly inserted headline. I think/hope we do agree now. We do. Regards, -- Nicolas Goaziou

Re: [O] angle brackets around timestamps in html export

2013-09-03 Thread Matt Price
On Tue, Sep 3, 2013 at 9:50 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: Matt Price mopto...@gmail.com writes: You can also use a filter on every timestamp exported and make sure any angle bracket is removed. I was able to add this bit of javascript to my wordpress site to remove the

Re: [O] Bug: [bisected] font locking breaks by saying #+SETUPFILE [8.0.3 (release_8.0.3-165-g60ca9e @ /home/youngfrog/sources/org-mode/lisp/)]

2013-09-03 Thread Nicolas Richard
Le 03/09/2013 15:38, Bastien a écrit : Nicolas Richard theonewiththeevill...@yahoo.fr writes: First I mention that I forgot to say this was reproducible from -Q. Can anyone double-check if there are still problems in this area? See Nicolas original bug report here:

[O] [PATCH] [org-table] user-chosen separator in org-table-convert-region

2013-09-03 Thread francois
Hello, I made this patch to make easier conversion to org-table from csv-like text with arbitrary separator. --- lisp/org-table.el |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lisp/org-table.el b/lisp/org-table.el index c7e7eb8..c8c2462 100644 ---

Re: [O] angle brackets around timestamps in html export

2013-09-03 Thread Nicolas Goaziou
Matt Price mopto...@gmail.com writes: thanks nicolas. If you happen to have a moment, I'm having trouble reproducing this regexp in elisp. I would think that, even if I can't figure out how to construct a single regex that matches all the characters I want to remove, omething like this

Re: [O] Bug: [bisected] font locking breaks by saying #+SETUPFILE [8.0.3 (release_8.0.3-165-g60ca9e @ /home/youngfrog/sources/org-mode/lisp/)]

2013-09-03 Thread Bastien
Nicolas Richard theonewiththeevill...@yahoo.fr writes: Commit f129764 should have fixed that. I think there is some confusion because this was in fact a duplicate of another bug report where much more discussion happened (but I saw that thread only after posting my report). Indeed, thanks

Re: [O] fold paragraphs, export only contents of a node, hiding the 'node heading text'

2013-09-03 Thread mapcdi
So, now that I can hide all the headings I need a way to hide ONLY SOME headings, like those with a todo-like specific text: say UNFINISHEDPAR for unfinished paragraphs and FINISHEDPAR for the ones finished. Is it possible given the current (.emacs/test-file.org) working setup, as a reminder:

[O] Broken Lin,

2013-09-03 Thread Gian-Maria Daffré
To whom it may concern: Hello, I have noted a broken link in the section questions at http://orgmode.org/elpa.html The link to http://orgmode.org/build-org-pkg.txt is giving a 404 error. Best regards Giammi -- I kindly ask you not to send me attachments in proprietary file formats, use open

[O] syntax for blocks that the exporter should not render?

2013-09-03 Thread Matt Price
Hi, certain lines are not rendered by the org exporter, but are instead interpreted as instructions, e.g.: #+AUTHOR: Matt Price I'm using org2blog/wp, which is only partially converted to the new exporter. It works pretty well, but not perfectly. It has the neat feature that, when I insert a

Re: [O] ATTR_LATEX not being applied on dynamic blocks

2013-09-03 Thread Nicolas Goaziou
Hello, Francesco Pizzolante fpz-djc/ipccudyqhejpep6iedvlejwur...@public.gmane.org writes: Hi, I have an issue with ATTR_LATEX attributes not being applied to the clocktable dynamic block. This issue is similar to the one exposed by Sebastien in his post [1], so I took his ECM and

Re: [O] [PATCH] Add support for `ltablex'

2013-09-03 Thread Nicolas Goaziou
Hello, Francesco Pizzolante fpz-djc/ipccudyqhejpep6iedvlejwur...@public.gmane.org writes: Please find here a patch to support the tabularx table environment when used in conjunction with the ltablex LaTeX package. Thanks for the patch. What are its advantages over longtabu environment,

[O] ATTR_LATEX not being applied on dynamic blocks

2013-09-03 Thread Francesco Pizzolante
Hi, I have an issue with ATTR_LATEX attributes not being applied to the clocktable dynamic block. This issue is similar to the one exposed by Sebastien in his post [1], so I took his ECM and modified it a little bit. Here's it is: --8---cut here---start-8---

[O] set minor mode based on first line of a buffer?

2013-09-03 Thread Matt Price
Last question for a while I hope! I have a whole bunch of org files that I am reposting to my website at the beginning of the school year. These are files generated with org2blog/wp, and htey all have afirst line like: #+POSTID: 1797 I would really like to tell org-mode that files that start

[O] [PATCH] Add support for `ltablex'

2013-09-03 Thread Francesco Pizzolante
Hello, Please find here a patch to support the tabularx table environment when used in conjunction with the ltablex LaTeX package. ltablex combines the advantages of longtable and tabularx packages: it enables splitting of table across pages, and have fixed-width tables with auto-adjusted

Re: [O] angle brackets around timestamps in html export

2013-09-03 Thread Matt Price
On Tue, Sep 3, 2013 at 10:34 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: Matt Price mopto...@gmail.com writes: The following should work: (defun matt-org-export-filter-timestamp-function (timestamp backend info) removes relevant brackets from a timestamp (when

Re: [O] Some orgtbl doc issues

2013-09-03 Thread Rustom Mody
Ive posted this on the python list https://mail.python.org/pipermail/python-list/2013-September/655021.html

Re: [O] Several questions about beamer export

2013-09-03 Thread Julien Cubizolles
Julien Cubizolles j.cubizol...@free.fr writes: It's weird, both variables (org-link-abbrev-alist and org-link-abbrev-alist-local) are nil even though there is a #+LINK: line in the file. Just a late closing message: I tried again today and everything is working as it should. Julien.

Re: [O] bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-03 Thread Achim Gratz
Jambunathan K writes: On an Emacs running within a console, can one really view say a PDF file. Yes, if it has graphics capabilities and the application knows how to use them. For a long time that was the only way to get graphics on UNIX and it only changed when workstations(1) became

[O] Bug: Org-fill-paragraph fails with void symbol errors [7.9.3f (release_7.9.3f-17-g7524ef @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2013-09-03 Thread jasonm23
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

[O] Bug: Org-fill-paragraph fails with void symbol errors [7.9.3f (release_7.9.3f-17-g7524ef @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2013-09-03 Thread jasonm23
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

[O] [org-8.0.7] pb with org-anniversary

2013-09-03 Thread Yvon Henel
hello all I've just reinstalled org-8.0.7 on emacs-23.3.1 (Ubuntu 12.04) and I met a problem with the following syntax %%(org-anniversary 1986 08 17) Cédric a %d ans. moreover when emacs is in org-mode it does not recognize the function org-anniversary any help would be greatly appreciated --

Re: [O] fold paragraphs, export only contents of a node, hiding the 'node heading text'

2013-09-03 Thread John Hendy
On Tue, Sep 3, 2013 at 9:48 AM, map...@me.com wrote: So, now that I can hide all the headings I need a way to hide ONLY SOME headings, like those with a todo-like specific text: say UNFINISHEDPAR for unfinished paragraphs and FINISHEDPAR for the ones finished. I haven't used them, but I

[O] file-error Cannot open load file org

2013-09-03 Thread Karl Voit
Hi! I've got a strange issue here: today, I set up a second laptop with more or less identical configuration (Debian Wheezy; orgmode from git g6fdc23). I copied my .emacs.d to the new machine but Org-mode is not working there :-O Whenever I open an Org file, I get: File mode specification

[O] [PATCH] [org-table] user-chosen separator in org-table-convert-region

2013-09-03 Thread francois
Hello, I made this patch to make easier conversion to org-table from csv-like text with arbitrary separator. --- lisp/org-table.el |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lisp/org-table.el b/lisp/org-table.el index c7e7eb8..c8c2462 100644 ---

Re: [O] How to easily create a new export engine...

2013-09-03 Thread flammable project
Thanks Nocolas and Suvayu, I will spend some time on ox-md.el and the section listed by Nicolas. One last question: If I choose to extend the existing back-end, would I be able to put all the code into a external file and allow the user to load it through it emacs config file? I mean, I would

Re: [O] (Emacs 23/24 binary compatibility): defstruct, setf

2013-09-03 Thread Stefan Monnier
I think existing *.elc files compiled against Emacs-23.2.1 should load fine on new Emacs versions. It's indeed an incompatibility I introduced when we switched from CL's setf to gv.el's setf, because the two work in a very different way. Stefan

Re: [O] [org-8.0.7] pb with org-anniversary

2013-09-03 Thread Fabrice Niessen
Hello Yvon, Yvon Henel wrote: I've just reinstalled org-8.0.7 on emacs-23.3.1 (Ubuntu 12.04) and I met a problem with the following syntax Could you describe which problem? %%(org-anniversary 1986 08 17) Cédric a %d ans. Could it be because of the accent in Cédric? UTF-8 vs ISO Latin 1?

[O] [SYNC] How do you sync your org-mode files between n devices (n 2)

2013-09-03 Thread noreply
Hello, I have a problem. I need to sync my files between several devices (currently 3). At first, I thought the solution would have been to use mobileorg (that made sense since I also use an android device) but as far as I understand it, it is not really designed for that purpose (I have several

Re: [O] org-speed-commands-default 1 2 3

2013-09-03 Thread Tom Davey
Rainer writes: Using 0 as speed key I end up with: That's lovely! I hadn't thought of using a user-defined speed key. Much more convenient. Regards, Tom Davey -- Tom Davey t...@tomdavey.com New York NY USA

Re: [O] org-timer-set-timer org-notify message and sound arguments

2013-09-03 Thread Devin Homan
Here is a `git diff -p org-timer.el' of the changes that I am proposing. diff --git a/lisp/org-timer.el b/lisp/org-timer.el index 2351c4c..cb0ce45 100644 --- a/lisp/org-timer.el +++ b/lisp/org-timer.el @@ -93,6 +93,25 @@ nil current timer is not displayed (defvar org-timer-cancel-hook

Re: [O] set minor mode based on first line of a buffer?

2013-09-03 Thread Samuel Wales
magic-mode-alist -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. Denmark: free Karina Hansen NOW.

Re: [O] (Emacs 23/24 binary compatibility): defstruct, setf

2013-09-03 Thread Stefan Monnier
I think existing *.elc files compiled against Emacs-23.2.1 should load fine on new Emacs versions. It's indeed an incompatibility I introduced when we switched from CL's setf to gv.el's setf, because the two work in a very different way. In simple terms, the problem seems to be a 24.x style

[O] asynchronous code evaluation

2013-09-03 Thread Johannes Rainer
hi all! I have some pretty calculation intense R code in a code block and when I execute the code (C-c C-c) my emacs freezes and waits for the code to finish. Is there a way to evaluate the code asynchronously, so that I could edit the file (obviously not the code block itself) while the code is