Re: [O] Number formatting in tables for LaTeX export

2013-05-01 Thread Nicolas Goaziou
Hello, Michael Gauland writes: > I have a table representing a memory map, something like this: > > | Start | End | Purpose| > |---+--+| > | | 1E08 | Bootloader | > | 1E09 | 1FFF | Unused

Re: [O] how to best make characters invisible in a org-derived mode

2013-05-01 Thread Andreas Röhler
Am 27.04.2013 05:29, schrieb Christian Wittern: Hi orgers, In a mode derived from org-mode, I would like to hide some characters with a special function to make the display cleaner. There are two cases: - special characters that should be always invisible - strings matched by a regex that s

Re: [O] org-blog 0.9 release

2013-05-01 Thread Michael Alan Dorman
Rafael writes: > Thanks a lot for your work! I just tried it and it worked for me, to > post a basic org-mode file. Thanks for trying it---it's always nice to hear that it works for someone else, too. I'm hopeful that, by having a fairly fleshed-out test suite included, if it doesn't work for so

Re: [O] org-blog 0.9 release

2013-05-01 Thread Michael Alan Dorman
Puneeth Chaganti writes: > Or, if it seems reasonable, we could club the two projects into a > single one to give the users something that's better than a sum of the > parts! Hi, Puneeth, While I'm not sure the structure of the two tools is really amenable to being joined---the code is very, ver

Re: [O] parameterizing keyword values during a #+call

2013-05-01 Thread Greg Minshall
Gary, > Org-mode macros that got expanded in the middle of babel source block > text would be cool. Just saying. i agree with Eric's comment. if you think of the issue of trying to parse an arbitrary (and growing) number of languages, trying to avoid language-specific constructions in your choic

Re: [O] org-blog 0.9 release

2013-05-01 Thread Puneeth Chaganti
Mike, On Wed, May 1, 2013 at 4:18 PM, Michael Alan Dorman wrote: > Puneeth Chaganti writes: >> Or, if it seems reasonable, we could club the two projects into a >> single one to give the users something that's better than a sum of the >> parts! [..] > If you don't mind, I will start looking at t

[O] selecting columns to export

2013-05-01 Thread Greg Minshall
hi. i have an org-mode table with a large number of columns, but would like to export only a small number of them. is there an obvious way of doing this? cheers, Greg

Re: [O] selecting columns to export

2013-05-01 Thread Sebastien Vauban
Hi Greg, Greg Minshall wrote: > hi. i have an org-mode table with a large number of columns, but would > like to export only a small number of them. is there an obvious way of > doing this? Put a partial echo code block (one where you select in the var header argument which columns interest you

Re: [O] [PATCH] export to various flavors of (X)HTML

2013-05-01 Thread Rick Frankel
On Tue, Apr 30, 2013 at 08:26:52PM -0700, Eric Abrahamsen wrote: > Rick Frankel writes: > > > Whoops. Wrong key. Patch actually attached to this email... > > rick > > Great, I'll consolidate all these -- would it be better to mush them > into one big patch, or to keep them separate (I suppose fo

[O] [PATCH] ox: Cache locations of fuzzy links

2013-05-01 Thread Lawrence Mitchell
* ox.el (org-export-resolve-fuzzy-link): Look for fuzzy link in a cache before trying to resolve it in the parse tree. When a document contains a large number of identical fuzzy links, it doesn't make sense to continually search for them. Instead, as long as we're looking for position independe

Re: [O] [new exporter] how can I export drawers?

2013-05-01 Thread Eric S Fraga
"Thomas S. Dye" writes: > Hi Eric, > > I haven't been following closely, so I'm just checking that you're aware > of a new variable org-export-allow-bind-keywords, which could play a > role in the behavior you are seeing. Thanks Tom. I am indeed aware of this variable. And it usually works. F

[O] Rationale for *text* -> \alert{text} for Beamer export?

2013-05-01 Thread John Hendy
Greetings, Just wondering about the rationale behind using *bold* markup for \textbf{} in LaTeX export and to \alert{} in Beamer. Was this a frequently voiced request? I'm sure I can dig into this somewhere and change it, but if the majority prefers bold (not saying they do!), should that be the d

[O] using gnuplot's "splot" and "every" commands on org-mode table data

2013-05-01 Thread Paul Stansell
Hello everyone, I'd be grateful if someone would offer me advice on using gnuplot's "splot" and "every" commands when plotting data from a table within org-mode. As far as I can tell, these gnuplot commands do not work properly because org-mode exports empty fields in tables as "" and gnuplot's "

Re: [O] Rationale for *text* -> \alert{text} for Beamer export?

2013-05-01 Thread Marcin Borkowski
Dnia 2013-05-01, o godz. 09:17:23 John Hendy napisał(a): > Greetings, > > Just wondering about the rationale behind using *bold* markup for > \textbf{} in LaTeX export and to \alert{} in Beamer. Was this a > frequently voiced request? I'm sure I can dig into this somewhere and > change it, but i

[O] Bug in structmode++?

2013-05-01 Thread Igor Sosa Mayor
Hi, Orgstruct minor mode is working with the mail-mode a little strange. If I write a simple list where every item is smaller than a line, I can use M-RET and a new item is inserted as expected. But if the item goes over one line, the second line is not indented and moreover M-RET does not work

[O] flet warning message

2013-05-01 Thread Igor Sosa Mayor
Hi, on loading org-mode I get this warning message: , | `flet' is an obsolete macro (as of 24.3); use either `cl-flet' or | `cl-letf' ` Is it important? -- :: Igor Sosa Mayor :: joseleopoldo1...@gmail.com :: :: GnuPG: 0x1C1E2890 :: http://www.gnupg.org/ :: :: jabberid: rogo

Re: [O] :session question

2013-05-01 Thread Eric Schulte
Achim Gratz writes: > Eric Schulte writes: >> If you mean that there should be new syntax for setting header arguments >> on a file or sub-tree basis w/o using file local variables, I'd be happy >> to apply a patch. > > I'm thinking that something like > > #+PROPERTY: header-args:R :session "*R*"

Re: [O] flet warning message

2013-05-01 Thread Marc Ihm
Hi Igor, a quick grep in a current git-pull reveals a few matches for flet. However, they are all in modules from the contrib-directory and none within the core of org. I do not have much experience with the habits of emacs maintainers, but I think, that they wont drop the onsolete macro flet un

Re: [O] [Bug] org-startup-with-inline-images

2013-05-01 Thread Daimrod
Rick Frankel writes: Hello Rick, > `org-startup-with-inline-images' is a customizable variable. The > problem is that if an org file is visited in a non-graphics buffer (or > batch), `org-display-inline-images' is called an throws an error > ("Non-X frame used"). > > This problem also occurs when

[O] [BUG] hline references on left side of table formula

2013-05-01 Thread Rick Frankel
Hi- I don't know if this is a bug or feature :), but if an hline reference (@I, etc) is used on the left side of a calculation, it applies to ALL columns in the row even if the column is specfied. Here are some examples to show the results. I would expect all three versions to generate the same

Re: [O] :session question

2013-05-01 Thread Achim Gratz
Eric Schulte writes: >> #+PROPERTY: header-args:R :session "*R*" :exports none > > I hate to change syntax, but the syntax you mention above does look both > appealing and natural. Even with working file local variables [1]. OK, so let's settle for this. >> I've checked that the property interfa

Re: [O] flet warning message

2013-05-01 Thread Igor Sosa Mayor
Am Wed, May 01, 2013 at 07:22:27PM +0200, Marc Ihm wrote: [...] > I do not have much experience with the habits of emacs maintainers, > but I think, that they wont drop the onsolete macro flet until Version 25 > of emacs (at least). > > By that time all the modules from contrib will probably lon

Re: [O] [Bug] org-startup-with-inline-images

2013-05-01 Thread Rick Frankel
On 01.05.2013 13:28, Daimrod wrote: Thanks for the report, I've attached a patch that fixes this problem (in both `org-display-inline-images' and `org-preview-latex-fragment'). However I don't know if it is the right approach or if I should try to narrow this to lower-level functions. I know

Re: [O] worg-new-exporter successful publish locally

2013-05-01 Thread Achim Gratz
Achim Gratz writes: > Achim Gratz writes: >> Something in cc-langs that doe not work correctly in batch mode, it >> fails to define or select the correct fontification function for gawk. >> In any case, it doesn't happen when you don't export in batch mode and >> Emacs 23 does not have that problem

[O] odd behavior for begin_src org :results

2013-05-01 Thread Greg Minshall
Org-mode version 8.0.1 (release_8.0.1-42-g267cbe @ /Users/minshall/usr/share/emacs/site-lisp/org/) hi. the following produces #+RESULTS: #+begin_src org :results replace hello #+end_src but, repeated evaluations seem to grow the list of results. e.g., after four evaluations: #+RE

Re: [O] odd behavior for begin_src org :results

2013-05-01 Thread Eric Schulte
Greg Minshall writes: > Org-mode version 8.0.1 (release_8.0.1-42-g267cbe @ > /Users/minshall/usr/share/emacs/site-lisp/org/) > > hi. the following produces #+RESULTS: > > #+begin_src org :results replace > hello > #+end_src > > but, repeated evaluations seem to grow the list of result

Re: [O] [BUG] New exporter exports TOC twice

2013-05-01 Thread Carsten Dominik
Hi Nicolas, On 28.4.2013, at 09:28, Nicolas Goaziou wrote: > Hello, > > Carsten Dominik writes: > >> I am not saying multiple tocs should not be allowed. I am all for that. >> However, I think that by inserting a #+TOC line, the user indicates >> desire for local control. Therefore, org-exp

Re: [O] Mobileorg- Automatic pushing and pulling

2013-05-01 Thread Carsten Dominik
On 28.4.2013, at 21:16, Marvin Doyley wrote: > Thanks for the link everybody, > > here is what I end up doing, i.e., I added these to my .emacs file (which > worked like a charm) > > (add-hook 'after-init-hook 'org-mobile-pull) > (add-hook 'kill-emacs-hook 'org-mobile-push) Thanks for the s

Re: [O] Rationale for *text* -> \alert{text} for Beamer export?

2013-05-01 Thread John Hendy
On Wed, May 1, 2013 at 10:00 AM, Marcin Borkowski wrote: > Dnia 2013-05-01, o godz. 09:17:23 > John Hendy napisał(a): > >> Greetings, >> >> Just wondering about the rationale behind using *bold* markup for >> \textbf{} in LaTeX export and to \alert{} in Beamer. Was this a >> frequently voiced req

Re: [O] Kill all items with specific tag to kill-ring.

2013-05-01 Thread Carsten Dominik
On 29.4.2013, at 19:14, Oleksandr Gavenko wrote: > On 2013-04-25, Bernt Hansen wrote: > >> Oleksandr Gavenko writes: >> > I want this feature in order to simplify precess of moving entries from > job org-file to home org-file by marking entries with tag :HOME:... >> >> If all you wan

Re: [O] [Taskjuggler] Status of exporter

2013-05-01 Thread Carsten Dominik
Thank you for your work and this update, Christian! - Carsten On 29.4.2013, at 22:52, Christian Egli wrote: > Hi all > > The Taskjuggler Exporter has seen some major updates. We finally have a > nice out-of-the-box experience with tj3, so please give it a spin. > > What's new? Thanks to Nicol

Re: [O] Rationale for *text* -> \alert{text} for Beamer export?

2013-05-01 Thread Thomas S. Dye
Hi John, Jumping in late here, with apologies if that's left me wide of the mark. John Hendy writes: > On Wed, May 1, 2013 at 10:00 AM, Marcin Borkowski > wrote: > Can you explain semantic vs. visual? As in you can more easily > customize the meaning of \alert{} or \emph{} whereas \textbf{}

Re: [O] [PATCH] ox: Cache locations of fuzzy links

2013-05-01 Thread Nicolas Goaziou
Hello, Lawrence Mitchell writes: > * ox.el (org-export-resolve-fuzzy-link): Look for fuzzy link in a > cache before trying to resolve it in the parse tree. Thanks for your patch. A few comments follow. > - (if match-title-p (substring raw-path 1) raw-path > + (if

Re: [O] odd behavior for begin_src org :results

2013-05-01 Thread Greg Minshall
Eric, thanks for the answer. another "#+begin_src org" question. it appears that only *string* values are allowed for any :var that are defined (i.e., ':var bar="foo"', and *not* ':var bar=3'). since i'm not 100% sure of the semantics, maybe this is desired. if one *should* be allowed to pass

Re: [O] [BUG] New exporter exports TOC twice

2013-05-01 Thread Nicolas Goaziou
Hello, Carsten Dominik writes: >> The problem is that #+TOC cannot be a strict equivalent to >> `org-export-with-toc', since the former cannot be introduced in the >> document template. > > I am not sure I understand. What do you mean? A TOC keyword belongs to the contents of the document. On

Re: [O] Rationale for *text* -> \alert{text} for Beamer export?

2013-05-01 Thread Marcin Borkowski
Dnia 2013-05-01, o godz. 11:41:49 t...@tsdye.com (Thomas S. Dye) napisał(a): > Hi John, > > Jumping in late here, with apologies if that's left me wide of the > mark. > > John Hendy writes: > > > On Wed, May 1, 2013 at 10:00 AM, Marcin Borkowski > > wrote: > > > Can you explain semantic vs.

[O] Fw: Rationale for *text* -> \alert{text} for Beamer export?

2013-05-01 Thread Marcin Borkowski
I accidentally responded in private, so for completeness I forward this to the list. Początek przekazywanej wiadomości: Data: Thu, 2 May 2013 00:00:05 +0200 Od: Marcin Borkowski Do: John Hendy Temat: Re: [O] Rationale for *text* -> \alert{text} for Beamer export? Dnia 2013-05-01, o godz. 15:

Re: [O] M-RET slow

2013-05-01 Thread Samuel Wales
Hi Bastien, On 4/27/13, Bastien wrote: > Samuel Wales writes: > >> If I run it using M-:, it is fast. If I run it using a key binding, >> it is a bit slow (about 1s). > > Then this is about `org-meta-return', not `org-insert-heading'. > > What is the value of `org-catch-invisible-edits' in your

[O] Is it possible to create links to M-x occur results?

2013-05-01 Thread Leo Alekseyev
Howdy Org-folks, Something that I've found myself wishing for time and time again is to be able to follow the link to a file and immediately pop into a set of M-x occur results given some search term for that file. That way I could link to an overview of a file's class/function definitions, or co

Re: [O] how to best make characters invisible in a org-derived mode

2013-05-01 Thread Christian Wittern
Hi Andreas, Hi John Thank both of you for trying to get me on track. On 2013-05-01 16:43, Andreas Röhler wrote: maybe have a look how ar-hide-bracketed-in-line-atpt for example is implemented. I can't actually find this function, but I get the general point from the files in Emacs Werkstatt

[O] [html] centering

2013-05-01 Thread Samuel Wales
Has there been a recent change in HTML centering? We get this now: This does not work in browsers that do not support CSS. Thanks. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it.

[O] section subtitle in latex export

2013-05-01 Thread Masataro Asai
Hi all, I am currently writing a journal thesis in org-mode and exporting it to a LaTeX file. It worked well until recently I have updated the org-mode version to the latest one. My problem is that the specified class file for the journal fails to interpret the subtitle of the sectioning command

Re: [O] Rationale for *text* -> \alert{text} for Beamer export?

2013-05-01 Thread James Harkins
John Hendy gmail.com> writes: > Just wondering about the rationale behind using *bold* markup for > \textbf{} in LaTeX export and to \alert{} in Beamer. Was this a > frequently voiced request? I'm sure I can dig into this somewhere and > change it, but if the majority prefers bold (not saying the

Re: [O] [BUG] New exporter exports TOC twice

2013-05-01 Thread Carsten Dominik
Hi Nicolas, On 2.5.2013, at 00:08, Nicolas Goaziou wrote: > Hello, > > Carsten Dominik writes: > >>> The problem is that #+TOC cannot be a strict equivalent to >>> `org-export-with-toc', since the former cannot be introduced in the >>> document template. >> >> I am not sure I understand. Wh

Re: [O] section subtitle in latex export

2013-05-01 Thread Masataro Asai
Reply to myself: I edebugged the ox-latex and studied what's happening. Who wrote this code? you shouldn't do things like this... The code is overwriting the defcustom'ed sectioning format, no one knows. the best answer for this problem would be changing the structure of org-latex-classes but I d

Re: [O] section subtitle in latex export

2013-05-01 Thread Aaron Ecay
Hi Masataro, I agree that it is weird for org to insert the alternate header when it is identical to the regular header. I think it is unnecessary complication to introduce a new option to control this, though – it can be automatic. Try the patch attached to this email. It simply avoids inserti

Re: [O] how to best make characters invisible in a org-derived mode

2013-05-01 Thread Andreas Röhler
Am 02.05.2013 00:58, schrieb Christian Wittern: Hi Andreas, Hi John Thank both of you for trying to get me on track. On 2013-05-01 16:43, Andreas Röhler wrote: maybe have a look how ar-hide-bracketed-in-line-atpt for example is implemented. I can't actually find this function, but I get the