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 writes: > >> On 10/12/12 23:15, Charles wrote: >>> On 12/10/2012 12:43 PM, Eric Schulte wrote: Rainer M Krug writes: > On 10/12/12 17:50, Jambunathan K wrote: >> Rainer M Kru

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

2012-12-12 Thread Karl Voit
* Memnon Anon 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 agenda, but only prio

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

2012-12-12 Thread Bastien
Hi John, John Smith 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 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 it as the ver

Re: [O] source code disappears

2012-12-12 Thread Andy Moreton
On 17/11/2012 12:41, Bastien wrote: Hi Andy, Andy Moreton 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 emacs-24 branch, and emacs

Re: [O] new latex exporter and attr_latex

2012-12-12 Thread Nicolas Goaziou
Hello, François Allisson writes: > Le mardi 11 décembre 2012 à 17h47, Nick Dokos a écrit: >> See >> >> http://thread.gmane.org/gmane.emacs.orgmode/62766 >> > > Thanks Nick! > > #+attr_latex: :align lcr Or, perhaps better, since it will work across all export back-ends: | | || |

Re: [O] Formatting Text in Org-mode

2012-12-12 Thread Bastien
Hi Rodolfo, Rodolfo Aramayo 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 your load-path th

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

2012-12-12 Thread Bastien
Hi Rene, Rene 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 k' to use

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 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 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 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 cleaned up somehow, but

Re: [O] babel perl issue

2012-12-12 Thread Bastien
Hi Achim, Achim Gratz 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 org-babel-tangle-lang-exts) >

Re: [O] babel perl issue

2012-12-12 Thread Eric Schulte
Bastien writes: > Hi Eric, > > Eric Schulte 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 c

Re: [O] babel perl issue

2012-12-12 Thread Bastien
Hi Eric, Eric Schulte 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 Babel infrastructu

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 correc

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

2012-12-12 Thread Bastien
Hi Chong, Chong Yidong 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 backported Paul's

Re: [O] babel perl issue

2012-12-12 Thread Bastien
Eric Schulte 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 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 writes: > Eric Schulte 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 correct. The result of such

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 wrote: > Hi Rodolfo, > > Rodolfo Aramayo 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 O

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 wrote: > > Hi Liang, > > Liang Wang 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. Thank you. > > Thanks, >

Re: [O] babel perl issue

2012-12-12 Thread Bastien
Achim Gratz 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? How would you feel

[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 writes: > Achim Gratz 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

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

2012-12-12 Thread Eric Schulte
Florian Beck 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 hav

Re: [O] babel perl issue

2012-12-12 Thread Achim Gratz
Bastien writes: > Achim Gratz 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 to put in lots

Re: [O] babel perl issue

2012-12-12 Thread Bastien
Eric Schulte 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) an

[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) abov

Re: [O] babel perl issue

2012-12-12 Thread Eric Schulte
Bastien writes: > Eric Schulte 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 alternative I'll be happy to h

[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

[O] correct spaces after colons with LaTeX

2012-12-12 Thread David P. Moulton
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 after a colon to get the ordinary end-of-word space, org-mode changes it to "\backslash", which puts a backslash in the text. I also tried "\space", but that gave the

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 backslas

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 err

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 wrote: > hi, > > I downloaded the org-drill package and put the org-drill.el file > in.emacs.d folder. Then I added > >

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 age

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 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 #+begin_src l

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 writes: > On 12 December 2012 16:05, Bernt Hansen wrote: > > Hi Bastien, > > I'm not sure if this is related or not - I don't have time to track down >

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

2012-12-12 Thread Nicolas Goaziou
Hello, David Rogers 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 double. I'm glad to for

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

2012-12-12 Thread Bastien
Hi Bernt, Bernt Hansen 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 in master. >

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

2012-12-12 Thread David Rogers
Nicolas Goaziou writes: > Hello, > > David Rogers 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

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

2012-12-12 Thread Bastien
Dear Rene, Rene 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. org-capture will conve

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 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 think only the interacti

Re: [O] org-bullets extension

2012-12-12 Thread Bastien
Hi Evgeni, E Sabof 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 include it in org

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-b

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

2012-12-12 Thread Bastien
Vikas Rawal 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 summarize the change we need to m

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

2012-12-12 Thread Bastien
Hi Vikas, Vikas Rawal 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 documents > ** Literat

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

2012-12-12 Thread Bastien
Jambunathan K 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 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 programming and exporting to many

Re: [O] org-gnome-calendar

2012-12-12 Thread Bastien
Hi Lluís, Lluís Vilanova 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 screenshots/videos for those of

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 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 many things go

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

2012-12-12 Thread Bernt Hansen
Bastien writes: > Hi Bernt, > > Bernt Hansen 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 ')

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

2012-12-12 Thread Bernt Hansen
Bernt Hansen writes: > Bastien writes: > >> Hi Bernt, >> >> Bernt Hansen 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 pat

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

2012-12-12 Thread Nick Dokos
Bernt Hansen wrote: > Bernt Hansen writes: > > > Bastien writes: > > > >> Hi Bernt, > >> > >> Bernt Hansen 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

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

2012-12-12 Thread David Rogers
Nicolas Goaziou writes: > Hello, > > David Rogers 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