Re: [O] new latex exporter and attr_latex

2012-12-12 Thread François Allisson
Yes, the syntax has changed; see http://thread.gmane.org/gmane.emacs.orgmode/62766 In short, you should use: #+ATTR_LATEX: :align lcr Kind Regards, Mike Thanks. It works like that. Best thoughts, François

Re: [O] info for org not found in emacs

2012-12-12 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/12/12 11:29, Jambunathan K wrote: Rainer M Krug r.m.k...@gmail.com writes: On 10/12/12 23:15, Charles wrote: On 12/10/2012 12:43 PM, Eric Schulte wrote: Rainer M Krug r.m.k...@gmail.com writes: On 10/12/12 17:50, Jambunathan K wrote:

Re: [O] Agenda: show only prio-A events with associated date/timestamp

2012-12-12 Thread Karl Voit
* Memnon Anon gegendosenflei...@googlemail.com wrote: I'd like to derive a custom agenda view that has following properties: - show only items with associated datestamp or timestamp (same as «is displayed in the time grid of my usual agenda») - only with priority [#A] So, your usual

Re: [O] Bug: export to LaTeX doesn't handle filenames properly [7.8.11]

2012-12-12 Thread Bastien
Hi John, John Smith ohwoeo...@gmail.com writes: I have in my .org file links to files that contain spaces and []. org-insert-link converts space to %20, [ to %5B, ] to %5D. Fixed for the current exporter, I didn't check with the new LaTeX exporter. Thanks for reporting this, -- Bastien

Re: [O] babel perl issue

2012-12-12 Thread Achim Gratz
Eric Schulte schulte.eric at gmail.com writes: I will make this change (in fact I had done this originally, but then didn't want to send too many patches so I compressed the commit history). It just occurs to me that it would be even better if you copied the file verbatim instead of renaming

Re: [O] source code disappears

2012-12-12 Thread Andy Moreton
On 17/11/2012 12:41, Bastien wrote: Hi Andy, Andy Moreton andrewjmore...@gmail.com writes: When I switch to the ELPA version ( Org-mode version 7.9.2 (7.9.2-82-g2aeb28-elpa @ . . . )) this misbehavior is corrected. HTH. I've filed emacs bug#12905 about this, as it is occurring in on the

Re: [O] Formatting Text in Org-mode

2012-12-12 Thread Bastien
Hi Rodolfo, Rodolfo Aramayo raram...@gmail.com writes: In org-mode, writing: /matA^HMG/ would be incorrect because the superscript 'HMG' should NOT be italics The new exporter handles this correctly. If you installed Org from http://orgmode.org/org-7.9.2.tar.gz add the contrib/ directory to

Re: [O] org-capture vs. org-agenda-capture

2012-12-12 Thread Bastien
Hi Rene, Rene jl...@yahoo.com writes: On the other hand, when calling org-agenda-capture ('k' from the agenda), your timestamps always indicates a null time [2012-12-11 Tue 00:00]. Is there a way I can force org-agenda-capture to indicate the current time? From latest git, you can use `C-1

Re: [O] org-sync doesn't work with recent org-element.el

2012-12-12 Thread Bastien
Hi Jonas, I'm copying Aurélien, the author of org-sync. Aurélien, are you willing to maintain org-sync or shall we call for a new maintainer? Thanks for your answer! Best, -- Bastien

Re: [O] Is it possible to see the blocking task?

2012-12-12 Thread Bastien
Hi Mirko, Mirko Vukovic mirko.vuko...@gmail.com writes: I'd like to see the blocking task in order to debug my setup. From latest git (master) the error message you get now contains the name of the blocking entry. HTH, -- Bastien

Re: [O] clock-in task is not highlighted in agenda view

2012-12-12 Thread Bastien
Hi Liang, Liang Wang netcas...@gmail.com writes: When I press 'I' to clock-in task in agenda view, the line of that task is not highlighted any more. Just to confirm this has been fixed. Thanks, -- Bastien

Re: [O] babel perl issue

2012-12-12 Thread Bastien
Hi Eric, Eric Schulte schulte.e...@gmail.com writes: Please let me know if I can explain anything, or if you'd like to see the patches before the hit the master branch. I've read the thread carefully and I cannot clearly see what problem we are trying to fix. I acknowledge things can be

Re: [O] babel perl issue

2012-12-12 Thread Bastien
Hi Achim, Achim Gratz strom...@nexgo.de writes: Eric Schulte writes: See http://orgmode.org/manual/Languages.html for the documentation on how to activate and disable org-babel languages. That actually produces the error: File mode specification error: (void-variable

Re: [O] babel perl issue

2012-12-12 Thread Eric Schulte
Bastien b...@altern.org writes: Hi Eric, Eric Schulte schulte.e...@gmail.com writes: Please let me know if I can explain anything, or if you'd like to see the patches before the hit the master branch. I've read the thread carefully and I cannot clearly see what problem we are trying to

Re: [O] babel perl issue

2012-12-12 Thread Bastien
Hi Eric, Eric Schulte schulte.e...@gmail.com writes: This is refactoring not bug fixing. The most important impact is that this will provide for simpler requires by the files implementing support for particular languages. Rather than having to do piecemeal requires of those portions of the

Re: [O] babel perl issue

2012-12-12 Thread Achim Gratz
Bastien writes: I can't reproduce this. You most likely can if you just customize org-babel-load-languages. I have a ~/emacs.el file containing (org-babel-do-load-languages 'org-babel-load-languages '((perl . t))) then ~$ emacs -Q -l ~/emacs.el loads correctly and

[O] bug#12905: 24.2.50; org: edit source block causes data loss

2012-12-12 Thread Bastien
Hi Chong, Chong Yidong c...@gnu.org writes: Could you please take a look at Bug#12905? If it causes data loss, I think it should be fixed in the emacs-24 branch. Thanks. This is fixed, thanks for the heads up. I just merged the Org bugfix branch into emacs-24. I made one mistake: I

Re: [O] babel perl issue

2012-12-12 Thread Bastien
Eric Schulte schulte.e...@gmail.com writes: Here's what the require structure of the core ob files will look like after this change. If i read the graph correctly, merging ob.el ob-eval.el and ob-core.el will not create circular requires -- am I right? -- Bastien

Re: [O] source code disappears

2012-12-12 Thread Bastien
Hi Andy, Andy Moreton andrewjmore...@gmail.com writes: I haven't seen this merge appear on the emacs-24 branch yet - any idea when you will have time to do the merge ? Done. Sorry it took so long. -- Bastien

Re: [O] babel perl issue

2012-12-12 Thread Eric Schulte
Bastien b...@altern.org writes: Eric Schulte schulte.e...@gmail.com writes: Here's what the require structure of the core ob files will look like after this change. If i read the graph correctly, merging ob.el ob-eval.el and ob-core.el will not create circular requires -- am I right? Not

Re: [O] Formatting Text in Org-mode

2012-12-12 Thread Rodolfo Aramayo
THANK YOU!! --Rodolfo On Wed, Dec 12, 2012 at 8:37 AM, Bastien b...@altern.org wrote: Hi Rodolfo, Rodolfo Aramayo raram...@gmail.com writes: In org-mode, writing: /matA^HMG/ would be incorrect because the superscript 'HMG' should NOT be italics The new exporter handles this

Re: [O] babel perl issue

2012-12-12 Thread Achim Gratz
Bastien writes: If i read the graph correctly, merging ob.el ob-eval.el and ob-core.el will not create circular requires -- am I right? Any attempt to merge ob.el and ob-core.el will result in circular requires or (the status quo) incomplete requires. I hope you are not suggesting to put all

Re: [O] clock-in task is not highlighted in agenda view

2012-12-12 Thread Liang Wang
Hi Bastien, On Wed, Dec 12, 2012 at 7:04 AM, Bastien b...@altern.org wrote: Hi Liang, Liang Wang netcas...@gmail.com writes: When I press 'I' to clock-in task in agenda view, the line of that task is not highlighted any more. Just to confirm this has been fixed. Glad to hear that.

Re: [O] babel perl issue

2012-12-12 Thread Bastien
Achim Gratz strom...@nexgo.de writes: I hope you are not suggesting to put all of ob into a single file… Actually that's a good idea! It should be ~170ko, quite manageable (similar to org-export.el.) In terms of features, is any of ob-{keys/tangle/table/etc.} useful by itself, outside ob?

[O] bug#12905: 24.2.50; org: edit source block causes data loss

2012-12-12 Thread Andy Moreton
On Wed 12 Dec 2012, Bastien wrote: This is fixed, thanks for the heads up. I just merged the Org bugfix branch into emacs-24. I can confirm the bug is fixed for emacs-24 after this merge. Thanks Bastien, AndyM

Re: [O] babel perl issue

2012-12-12 Thread Eric Schulte
Bastien b...@altern.org writes: Achim Gratz strom...@nexgo.de writes: I hope you are not suggesting to put all of ob into a single file… Actually that's a good idea! It should be ~170ko, quite manageable (similar to org-export.el.) In terms of features, is any of

Re: [O] Some Experiences with org-babel-load-file

2012-12-12 Thread Eric Schulte
Florian Beck f...@miszellen.de writes: On 12/11/2012 03:52 PM, Eric Schulte wrote: Please go ahead and update the information on worg. Note that Emacs24 users need only do (require 'org) (org-babel-load-file /path/to/your/org-init-file.org) while users of lesser Emacs will

Re: [O] babel perl issue

2012-12-12 Thread Achim Gratz
Bastien writes: Achim Gratz strom...@nexgo.de writes: I hope you are not suggesting to put all of ob into a single file… Actually that's a good idea! Uh-oh… I'm not sure why you like that, but you'd then have the same problem inside that single file. It's solveable, but it means you'd need

Re: [O] babel perl issue

2012-12-12 Thread Bastien
Eric Schulte schulte.e...@gmail.com writes: In the absence of better ideas, I'm going to go ahead with this refactoring. Okay, go ahead. But be warned that ob-core.el is not my friend :) I'll see how we can get rid of it. -- Bastien

Re: [O] Graphic of the Org-mode require structure

2012-12-12 Thread Achim Gratz
Eric Schulte writes: This is a visualization of which Org-mode files require which other Org-mode files. It may not hold any new insights, but I found it interesting. There are a few false positives due to require forms in docstrings (org-latex.el seems to require itself for that reason) and

[O] [new exporter] ASCII export, single newline

2012-12-12 Thread David Rogers
Hi all Trying out the new exporter... for my (very basic) purposes it is working fine - except one detail I can't find an answer to. I frequently have to make structured lists and email them to the office. I make each list as a table in an Org subtree, with some notes (always just plain text)

Re: [O] babel perl issue

2012-12-12 Thread Eric Schulte
Bastien b...@altern.org writes: Eric Schulte schulte.e...@gmail.com writes: In the absence of better ideas, I'm going to go ahead with this refactoring. Okay, go ahead. But be warned that ob-core.el is not my friend :) :) I'll see how we can get rid of it. If you can find a cleaner

[O] Bug: non-interactive org-export-region-as... modifies kill-ring [7.9.2 (release_7.9.2-103-g488eea)]

2012-12-12 Thread Christopher Schmidt
Title says it all. For example evaling (org-export-region-as-latex (point-min) (point-max) nil (get-buffer-create res)) via M-: in an org-mode buffer will put the export content in the kill ring. That's not nice. I think only the interactive call should do that. Christopher

Re: [O] correct spaces after colons with LaTeX

2012-12-12 Thread David P. Moulton
I found a reasonable solution: using :\; with no trailing space gives the right amount of space after the colon. David On Wed, 12 Dec 2012, David P. Moulton wrote: Hi LaTeX org-moders. I'm trying to get a non-sentence-ending space after a colon in LaTeX with org-mode. When I put a backslash

Re: [O] bug#12905: 24.2.50; org: edit source block causes data loss

2012-12-12 Thread Bernt Hansen
Hi Bastien, I'm not sure if this is related or not - I don't have time to track down the offending commit right now. org-edit-special (C-c ') is currently broken in master. I get the following backtrace --8---cut here---start-8--- Debugger entered--Lisp

Re: [O] org-drill installation problem

2012-12-12 Thread Sanjib Sikder
anybody there to rescue me ? :-| - *Sanjib Sikder *Ph.D. Fellow Chemical Engineering IIT Bombay* * On Tue, Dec 11, 2012 at 3:34 PM, Sanjib Sikder sanjibju2...@gmail.comwrote: hi, I downloaded the org-drill package and put the org-drill.el file in.emacs.d

Re: [O] org-capture vs. org-agenda-capture

2012-12-12 Thread Rene
As a matter of fact, when called from the agenda `%U' doesn't expand as the current timestamp but rather provides the date of the line your point is on. Wouldn't it be more convenient to get the current timestamp anyway? Suppose you would like to create a new appointment then 1. you view your

Re: [O] bug#12905: 24.2.50; org: edit source block causes data loss

2012-12-12 Thread Jonathan Leech-Pepin
On 12 December 2012 16:05, Bernt Hansen be...@norang.ca wrote: Hi Bastien, I'm not sure if this is related or not - I don't have time to track down the offending commit right now. org-edit-special (C-c ') is currently broken in master. I get the same thing when trying (C-c ') on the

Re: [O] org-drill installation problem

2012-12-12 Thread Yagnesh Raghava Yakkala
Hello Sanjib, have subscribed to this mailing list.? (https://lists.gnu.org/mailman/listinfo/emacs-orgmode) Memnon Anon has replied to you with a solution. did you try that.? Thanks., -- ఎందరో మహానుభావులు అందరికి వందనములు YYR

Re: [O] bug#12905: 24.2.50; org: edit source block causes data loss

2012-12-12 Thread Bernt Hansen
For me it occurs both inside the block (begin_src or begin_example) and on the first line. Regards, Bernt Jonathan Leech-Pepin jonathan.leechpe...@gmail.com writes: On 12 December 2012 16:05, Bernt Hansen be...@norang.ca wrote: Hi Bastien, I'm not sure if this is related or not

Re: [O] [new exporter] ASCII export, single newline

2012-12-12 Thread Nicolas Goaziou
Hello, David Rogers davidandrewrog...@gmail.com writes: My plain-text notes, however, often contain single newlines, which I'd like to retain. The new ASCII exporter converts them to spaces. If I put double newlines in the original, then the exporter doesn't convert anything, and leaves them

Re: [O] bug#12905: 24.2.50; org: edit source block causes data loss

2012-12-12 Thread Bastien
Hi Bernt, Bernt Hansen be...@norang.ca writes: I'm not sure if this is related or not - I don't have time to track down the offending commit right now. There is nothing new regarding editing source code in master, except Eric's last few patches. org-edit-special (C-c ') is currently broken

Re: [O] [new exporter] ASCII export, single newline

2012-12-12 Thread David Rogers
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, David Rogers davidandrewrog...@gmail.com writes: My plain-text notes, however, often contain single newlines, which I'd like to retain. The new ASCII exporter converts them to spaces. If I put double newlines in the original, then the

Re: [O] org-capture vs. org-agenda-capture

2012-12-12 Thread Bastien
Dear Rene, Rene jl...@yahoo.com writes: As a matter of fact, when called from the agenda `%U' doesn't expand as the current timestamp but rather provides the date of the line your point is on. Depends. From the agenda, you can use either org-capture directly, or org-agenda-capture.

Re: [O] Bug: non-interactive org-export-region-as... modifies kill-ring [7.9.2 (release_7.9.2-103-g488eea)]

2012-12-12 Thread Bastien
Hi Christopher, Christopher Schmidt christop...@ch.ristopher.com writes: Title says it all. For example evaling (org-export-region-as-latex (point-min) (point-max) nil (get-buffer-create res)) via M-: in an org-mode buffer will put the export content in the kill ring. That's not nice. I

Re: [O] org-bullets extension

2012-12-12 Thread Bastien
Hi Evgeni, E Sabof esa...@gmail.com writes: I am the author of org-bullets extension, which can be found at  github.com/sabof/org-bullets This is very nice, we have so many requests about changing the * character that I guess people will love this. I wondered whether you would like to

Re: [O] The statement on what is orgmode.

2012-12-12 Thread Vikas Rawal
Org-mode is useful for - Organising projects, maintaining TODO lists and calendars - Creating high quality formatted documents - Keeping notes - Literate programming and Reproducible Research After a rather fruitful discussion, this thread has gone dead before power-that-be would take

Re: [O] The statement on what is orgmode.

2012-12-12 Thread Bastien
Vikas Rawal vikasli...@agrarianresearch.org writes: After a rather fruitful discussion, this thread has gone dead before power-that-be would take note. Who is responsible for making changes on the orgmode website? Until someone volonteers to maintain the website, I am in charge. Can you

Re: [O] The statement on what is orgmode.

2012-12-12 Thread Bastien
Hi Vikas, Vikas Rawal vikasli...@agrarianresearch.org writes: And the first headline, before Download and install, be something like the following: * Org mode is useful for ** Organising projects ** Maintaining TODO lists and calendars ** Keeping notes ** Creating high quality formatted

Re: [O] The statement on what is orgmode.

2012-12-12 Thread Bastien
Jambunathan K kjambunat...@gmail.com writes: ps: I have org-e-freemind.el based on new exporter almost done. It just requires some tweaking before it lands. Great news hidden in this threads! Looking forward to testing this, -- Bastien

Re: [O] The statement on what is orgmode.

2012-12-12 Thread Bastien
7. Org-mode: don't tell your boss. Vikas Rawal vikasli...@agrarianresearch.org writes: 1. Org-mode (only) 2. Org-mode: your life in plain text 3. Orgmode is a Free/libre plain-text system for GNU Emacs for organizing project, and maintaining TODO lists, keeping notes, doing literate

Re: [O] org-gnome-calendar

2012-12-12 Thread Bastien
Hi Lluís, Lluís Vilanova vilan...@ac.upc.edu writes: It's just barely working and quite slow, but here's an initial tentative on a package to get the agenda in Org mode to show up in GNOME's calendar: https://github.com/llvilanova/org-gnome-calendar Looks interesting. Any

Re: [O] org-sync doesn't work with recent org-element.el

2012-12-12 Thread Aurélien Aptel
Hi all, On Wed, Dec 12, 2012 at 3:42 PM, Bastien b...@altern.org wrote: I'm copying Aurélien, the author of org-sync. I saw the thread but thank you anyway. Aurélien, are you willing to maintain org-sync or shall we call for a new maintainer? I have not given up on org-sync but I have too

Re: [O] bug#12905: 24.2.50; org: edit source block causes data loss

2012-12-12 Thread Bernt Hansen
Bastien b...@altern.org writes: Hi Bernt, Bernt Hansen be...@norang.ca writes: I'm not sure if this is related or not - I don't have time to track down the offending commit right now. There is nothing new regarding editing source code in master, except Eric's last few patches.

Re: [O] bug#12905: 24.2.50; org: edit source block causes data loss

2012-12-12 Thread Bernt Hansen
Bernt Hansen be...@norang.ca writes: Bastien b...@altern.org writes: Hi Bernt, Bernt Hansen be...@norang.ca writes: I'm not sure if this is related or not - I don't have time to track down the offending commit right now. There is nothing new regarding editing source code in master,

Re: [O] bug#12905: 24.2.50; org: edit source block causes data loss

2012-12-12 Thread Nick Dokos
Bernt Hansen be...@norang.ca wrote: Bernt Hansen be...@norang.ca writes: Bastien b...@altern.org writes: Hi Bernt, Bernt Hansen be...@norang.ca writes: I'm not sure if this is related or not - I don't have time to track down the offending commit right now. There is nothing

Re: [O] [new exporter] ASCII export, single newline

2012-12-12 Thread David Rogers
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, David Rogers davidandrewrog...@gmail.com writes: My plain-text notes, however, often contain single newlines, which I'd like to retain. The new ASCII exporter converts them to spaces. If I put double newlines in the original, then the