[O] bug#10125: 24.0.91; package.el (org): Macros in tar packages & order of byte compilation

2011-11-25 Thread Eli Zaretskii
> From: Glenn Morris > Cc: Eli Zaretskii , 10...@debbugs.gnu.org, > stelian.ia...@gmail.com > Date: Thu, 24 Nov 2011 14:09:38 -0500 > > I guess nobody ever expected the package manager to be used to load a > different version of something that was already in Emacs. Indeed. Because doing this

[O] bug#10125: 24.0.91; package.el (org): Macros in tar packages & order of byte compilation

2011-11-25 Thread Jambunathan K
Glenn Glenn Morris writes: > Glenn Morris wrote: > >> fresh Emacs instance. There's no reason the "package manager" could not >> spawn a separate Emacs in batch-mode as a sub-job to do the >> compilation. I will let Stelian or any aggrieved future parties to test the patch. [...context switch

[O] bug#10125: 24.0.91; package.el (org): Macros in tar packages & order of byte compilation

2011-11-25 Thread Stelian Iancu
On Fri, Nov 25, 2011 at 04:31, Jambunathan K wrote: > > Stelian > >> I am sorry to be asking a stupid question, but then, wouldn't restart >> Emacs fix the issue and have the new compiled org files loaded? In my >> case, that didn't seem to happen either (even though load-library >> showed org-com

Re: [O] Support for Bird-style Literate Haskell

2011-11-25 Thread Stephen Eglen
Jean-Marie Gaillourdet writes: > I'd be interested to use org syntax in the comments of a literate > haskell file. I know and use occasionally org-babel. Though, this > question is not about org-babel. I am merely interested in telling > org-mode to leave the code parts of a literate Haskell file

[O] Can't get column view working

2011-11-25 Thread Torsten Wagner
Hi, after I converted all my BibTeX stuff into a org-mode file, I thought I can create (for the first time) a column view to see nicely title, autors, year and bibtex-key. This would look very similar to Jabrefs table view, which I used before. I created the following line. #+COLUMNS: %25TITLE %1

[O] newbie questions about ordered list alignment and line truncation

2011-11-25 Thread sergio
Hello. 1) Is it possible to make ordered list right-aligned? (Or why I should prefer left-aligned ones?) 1. .. 10. look ugly 01. .. 10. doesn't work. 2) How to set truncate-lines for org-mode? (Or why I should prefer default setting) For normal buffers truncate-lines is nil. This is a default

[O] bug#10125: 24.0.91; package.el (org): Macros in tar packages & order of byte compilation

2011-11-25 Thread Stefan Monnier
>>> fresh Emacs instance. There's no reason the "package manager" could not >>> spawn a separate Emacs in batch-mode as a sub-job to do the compilation. >> Very lightly tested version: > This uses the Emacs executable on the exec path, which might not be the > correct one. > I'm wary of making such

Re: [O] [PATCH] org-babel-exp-lob-one-liners should not parse the entire buffer.

2011-11-25 Thread Eric Schulte
> > 2. The other is in ob-exp : the org-babel-exp-lob-one-liners parse to >the end of the buffer instead of the region given as arguments. On my >"big" file it results in 50 seconds execution of the >org-babel-exp-lob-one-liners function. With the patch it only takes >0.871 seconds

Re: [O] Support for Bird-style Literate Haskell

2011-11-25 Thread Eric Schulte
Hi Jean, Look at the `org-babel-haskell-export-to-lhs' function defined in ob-haskell.el. It should be usable to export an Org-mode file with Haskell code blocks to a latex-style .lhs file with Haskell code blocks. Best -- Eric Jean-Marie Gaillourdet writes: > Hi everybody, > > I'd be interes

[O] M-RET and C-RET

2011-11-25 Thread sindikat
Hello everyone, M-RET works with both headings and plainlists, it's DWIM. C-RET works only with headings. I wanted to ask, why C-RET is not DWIM? Wouldn't users want to add new list item respecting the content? Thanks in advance.

[O] [ANN] Org Export in contrib

2011-11-25 Thread Nicolas Goaziou
Hello, I've pushed org-export.el to contrib. It's a general export engine, built on top of org-elements aiming at simplifying life of both developers and maintainers (and, therefore, of end-users). It predates org-exp.el and org-special-blocks.el. Though, keep it mind that, as advanced as it is,

Re: [O] Beamer export of a subtree seems wrong.

2011-11-25 Thread Eric S Fraga
Torsten Wagner writes: > Hi, > I recently started to prepare lecture notes in org mode. I used the example > from Eric on worg as a template. > Everything works well. I used the first headline level to define groups of > slides, the second level are slide titels and so on. A full export to PDF >

Re: [O] Getting rid of split frame with org-capture

2011-11-25 Thread Eric S Fraga
Nick Dokos writes: > > > org-protocol is below my horizon :-) I had gotten it working a long time > ago, then something happened in ff and broke it, I fixed it, they broke > it again and at some point I gave up: every time I had to fix it, I I so sympathise with you! I gave up on capture from

[O] bug#10125: 24.0.91; package.el (org): Macros in tar packages & order of byte compilation

2011-11-25 Thread Glenn Morris
Chong Yidong wrote: > This uses the Emacs executable on the exec path, which might not be the > correct one. Yes; I wondered if (car command-line-args) was a reliable way to find the actual name of the running Emacs binary?

[O] bug#10125: 24.0.91; package.el (org): Macros in tar packages & order of byte compilation

2011-11-25 Thread Glenn Morris
Eli Zaretskii wrote: > I think package.el should test with featurep whether a version of a > package is already loaded, and refuse to load it into a running > session, or at least display a warning to that effect, suggesting to > restart Emacs. Yes, that might be better.

[O] LaTeX export keyword coloring

2011-11-25 Thread Michael Bach
Hello, I am having trouble controlling what org's LaTeX export does with my keyword markup. I have set org-export-latex-todo-keyword-markup (quote (("NEW" . "\\new{%s}") ("TODO" . "\\todo{%s}") ("DONE" . "

Re: [O] [ANN] Org Export in contrib

2011-11-25 Thread Nicolas Goaziou
Completing myself, I'll add a few notes about the differences between the current exporter and this one. While it tries to mimic most of the behaviours of its ancestor, some points just couldn't fit in the new scheme, would it be for a technical reason or by design. Here follows a rough list stat

[O] bug#10125: 24.0.91; package.el (org): Macros in tar packages & order of byte compilation

2011-11-25 Thread Glenn Morris
Glenn Morris wrote: >> This uses the Emacs executable on the exec path, which might not be the >> correct one. > > Yes; I wondered if (car command-line-args) was a reliable way to find > the actual name of the running Emacs binary? Turns out I was looking for invocation-directory and invocation-n

[O] bug#10125: 24.0.91; package.el (org): Macros in tar packages & order of byte compilation

2011-11-25 Thread Glenn Morris
Stefan Monnier wrote: > E.g. we could add to bytecomp.el the ability to force `require' to > reload a package if it's not already loaded from the file that > locate-library returns. That will probably work fine most of the time, but what if a package is restructed so that the feature names are di

[O] bug#10125: 24.0.91; package.el (org): Macros in tar packages & order of byte compilation

2011-11-25 Thread Glenn Morris
Glenn Morris wrote: > the package has defined. Though you would have to trust the package not > to do anything nasty. Of course, you already have to trust it since byte-compiling can run arbitrary code.

[O] bug#10125: 24.0.91; package.el (org): Macros in tar packages & order of byte compilation

2011-11-25 Thread Chong Yidong
Glenn Morris writes: > Glenn Morris wrote: > >> fresh Emacs instance. There's no reason the "package manager" could not >> spawn a separate Emacs in batch-mode as a sub-job to do the compilation. > > Very lightly tested version: This uses the Emacs executable on the exec path, which might not be

Re: [O] Collapsing tracked time?

2011-11-25 Thread Steinar Bang
> Steinar Bang : > Olaf Dietsche : > [snip!] >> You can also set org-clock-into-drawer to a string (e.g. "CLOCKS"), >> then this string is used instead of "LOGBOOK". >> C-h v org-clock-into-drawer RET >> gives the complete documentation. > Yes, I might do that also, if I decide to use :

[O] Publish HTML Without Title

2011-11-25 Thread Rasmus
Hi, I publish my website with Org. have defined my title in org-publish-project-alist under the :html-preamble. However, it seems that recent Orgs have become 'smart' and now I don't know how to disable the publishing of title and I have the title printed twice. As I recall this was not an issue

[O] Upload .ics files to Zimbra

2011-11-25 Thread Rene
For the past 5 years or so I've been using GCALDaemon to upload my .ics files to Google Calendar. It turns out my company has recently moved to Zimbra (network edition). >From now on I'd like to share my calendar on Zimbra. Is there a way I can do so in an easy way much like I've been doing with

[O] org-mac-protocol problem

2011-11-25 Thread Hal
I've been using org-mode and emacs for several months and recently decided to set up org-capture and org-mac-protocol. org-capture works fine but I'm having trouble getting org-mac-protocol to work properly from a browser. I'm setting it up per the instructions in "org-mac-protocol.org" fromvgithub

Re: [O] Publish HTML Without Title

2011-11-25 Thread Nick Dokos
Rasmus wrote: > Hi, > > I publish my website with Org. have defined my title in > org-publish-project-alist under the :html-preamble. > > However, it seems that recent Orgs have become 'smart' and now I don't > know how to disable the publishing of title and I have the title printed > twice. A