[O] Writing microsecond time unit

2013-06-30 Thread Xavier Garrido
Dear Orgers, I would like to do something very simple such as writing microsecond unit but I fail. I try different way (\mu\nbsp s, $\mu$s, \mu s) but always get a whitespace between the µ symbol and the second symbol. The only working version is $\mu\text{s}$ which gives me a pure LaTeX code

[O] [BUG] A typo introduced in '6abc114f188267e4b804a3eca8794900eee66db0'

2013-06-30 Thread Vladimir Lomov
Hello, a typo introduced in commit '6abc114f188267e4b804a3eca8794900eee66db0' prevents `org-agenda.el' to compile into 'elc' (actually Emacs shows me an error which I don't understand). I compared `org-agenda.el' of '6abc114f188267e4b804a3eca8794900eee66db0' commit with previous commit and made sm

Re: [O] [PATCH] Use geiser for babel scheme evaluation.

2013-06-30 Thread Eric Schulte
Ah, apologies and thanks all around. Cheers, Greg Minshall writes: > hi, Eric, > > this patch isn't mine, but rather Michael Gauland's; i just wondered > where it had gone. > > cheers, Greg > >> here is the thread: >> http://comments.gmane.org/gmane.emacs.orgmode/64229 -- Eric Schulte http://

Re: [O] [PATCH] Use geiser for babel scheme evaluation.

2013-06-30 Thread Bastien
Eric Schulte writes: > Thanks Greg for this patch! (Michael Gauland is the one to thank for the patch, and Greg for the heads up. Thanks to both!) -- Bastien

Re: [O] [PATCH] Use geiser for babel scheme evaluation.

2013-06-30 Thread Greg Minshall
hi, Eric, this patch isn't mine, but rather Michael Gauland's; i just wondered where it had gone. cheers, Greg > here is the thread: > http://comments.gmane.org/gmane.emacs.orgmode/64229

Re: [O] [PATCH] Use geiser for babel scheme evaluation.

2013-06-30 Thread Eric Schulte
Bastien writes: > Hi Greg, > > Greg Minshall writes: > >> here is the thread: >> http://comments.gmane.org/gmane.emacs.orgmode/64229 > > Thanks. > > I'm reattaching the patch, with a reworked ChangeLog. > > (We could not apply it at the time because Michael didn't > have his copyright assignment

Re: [O] Calling org babel to each row in a table

2013-06-30 Thread Eric Schulte
Joe Bogner writes: > I often need to transform a table or list of values into a block of text. > For example, if I have a list of 4 files that I want to generate a SQL > script for. > > After hunting around, this is the best I came up with: > > #+name: table > | File | > | a| > | b| > | c

Re: [O] [PATCH] Use geiser for babel scheme evaluation.

2013-06-30 Thread Eric Schulte
Greg Minshall writes: > hi, Bastien, > >>> hi. what happened to this patch? i don't see it anywhere. cheers! > >> Can you give a pointer to "this" patch? > > here is the thread: > http://comments.gmane.org/gmane.emacs.orgmode/64229 > > cheers, Greg > Hi Greg, Thanks for sending this along.

Re: [O] evaluation context in call statements

2013-06-30 Thread Eric Schulte
Achim Gratz writes: > Eric Schulte writes: My vote is for adding #+name support to call lines, and then handling their results in the same manner as code block results. >> >> Achim Gratz writes: >>> I'm not sure what this would entail other than replacing the call with >>> its argument

Re: [O] [BUG] :colnames not applied to #+call input

2013-06-30 Thread Eric Schulte
Rick Frankel writes: > it seems that the :colnames header is not being respected on parsing the > input > to a `#+call:' line containing arguments, but is being applied to the > output! > > For example: > > #+BEGIN_SRC org > * Identity > #+name: table > | a | b | c | > |---+---+---| > | 1 | 2 |

Re: [O] org-babel-lob-execute: Wrong type argument: integer-or-marker-p

2013-06-30 Thread Eric Schulte
Hi Loris, Thanks for reporting this problem. I've just pushed up a change which should fix this error, please let me know if it continues. Thanks, "Loris Bennett" writes: > Hi, > > When I add the caching option to a call to a code block, like this > > #+CALL: get_raw_timelimit_elapsed_data

Re: [O] org-mode and python pandas

2013-06-30 Thread Eric Schulte
Dov Grobgeld writes: > Has anyone used org-mode with the python pandas package? Pandas is in > a certain way an alternative to R, but with the (for me) familiar > syntax of python. See: http://pandas.pydata.org/ > > Pandas is very much built to be used interactively, and it outputs its > data in

Re: [O] Refiling list items

2013-06-30 Thread Bastien
Hi Samuel, Samuel Wales writes: > I confirm the following bug in git master. Fixed, thanks. -- Bastien

Re: [O] Modifying the Beamer Exporter

2013-06-30 Thread Josiah Schwab
>>> I want to include my collaborators in the header of each org file just >>> as I would authors, that is by including a line like >>> >>> #+COLLABORATORS: Alice & Bob >>> >>> I've found some limited documentation on modifying the exporter (manual >>> section 12.3) and taken a look at ox.el, ox-l

Re: [O] [PATCH] (update) Add :caption attribute to #+ATTR_LATEX property

2013-06-30 Thread feng shu
Thanks for your help. This is V4 patch. On Mon, Jul 1, 2013 at 4:27 AM, Bastien wrote: > Hi Feng, > > feng shu writes: > > > (org-latex--inline-image): Tiny change. > > org-latex--org-table): Tiny change. > > The Emacs usage is to write it like this: > > (org-latex--inline-image, org-latex--

Re: [O] bug leading to duplicate subtrees

2013-06-30 Thread Samuel Wales
Thank you. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. Denmark: free Karina Hansen NOW.

Re: [O] [PATCH] Use geiser for babel scheme evaluation.

2013-06-30 Thread Bastien
Hi Greg, Greg Minshall writes: > here is the thread: > http://comments.gmane.org/gmane.emacs.orgmode/64229 Thanks. I'm reattaching the patch, with a reworked ChangeLog. (We could not apply it at the time because Michael didn't have his copyright assignment.) I like geiser very much, but mayb

Re: [O] How do I create an agenda block for entries with a specific tag?

2013-06-30 Thread Bastien
Hi Alan, Alan Schmitt writes: > I'm trying to find a way to create an agenda bloc (of type agenda) that > is restricted to a set of tags. I tried using a skip function but (as I > explained in another mail) I cannot get it to work. If someone has done > it before, I'd gladly have a look at how t

Re: [O] cannot batch export agenda

2013-06-30 Thread Bastien
Hi Rainer, Rainer Stengele writes: > I found this: > > (setq org-agenda-sticky nil) > > to be working, which might indicate a bug in the batch export when using > sticky agenda views. > > So this does what I want: > emacs -batch -l ~/.emacs -eval ' (progn (setq org-agenda-sticky > nil)(org-batc

Re: [O] "Special Properties" when matching for Properties in a search

2013-06-30 Thread Bastien
Hi Gustav, Gustav Wikström writes: > When matching for tags and properties using C-c / m there is the > option to match for Special Properties. Is there a complete list of > these special properties somewhere? > > I was thinking that "7.2 Special Properties" in the manual would be > that list, b

Re: [O] how to make forward-paragraph stop at the end of every normally-defined paragraph

2013-06-30 Thread Bastien
Hi Samuel, Samuel Wales writes: > Where forward-paragraph stops is at the dots: This is something I've long wanted, `forward-paragraph' now calls `org-format-element' in master. Thanks, -- Bastien

Re: [O] Bug: org-edit-special won't let me edit a latex snippet

2013-06-30 Thread Bastien
Hi Gustav, Gustav Wikström writes: > It seems to me that in 8.0.3 this is still an issue. Both latex and > quote blocks gives the response: > > "user-error: No special environment to edit here" I can use C-c ' in #+begin_latex environments correctly with latest Org (release_8.0.3-309), but I d

Re: [O] Standalone hyperlinked images in HTML export

2013-06-30 Thread Bastien
Hi Kodi, Kodi Arfer writes: > I think I'm going to stop working on this issue for now, but at least > what I've done could be helpful for anybody else who wants to go further > down the rabbit hole. I can't follow this rabbit right now, but I hope someone can tidy things up a bit here (been t

Re: [O] [PATCH] Re: using orgtbl-sqlinsert

2013-06-30 Thread Bastien
Hi Eric, Eric Abrahamsen writes: > Clearly whining wasn't getting me anywhere, so here's a patch. I don't > claim to understand all the ins and outs of orgtbl-to-generic, so this > might not be complete, but at least it gets it working again. There were > plain old errors in the existing code (u

Re: [O] Elpa twice in load-path

2013-06-30 Thread Bastien
Hi Rene, Rene writes: > Achim Gratz nexgo.de> writes: > >> > Line 4 of `org-autoloads.el" in org/elpa package. >> >> Since this file is created by package manager this is probably how it >> adds Org to the load path, don't you think? > > What I notice is that for elpa packages that don't hold

Re: [O] [PATCH] summarize timestamps in column view

2013-06-30 Thread Bastien
Hi Pedro, Pedro Silva writes: > * org-colview.el (org-columns-compile-map): > (org-columns-number-to-string): > (org-columns-string-to-number): Handle timestamp summaries. > > * org.texi (Column attributes): Document timestamp summaries. Looks good, thanks! It hardly counts as a tiny change, t

Re: [O] HTML export and info: links

2013-06-30 Thread Bastien
Hi Sebastian, Sebastian Wiesner writes: > how can I customize "info:" links in HTML output? Look at org-info.el in the source code. You can extend (org-add-link-type "info" 'org-info-open) into (org-add-link-type "info" 'org-info-open org-info-export) and write a new `org-info-export'

Re: [O] managing a work log

2013-06-30 Thread Bastien
Hi Adam, Adam Spiers writes: > With `org-archive-mark-done' set to `t', entries will be marked as > done when `org-archive-subtree' is invoked. However, this does not > honour the expected behaviour when `org-log-done' is set to `'time', > i.e. that a `CLOSED: [timestamp]' line will be inserted

Re: [O] Ordered List (Alphabetical) and HTML Export

2013-06-30 Thread Bastien
Hi Josiah, Josiah Schwab writes: > I am using orgmode 8.0.3 with emacs 24.3. I frequently use > ordered lists with alphabetical bullets. I have > (setq org-list-allow-alphabetical t) > in my .emacs. You should be able to export them to lists now (from the maint branch, which will be the ne

Re: [O] how to make forward-paragraph stop at the end of every normally-defined paragraph

2013-06-30 Thread Bastien
Hi Samuel, Samuel Wales writes: > Where forward-paragraph stops is at the dots: This is something I've long wanted, `forward-paragraph' and `backward-delete' are now bound to `org-forward-element' and `org-backward-element'. Thanks, -- Bastien

Re: [O] auto pack empty space between headers?

2013-06-30 Thread Bastien
Hi Xebar, Xebar Saram writes: > i was > wondering if there was any command to auto pack empty space between > headers? I sometimes use this crude method: M-< C-M-% ^C-qC-jC-qC-j+ RET C-qC-j RET Otherwise you can tweak `org-blank-before-new-entry'. HTH, -- Bastien

Re: [O] [PATCH] (update) Add :caption attribute to #+ATTR_LATEX property

2013-06-30 Thread Bastien
Hi Feng, feng shu writes: > (org-latex--inline-image): Tiny change. > org-latex--org-table): Tiny change. The Emacs usage is to write it like this: (org-latex--inline-image, org-latex--org-table): Tiny change. Thanks! -- Bastien, nitpicking again :)

Re: [O] Relation between todo-mode.el and Org-mode?

2013-06-30 Thread Bastien
Hi Stephen, Stephen Berman writes: > Since I became the maintainer more than four years ago there haven't > been any bug reports or feature requests, and there were few prior to > that. The ones there were, years before, were what got me interested in > Todo mode in the first place. I don't kn

Re: [O] [PATCH] Add a flat clocktable formatter useful for tables whose CSV export can be imported into accounting/invoiving tools such as Zoho Invoicing.

2013-06-30 Thread Bastien
Hi Ross, Ross Patterson writes: > Bastien writes: > >> thanks for the patch. Do you mind filling the copyright >> assignment so we can accept the patch ? > > I already have an FSF Emacs Assignment from 2008-12-22, RT 393650. Is > there something else I need to do? Nope. I didn't know you ha

Re: [O] Blank lines in date-trees

2013-06-30 Thread Bastien
Hi Vincent, Vincent Beffara writes: > Thanks - but it doesn't ... More precisely, it does insert a blank line > before the new entry itself, but not before the higher-level month and > day entries that possibly need to be created. Ah, I see... so no, I don't think we can fine-tune things here,

Re: [O] bug leading to duplicate subtrees

2013-06-30 Thread Bastien
Hi Samuel, Samuel Wales writes: > I finally found out how some duplicate subtrees are created: > > * test 1 > * test 2 > > Refile test 1. Kill test 2. > > Move. Yank. > > You will yank both lines. > > To fix: make refiling not be an appendable kill. Indeed. I fixed this in maint, thanks for

Re: [O] [PATCH] ox-html: Restore wrongly omitted table attributes under HTML5.

2013-06-30 Thread Bastien
Hi Kodi, Nicolas Goaziou writes: > Thank you again. Also, please consider signing FSF papers for more > contributions to Emacs. Here is the link to the form you need to fill for that: http://orgmode.org/cgit.cgi/org-mode.git/plain/request-assign-future.txt Thanks in advance! -- Bastien

Re: [O] "Special Properties" when matching for Properties in a search

2013-06-30 Thread Nick Dokos
Gustav Wikström writes: > When matching for tags and properties using C-c / m there is the > option to match for Special Properties. Is there a complete list of > these special properties somewhere? > The section you found in the manual and the value of org-special-properties would seem the logi

[O] how to make forward-paragraph stop at the end of every normally-defined paragraph

2013-06-30 Thread Samuel Wales
Here is an example: === a par :LOGBOOK: - Note taken on [2013-06-30 Sun 13:32] \\ test :END: another par # another par # another par another par === Where forward-paragraph stops is at the dots: === a par . :LOGBOOK: - Note taken on [2013-06-30 Sun 13:32] \\ test .:END: another par

[O] Standalone hyperlinked images in HTML export

2013-06-30 Thread Kodi Arfer
The manual explains in "Images in HTML export" that you can make an image a hyperlink like this: [[file:highres.jpg][file:thumb.jpg]] where thumb.jpg becomes the 'src' and highres.jpg becomes the 'href'. One might infer it should also be possible to link to something other than an image, li

[O] Calling org babel to each row in a table

2013-06-30 Thread Joe Bogner
I often need to transform a table or list of values into a block of text. For example, if I have a list of 4 files that I want to generate a SQL script for. After hunting around, this is the best I came up with: #+name: table | File | | a| | b| | c| | d| #+name: template #+begin_

[O] "Special Properties" when matching for Properties in a search

2013-06-30 Thread Gustav Wikström
Hi list! When matching for tags and properties using C-c / m there is the option to match for Special Properties. Is there a complete list of these special properties somewhere? I was thinking that "7.2 Special Properties" in the manual would be that list, but then noticed a property possible to

Re: [O] [PATCH] (update) Add :caption attribute to #+ATTR_LATEX property

2013-06-30 Thread feng shu
Hi version 3 patch, add document about :caption attribute. On Sun, Jun 30, 2013 at 7:46 PM, Nicolas Goaziou wrote: > Hello, > > feng shu writes: > > > This is the updated patch of "Add :caption attribute to #+ATTR_LATEX > > property" > > If possible, please include it to master > > Thanks for

Re: [O] Beamer handouts, pgfpages, no love

2013-06-30 Thread James Harkins
On Jun 30, 2013 7:22 PM, "Nicolas Goaziou" wrote: > James Harkins writes: > > > This example does reproduce the issue where the slides are rendered at > > twice their normal size, instead of half. (I installed TexLive 2012 -- > > I'm not using the outdated tex packages from Ubuntu.) > > > The gen

Re: [O] [PATCH] (update) Add :caption attribute to #+ATTR_LATEX property

2013-06-30 Thread Nicolas Goaziou
Hello, feng shu writes: > This is the updated patch of "Add :caption attribute to #+ATTR_LATEX > property" > If possible, please include it to master Thanks for your patch. I agree that #+CAPTION isn't ready for complex caption commands (nor that it should), so a :caption attribute may be use

Re: [O] Bug: org-edit-special won't let me edit a latex snippet

2013-06-30 Thread Gustav Wikström
> Hi Nicolas, > > Nicolas Richard writes: > > > I'm at commit 830e231ef1da5c5a1ab760a6a059551841952610, and notice the > > following unexpected behaviour. > > > > Starting from "emacs -Q -L ~/sources/org-mode/lisp/" : > > M-x org-mode > > insert " > hit "C-c '" > > > > => "user-error: No special e

Re: [O] [PATCH] ox-html: Restore wrongly omitted table attributes under HTML5.

2013-06-30 Thread Nicolas Goaziou
Hello, Kodi Arfer writes: > I don't think I can. I'm not clear about the relationship between > maint and master in general, "maint" is for bugfixes only. "master" is for new features. > but it looks like maint doesn't have the bug my patch is supposed to > fix, because it doesn't treat an HTM