Re: [O] Contradiction between code and doc as regards commented lines

2012-10-29 Thread Bastien
Hi Rafael, Rafael Laboissiere raf...@laboissiere.net writes: I just noticed that my patch have a bad side effect, since the commented lines at the beginning of the *Remember* buffer are not filtered out before inclusion into the destination org file. The patch attached below fixes this.

Re: [O] New exporter: no custom timestamps

2012-10-29 Thread Bastien
Nicolas Goaziou n.goaz...@gmail.com writes: Done. I've also added :repeater-unit for good measure. Great, thanks! -- Bastien

Re: [O] Org-Mode menus not in text mode menu or lacarte

2012-10-29 Thread Bastien
Hi Lennart, Lennart Fricke pge08...@studserv.uni-leipzig.de writes: Hello everybody, I was trying to use org-mode from console and realized that there are no Org-Mode menus when I open the text menu with f10 (tmm-menubar) or lacarte. Bug confirmed. Do you have an idea why there are not

Re: [O] Filter weekly/daily agenda by tag

2012-10-29 Thread Bastien
Hi Alexander, Alexander Baier lexi.ba...@gmail.com writes: Another question: Do you know if there is any documentation on the settings i can pass to the commands in org-agenda-custom-commands? Not sure it answers your question correctly, but here is a good tutorial about this configuration

Re: [O] Bug in org-log-into-drawer

2012-10-29 Thread Bastien
Hi Erik and Sébastien, Erik Hetzner e...@e6h.org writes: The function org-log-into-drawer called the function org-entry-get with the inherit argument before I got there. (Maybe it needs to be added to that list?) I don't have time to look deeper in this issue. Can one of you have a closer

Re: [O] [patch] fix bug introduced in commit aba9e2b9

2012-10-29 Thread Bastien
Le Wang l26w...@gmail.com writes: This commit broke editing any source section with blank lines. Er.. yes, indeed. Thanks for the fix! I just applied it. -- Bastien

Re: [O] Web site bug

2012-10-29 Thread Bastien
Hi Achim, Bastien b...@altern.org writes: + (write-region (autoload-rubric org-install.el nil org-install) nil org-install.el) + (write-region (autoload-rubric org-loaddefs.el nil org-loaddefs) nil org-install.el) I don't know what autoload-rubric is. Hint? You didn't reply to this

Re: [O] Web site bug

2012-10-29 Thread Bastien
Hi Achim, let's start fresh. Can you point at an actual reproducible and simple bug with the current way Org defines autoloads? Thanks, -- Bastien

Re: [O] Announcing a script that connects org-mode and google-tasks

2012-10-29 Thread Bastien
Hi Mark, Mark Edgington edgi...@gmail.com writes: I hacked together a python script based on some already-existing code, which allows one to push an org file to a google-tasks list, or to pull the contents of a google-tasks list into an org file. Though the code isn't beautiful at the

Re: [O] Web site bug

2012-10-29 Thread Achim Gratz
Bastien writes: What is autoload-rubric? C-h f autoload-rubric autoload-rubric is a compiled Lisp function in `autoload.el'. (autoload-rubric FILE optional TYPE FEATURE) Return a string giving the appropriate autoload rubric for FILE. TYPE (default autoloads) is a string stating the type of

Re: [O] Web site bug

2012-10-29 Thread Bastien
Achim Gratz strom...@nexgo.de writes: Bastien writes: What is autoload-rubric? C-h f autoload-rubric autoload-rubric is a compiled Lisp function in `autoload.el'. Thanks. The function is not autoloaded, so I had to (require 'autoload) before being able to access it. -- Bastien

Re: [O] Org-Mode menus not in text mode menu or lacarte

2012-10-29 Thread Lennart Fricke
Hi Bastien! I don't think that it is necessary any more. It's a bug in tmm and lacarte. The keymap sturcture changed in Emacs 24. See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12744 I also posted on DrewAdams emacswiki site. Best regards Lennart Fricke

Re: [O] Web site bug

2012-10-29 Thread Achim Gratz
Bastien writes: Can you point at an actual reproducible and simple bug with the current way Org defines autoloads? After the introduction of org-loaddefs, the autoloads should be extracted into two files and only the first is supposed to be loaded before org is actually used and the second,

Re: [O] Org-Mode menus not in text mode menu or lacarte

2012-10-29 Thread Bastien
Hi Lennart, Lennart Fricke pge08...@studserv.uni-leipzig.de writes: I don't think that it is necessary any more. Good, thanks for the update! Best, PS: the emacs-devel team is great. -- Bastien

Re: [O] Web site bug

2012-10-29 Thread Bastien
Sorry, maybe I was unclear, but I'm looking forward to reading a *recipe* to reproduce the bug. I will re-read your email when I have time to parse it in full details. Thanks, -- Bastien

Re: [O] Web site bug

2012-10-29 Thread Achim Gratz
Bastien writes: Sorry, maybe I was unclear, but I'm looking forward to reading a *recipe* to reproduce the bug. Build an Emacs without Org or remove all autoload forms for Org from loaddefs.el, then install a standalone Org and don't add any requires to the startup files. Try to use any Org

Re: [O] [ANN] Editable HTML export of Org-mode files

2012-10-29 Thread Nitin Agarwal
The edit option comes only for the content of the headings. We can't edit the headings and the subheadings of the headings. So the source code has to be modified to make the org-mode document editable as HTML where we can edit the Headings and subheadings. The edit button appears only for the

Re: [O] How to automatic list org files via Elisp and then, import them for an HTML export

2012-10-29 Thread flammable project
Ho! I was thinking that giving the more details will eliminated doubts and misunderstanding. So to be clear enough, there was two questions in my previous message: 1/ In E-LISP, how to parse a directory containing Org files and import them with the #+INCLUDE function? I used those two

[O] [bug] Export and tangle

2012-10-29 Thread Sébastien Delafond
Hi fellows, just got the following bug report[0] from a Debian user: Typing C-c C-v t on the following file creates only bar.txt but not foo.txt as expected. Does it matter whether BEGIN_SRC and END_SRC are written in small letters or not? The .. lines are not part of foo.org File

Re: [O] Bug ? LaTeX exporter does not export subsections from included files

2012-10-29 Thread Sébastien Delafond
On 2012-10-08, Sébastien Delafond sdelaf...@gmail.com wrote: Since the update to org-mode 7.9.1-1, the LaTeX export does not work completely anymore with included files. No idea at all on this one ? :) Cheers, --Seb

Re: [O] [bug] [new-exporter] #+includes in non-exported regions do not work

2012-10-29 Thread Eric S Fraga
Myles English mylesengl...@gmail.com writes: Hi Eric, You have: #+include: uml.org I think it should be: #+include: uml.org Indeed it should be, or at least for the new exporter. Thanks for pointing this out. There is still a bug in that the exporter should fail more gracefully?

Re: [O] Web site bug

2012-10-29 Thread Eric S Fraga
Bastien b...@altern.org writes: Sorry, maybe I was unclear, but I'm looking forward to reading a *recipe* to reproduce the bug. Bastien, I think what Achim is saying is that, for those of us that install org from git, the system of autoloading is *fragile* because it depends on

Re: [O] [new exporter] Date format string not handled for LaTeX export

2012-10-29 Thread Nicolas Goaziou
Hello, Michael Gauland mikely...@no8wireless.co.nz writes: When I provide a format string to the #+DATE: option, the old LaTeX exporter correctly uses it to format the current date; the new exporter just uses the format string for the date. I wasn't aware of that feature. Though, I don't

[O] [bug] Parts of code blocks are highlighted as Org comments

2012-10-29 Thread Sebastien Vauban
Hello, If you have such a Sh code block in any Org document, you'll see that the 4th line will be highlighted as an Org comment from the # != 2... #+begin_src sh # swap FILE1 FILE2 swap () { if [[ $# != 2 ]]; then return 1 fi tmpfile=/tmp/.swapper.$$.$RANDOM mv -f $1

Re: [O] [bug] [new-exporter] #+includes in non-exported regions do not work

2012-10-29 Thread Nicolas Goaziou
Hello, Eric S Fraga e.fr...@ucl.ac.uk writes: There is still a bug in that the exporter should fail more gracefully? Agreed. This syntax error should be more explicit now. Thanks. The question of structural interpretation remains: should the file be included if it is found within a

Re: [O] [wish] also provide documentation for contrib

2012-10-29 Thread Sébastien Delafond
On 2012-10-27, Bastien b...@altern.org wrote: I agree. Let's start by patching README_contribute with a new section containing short documentation for contributions. Hi Bastien, I unfortunately have very little time these days to take on this task :\ Hopefully this will change in the

Re: [O] Bug ? LaTeX exporter does not export subsections from included files

2012-10-29 Thread Philipp Kroos
Hi, I tried with both the old exporter (emacs -Q) and the new. The old one exports correctly on my side, here's the relevant part: #+BEGIN_LaTeX This is Bar. \subsection{Bar 1} \label{sec-2-1} This is Bar's first part. \subsection{Bar 2} \label{sec-2-2} And here is the

[O] Bug: New exporter fails with void-function org-clocking-buffer [7.9.2 (release_7.9.2-532-g2e8591)]

2012-10-29 Thread Ista Zahn
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.

Re: [O] Bug: New exporter fails with void-function org-clocking-buffer [7.9.2 (release_7.9.2-532-g2e8591)]

2012-10-29 Thread Nicolas Goaziou
Hello, Ista Zahn istaz...@gmail.com writes: Here is what I did: 1. Update to latest git version 2. Start emacs with emacs -Q -l ~/test.el (test.el attached) 3. Create minimal org file, e.g., #+title: test * Heading 1 * Heading 2 4. Export with M-x org-export-dispatch t a What

Re: [O] Bug in org-log-into-drawer

2012-10-29 Thread Erik Hetzner
At Mon, 29 Oct 2012 06:41:39 +0100, Bastien wrote: Hi Erik and Sébastien, Erik Hetzner e...@e6h.org writes: The function org-log-into-drawer called the function org-entry-get with the inherit argument before I got there. (Maybe it needs to be added to that list?) I don't have time

Re: [O] Bug in org-log-into-drawer

2012-10-29 Thread Sebastien Vauban
Hello Erik and Bastien, Erik Hetzner wrote: Bastien wrote: Erik Hetzner e...@e6h.org writes: The function org-log-into-drawer called the function org-entry-get with the inherit argument before I got there. (Maybe it needs to be added to that list?) I don't have time to look deeper in

[O] Logging properties, values in notes on TODO state change for column view usage?

2012-10-29 Thread 'Mash (Thomas Herbert)
I have been looking at trying to track training performance with org-mode. I currently just set a reoccurring schedule with note logging on state change, but wondered if there was a way to log values within this :LOGBOOK: logs? It is not a lot of effort to simply type in :abc: 5, etc in the note

[O] Bug: python babel does not support hlines as mentioned in docs [7.9.2 (release_7.9.2-499-ga29de0 @ /home/lennart/.emacs.d/site-lisp/org/lisp/)]

2012-10-29 Thread Lennart Fricke
Hello, The following block exits with error: orgtbl-format-line: Wrong type argument: sequencep, None #+TBLNAME: many-cols | a | b | c | |---+---+---| | d | e | f | |---+---+---| | g | h | i | #+NAME: echo-table #+BEGIN_SRC python :var tab=many-cols :hlines yes return tab #+END_SRC

Re: [O] Bug: python babel does not support hlines as mentioned in docs

2012-10-29 Thread Lennart Fricke
This patch makes None being treated as hline again. Best regards Lennart Fricke diff --git a/lisp/ob-python.el b/lisp/ob-python.el index 71adf73..a1f834f 100644 --- a/lisp/ob-python.el +++ b/lisp/ob-python.el @@ -123,7 +123,11 @@ specifying a variable of the same value. Convert RESULTS into

Re: [O] error in org-mark-subtree

2012-10-29 Thread Nicolas Goaziou
Hello, Samuel Wales samolog...@gmail.com writes: Debugger entered--Lisp error: (void-function org-clocking-buffer) org-clocking-buffer() org-element-headline-parser(1375194 t) org-element-at-point() org-mark-element() org-mark-subtree() If it is related, then you have to load

Re: [O] [bug] Export and tangle

2012-10-29 Thread Myles English
Hi Sébastien, Sébastien Delafond writes: Hi fellows, just got the following bug report[0] from a Debian user: Typing C-c C-v t on the following file creates only bar.txt but not foo.txt as expected. I just tried this with the git head and get the two files. Of course, it doesn't

Re: [O] [bug] [new-exporter] #+includes in non-exported regions do not work

2012-10-29 Thread Eric S Fraga
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric S Fraga e.fr...@ucl.ac.uk writes: There is still a bug in that the exporter should fail more gracefully? Agreed. This syntax error should be more explicit now. Thanks. Thanks! The question of structural interpretation remains:

Re: [O] TeX-master: TeX-master is let-bound

2012-10-29 Thread Christopher Schmidt
Nick Dokos nicholas.do...@hp.com writes: In any case, if you can get rid of the let-bind (or the need to muck with TeX-master at all within org), without introducing a regression, we are all ears. I think adding (require 'tex nil t) before the let form is a nice fix. IMO the situation ATM is

Re: [O] [new exporter] Date format string not handled for LaTeX export

2012-10-29 Thread Michael Gauland
Nicolas Goaziou n.goaziou at gmail.com writes: On the other hand, you have a hard-coded macro to solve this problem: #+DATE: {{{time(%c)}}} It will work across every back-end (but you need the latest Org version, since I recently to fixed a bug related to it). Thanks--that will do

Re: [O] [bug] [new-exporter] #+includes in non-exported regions do not work

2012-10-29 Thread Sebastien Vauban
Hi Nicolas and Eric, Eric S Fraga wrote: It's a problem only because of the way I use the :noexport: and COMMENT tags to exclude parts of a document that are often incomplete or partially defined. Can we assume that `:noexport:' and `COMMENT' are complete synonyms, as of today, and will stay

Re: [O] [new exporter] Date format string not handled for LaTeX export

2012-10-29 Thread Nicolas Goaziou
Michael Gauland mikely...@no8wireless.co.nz writes: Nicolas Goaziou n.goaziou at gmail.com writes: On the other hand, you have a hard-coded macro to solve this problem: #+DATE: {{{time(%c)}}} It will work across every back-end (but you need the latest Org version, since I recently to

Re: [O] TeX-master: TeX-master is let-bound

2012-10-29 Thread Nick Dokos
Christopher Schmidt christop...@ch.ristopher.com wrote: Nick Dokos nicholas.do...@hp.com writes: In any case, if you can get rid of the let-bind (or the need to muck with TeX-master at all within org), without introducing a regression, we are all ears. I think adding (require 'tex nil

[O] Texlive 2012 export?

2012-10-29 Thread Johnny
Hi, Running Fedora 17 and org-mode 7.9.2 I have just updated texlive from the default repos to texlive-2012 and installed texlive-collection-latexextra, but have problems to export org-files to pdf. The error message received says: , | !pdfTeX error: pdflatex (file cm-super-t1.enc): cannot

Re: [O] [new exporter] Date format string not handled for LaTeX export

2012-10-29 Thread Michael Gauland
Nicolas Goaziou n.goaziou at gmail.com writes: I just tried with a minimal init and it worked. Could you send the example you're trying to export? The file is below. With a minimal init, I get the error Symbol's function definition is void: org-macro-initialize-templates'. If I use my full

Re: [O] TeX-master: TeX-master is let-bound

2012-10-29 Thread Christopher Schmidt
Nick Dokos nicholas.do...@hp.com writes: What missing variable definition? By the time the export is finished, the let-bind is gone. There is no definition of TeX-master anywhere, just as if you never had org loaded: why should auctex object to that? So I don't understand why it would break:

Re: [O] [new exporter] Date format string not handled for LaTeX export

2012-10-29 Thread Nick Dokos
Michael Gauland mikely...@no8wireless.co.nz wrote: Nicolas Goaziou n.goaziou at gmail.com writes: I just tried with a minimal init and it worked. Could you send the example you're trying to export? The file is below. With a minimal init, I get the error Symbol's function definition is

Re: [O] [bug] [new-exporter] #+includes in non-exported regions do not work

2012-10-29 Thread Nicolas Goaziou
Hello, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Can we assume that `:noexport:' and `COMMENT' are complete synonyms, as of today As of today, yes. and will stay so in the foreseen future? I wouldn't bet. `:noexport' is /de facto/ limited to export.

Re: [O] TeX-master: TeX-master is let-bound

2012-10-29 Thread Nick Dokos
Christopher Schmidt christop...@ch.ristopher.com wrote: Nick Dokos nicholas.do...@hp.com writes: What missing variable definition? By the time the export is finished, the let-bind is gone. There is no definition of TeX-master anywhere, just as if you never had org loaded: why should auctex

[O] Capture error

2012-10-29 Thread Thomas S. Dye
Aloha all, With a recent make update from Git I'm getting this error when I try to Finish (with C-c C-c) some tried and true capture templates: org-capture-bookmark-last-stored-position: Invalid function: with-demoted-errors Here is a backtrace: Debugger entered--Lisp error:

Re: [O] Capture error

2012-10-29 Thread Nick Dokos
Thomas S. Dye t...@tsdye.com wrote: Aloha all, With a recent make update from Git I'm getting this error when I try to Finish (with C-c C-c) some tried and true capture templates: org-capture-bookmark-last-stored-position: Invalid function: with-demoted-errors Here is a backtrace:

Re: [O] Bug in org-log-into-drawer

2012-10-29 Thread Erik Hetzner
At Mon, 29 Oct 2012 17:07:23 +0100, Sebastien Vauban wrote: Hello Erik and Bastien, […] I share your point... But do we all agree that your original example had to fail when LOG_INTO_DRAWER is not inherited?[1] Or do I miss some point? Seb Hi Sebastien, Yes, I had a bad example.