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

2013-06-30 Thread Nicolas Goaziou
Hello, Kodi Arfer k...@arfer.net 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

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 address@hidden 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 l and hit SPC hit C-c ' = user-error: No special

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

2013-06-30 Thread Nicolas Goaziou
Hello, feng shu tuma...@gmail.com 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

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

2013-06-30 Thread James Harkins
On Jun 30, 2013 7:22 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: James Harkins jamshar...@gmail.com 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

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 n.goaz...@gmail.comwrote: Hello, feng shu tuma...@gmail.com writes: This is the updated patch of Add :caption attribute to #+ATTR_LATEX property If possible, please include it

[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

[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

[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 img 'src' and highres.jpg becomes the a 'href'. One might infer it should also be possible to link to something other than an image,

[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

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

2013-06-30 Thread Nick Dokos
Gustav Wikström gustav.e...@gmail.com 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

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

2013-06-30 Thread Bastien
Hi Kodi, Nicolas Goaziou n.goaz...@gmail.com 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

Re: [O] bug leading to duplicate subtrees

2013-06-30 Thread Bastien
Hi Samuel, Samuel Wales samolog...@gmail.com 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,

Re: [O] Blank lines in date-trees

2013-06-30 Thread Bastien
Hi Vincent, Vincent Beffara vbeff...@ens-lyon.fr 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

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

2013-06-30 Thread Bastien
Hi Stephen, Stephen Berman stephen.ber...@gmx.net 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

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 m...@rpatterson.net writes: Bastien b...@gnu.org 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?

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

2013-06-30 Thread Bastien
Hi Feng, feng shu tuma...@gmail.com 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] auto pack empty space between headers?

2013-06-30 Thread Bastien
Hi Xebar, Xebar Saram zelt...@gmail.com 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] how to make forward-paragraph stop at the end of every normally-defined paragraph

2013-06-30 Thread Bastien
Hi Samuel, Samuel Wales samolog...@gmail.com 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] HTML export and info: links

2013-06-30 Thread Bastien
Hi Sebastian, Sebastian Wiesner lunary...@gmail.com 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

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

2013-06-30 Thread Bastien
Hi Josiah, Josiah Schwab jsch...@gmail.com 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 ol type=a lists now (from the maint

Re: [O] managing a work log

2013-06-30 Thread Bastien
Hi Adam, Adam Spiers orgm...@adamspiers.org 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]'

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

2013-06-30 Thread Bastien
Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net 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

Re: [O] Elpa twice in load-path

2013-06-30 Thread Bastien
Hi Rene, Rene jl...@yahoo.com writes: Achim Gratz Stromeko at 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

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

2013-06-30 Thread Bastien
Hi Pedro, Pedro Silva psilva+...@pedrosilva.pt 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

Re: [O] Standalone hyperlinked images in HTML export

2013-06-30 Thread Bastien
Hi Kodi, Kodi Arfer k...@arfer.net 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

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

2013-06-30 Thread Bastien
Hi Gustav, Gustav Wikström gustav.e...@gmail.com 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

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 samolog...@gmail.com 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] Special Properties when matching for Properties in a search

2013-06-30 Thread Bastien
Hi Gustav, Gustav Wikström gustav.e...@gmail.com 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

Re: [O] cannot batch export agenda

2013-06-30 Thread Bastien
Hi Rainer, Rainer Stengele rainer.steng...@online.de 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

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

2013-06-30 Thread Bastien
Hi Alan, Alan Schmitt alan.schm...@polytechnique.org 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

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

2013-06-30 Thread Bastien
Hi Greg, Greg Minshall minsh...@acm.org 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

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] (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 b...@gnu.org wrote: Hi Feng, feng shu tuma...@gmail.com writes: (org-latex--inline-image): Tiny change. org-latex--org-table): Tiny change. The Emacs usage is to write it like this:

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-latex.el,

Re: [O] Refiling list items

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

Re: [O] org-mode and python pandas

2013-06-30 Thread Eric Schulte
Dov Grobgeld dov.grobg...@gmail.com 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

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 loris.benn...@fu-berlin.de writes: Hi, When I add the caching option to a call to a code block, like this #+CALL:

Re: [O] evaluation context in call statements

2013-06-30 Thread Eric Schulte
Achim Gratz strom...@nexgo.de 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 strom...@nexgo.de writes: I'm not sure what this would entail other than replacing the call

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

2013-06-30 Thread Eric Schulte
Rick Frankel r...@rickster.com 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

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

2013-06-30 Thread Eric Schulte
Greg Minshall minsh...@acm.org 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] Calling org babel to each row in a table

2013-06-30 Thread Eric Schulte
Joe Bogner joebog...@gmail.com 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

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

2013-06-30 Thread Eric Schulte
Bastien b...@gnu.org writes: Hi Greg, Greg Minshall minsh...@acm.org 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

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 Bastien
Eric Schulte schulte.e...@gmail.com 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 Eric Schulte
Ah, apologies and thanks all around. Cheers, Greg Minshall minsh...@acm.org 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

[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