Re: [O] Export all clocks or find last clock out. Is it possible?

2011-12-11 Thread Puneeth Chaganti
On Sun, Dec 11, 2011 at 1:10 PM, Mikhail Titov wrote: > I've tried both your suggestions before and that is why I'm asking here > in the list. Sorry that it didn't help. But, IMHO all of these details should've gone into the first mail. Nevermind, hopefully someone else would be able to help you

Re: [O] Making ePub books

2011-12-11 Thread Alan L Tyree
On 11/12/11 18:42:10, Nick Dokos wrote: > Alan L Tyree wrote: > > > > http://thread.gmane.org/gmane.emacs.orgmode/41826/focus=41849 > > > > Yes, Calibre does a nice job of converting XHTML to ePub; it can be > > read in all the readers that I use, but it won't pass the > validation > > tests.

[O] org-search-goto.el - full text search to go to locations in your org buffers

2011-12-11 Thread Tom
This package is a simple variant of http://www.emacswiki.org/emacs/org-occur-goto.el The new package uses multi substring matching where the given substrings can appear in any order in the search results. So if you search for "dog video" then it matches both video of some dog and dogs chasing

Re: [O] [PATCH] fix org-indent-mode for org-indent-indentation-per-level != 2

2011-12-11 Thread Nicolas Goaziou
Hello, Ingo Lohmar writes: > Below is an updated patch that works with the 7.7 release (sorry for not > using the development version right now). org-indent.el has been heavily modified since 7.7 release. You may want to test development version first, as your patch might not be necessary anymo

Re: [O] Making ePub books: further report

2011-12-11 Thread Alan L Tyree
On 11/12/11 18:42:10, Nick Dokos wrote: > Alan L Tyree wrote: > > > > http://thread.gmane.org/gmane.emacs.orgmode/41826/focus=41849 > > > > Yes, Calibre does a nice job of converting XHTML to ePub; it can be > > read in all the readers that I use, but it won't pass the > validation > > tests.

Re: [O] Making ePub books: further report

2011-12-11 Thread Alan L Tyree
On 11/12/11 20:41:18, Alan L Tyree wrote: > On 11/12/11 18:42:10, Nick Dokos wrote: > > Alan L Tyree wrote: > > > > > > http://thread.gmane.org/gmane.emacs.orgmode/41826/focus=41849 > > > > > > Yes, Calibre does a nice job of converting XHTML to ePub; it can > be > > > read in all the readers

Re: [O] Bug: 2nd, 3rd, ... ext link in normal text NOT exported [7.7]

2011-12-11 Thread David Maus
At Mon, 5 Dec 2011 17:19:29 +0100, M. Bauer wrote: > > Hi, > > as in the last paragraph of the Org v7.7 manual section 4.3 about > external links, "Org also finds external links in the normal text > and activates them as links." While editing, this completely > works as expected. > > But when it c

Re: [O] Making ePub books: further report

2011-12-11 Thread Jambunathan K
Alan L Tyree writes: > On 11/12/11 20:41:18, Alan L Tyree wrote: >> On 11/12/11 18:42:10, Nick Dokos wrote: >> > Alan L Tyree wrote: >> > >> > > > http://thread.gmane.org/gmane.emacs.orgmode/41826/focus=41849 >> > > >> > > Yes, Calibre does a nice job of converting XHTML to ePub; it can >> b

Re: [O] Viewing all entries of a file in Agenda

2011-12-11 Thread Sven Bretfeld
Hi Herbert Herbert Sitz writes: > Sven Bretfeld gmx.ch> writes: >> It is the last line that puzzles me. If I have it like above, every call >> of this agenda is interrupted by the question which tag I want to query >> for. Hitting RET does what I want, namely displaying all headlines of >> the

Re: [O] "org-time-stamp" and "org-time-stamp-inactive" no longer work

2011-12-11 Thread David Maus
At Fri, 09 Dec 2011 20:49:36 +0100, Bastien wrote: > > Hi, > > York Zhao writes: > > > I have noticed this problem for awhile and now I think it is worth > > reporting it > > and hopefully get fixed. > > > > Here is what happened when I hit "C-c !" in org buffer: > > I can't reproduce this. > Me

Re: [O] Is it possible for checkbox items to have :LOGBOOK: drawers?

2011-12-11 Thread David Maus
At Sat, 10 Dec 2011 18:13:14 +0100, Steinar Bang wrote: > > Platform: Ubuntu 10.10 > GNU Emacs 23.1.1 > git version of org-mode > > When I create a TODO task, I first create the task, then I create > checkboxes for the things I would like to do, ie. > > * My tasks > ** TODO here

Re: [O] Is it possible for checkbox items to have :LOGBOOK: drawers?

2011-12-11 Thread Nicolas Goaziou
Hello, Steinar Bang writes: > Is there some variable that I can set to make :LOGBOOK: drawers work > under checkboxes? No, lists ignore contents of drawers within them. Moreover :LOGBOOK: drawers are an headline only feature. Regards, -- Nicolas Goaziou

Re: [O] Is it possible for checkbox items to have :LOGBOOK: drawers?

2011-12-11 Thread Steinar Bang
> Nicolas Goaziou : > Hello, > Steinar Bang writes: >> Is there some variable that I can set to make :LOGBOOK: drawers work >> under checkboxes? > No, lists ignore contents of drawers within them. Moreover :LOGBOOK: > drawers are an headline only feature. > David Maus : > No, as far a

[O] Error in the "Tables in HTML export" section of the manual

2011-12-11 Thread Dov Grobgeld
In the example of "Tables in HTML export" the example sais: #+ATTR_HTML: border="2" rules="all" frame="all" This is wrong HTML syntax. It should be: #+ATTR_HTML: border="2" rules="all" frame="border" Regards, Dov

[O] Inconsistency between #+OPTIONS and EXPORT_OPTIONS on LaTeX heading levels

2011-12-11 Thread Sean Whitton
Hello, When I set #+OPTIONS: H:1, I get what I expect: \section{} is the only heading used and second level outline levels are converted to whatever my org-export-lower-levels is set to, and the table of contents just has the \section{}s in it. When I set EXPORT_OPTIONS to H:1, I get \section{} a

Re: [O] [PATCH] fix org-indent-mode for org-indent-indentation-per-level != 2

2011-12-11 Thread Ingo Lohmar
On Sun, 11 Dec 2011 09:57:50 +0100, Nicolas Goaziou wrote: > Hello, > > Ingo Lohmar writes: > > > Below is an updated patch that works with the 7.7 release (sorry for not > > using the development version right now). > > org-indent.el has been heavily modified since 7.7 release. You may want >

Re: [O] Export all clocks or find last clock out. Is it possible?

2011-12-11 Thread Olaf Dietsche
Mikhail Titov writes: > I wonder if I can see all clocks in a table or export them somehow as > csv or alike? > > Also how can I navigate to the last clock out? As already suggested by Puneeth `org-clock-goto' (with prefix: C-u C-c C-x C-j) lists the most recently used clocks and C-u C-c C-x C-j

Re: [O] [PATCH] fix org-indent-mode for org-indent-indentation-per-level != 2

2011-12-11 Thread Nicolas Goaziou
Ingo Lohmar writes: > My bad, and bad timing: Should have checked the development status. > Turns out, it is very different now, but unfortunately still wrong. Unless I'm missing your point, I don't see anything wrong in the current behaviour. Whatever may be the value of `org-indent-indentation

Re: [O] [PATCH] fix org-indent-mode for org-indent-indentation-per-level != 2

2011-12-11 Thread Ingo Lohmar
On Sun, 11 Dec 2011 14:04:38 +0100, Nicolas Goaziou wrote: > Ingo Lohmar writes: > > > My bad, and bad timing: Should have checked the development status. > > Turns out, it is very different now, but unfortunately still wrong. > > Unless I'm missing your point, I don't see anything wrong in the

Re: [O] Viewing all entries of a file in Agenda

2011-12-11 Thread Bastien
Hi Sven, "Sven Bretfeld" writes: > That's it. Thank you very much. This possibility is not very prominent > in the manual. I had to figure out how exactly it works and that the > line must read: > > (tags "LEVEL>=1" ((org-agenda-files '("~/Dropbox/myconf/from-mobile.org" > > Now it is doing

Re: [O] Is it possible for checkbox items to have :LOGBOOK: drawers?

2011-12-11 Thread Bastien
Hi Steinar, Steinar Bang writes: > Is there another way to accomplish what I want: getting time stamped log > entries under a list item? Nope. > Ie. it doesn't have to be in a drawer, and entries don't have to be > created with `C-c C-z'. But should be easy to use. > > Or... I could go back t

Re: [O] Simple reference card browser by Anything.el

2011-12-11 Thread Bastien
Hi Masashi, SAKURAI Masashi writes: > I made simple reference browser. > Just browsing, not executing commands. > > https://gist.github.com/1345100 Great -- I think this could be added to the contrib/ directory of anything. Tassilo (Anything's maintainer) is reading this list, I think the main

Re: [O] [PATCH] fix org-indent-mode for org-indent-indentation-per-level != 2

2011-12-11 Thread Bastien
Hi, Nicolas Goaziou writes: > Ingo Lohmar writes: > >> Below is an updated patch that works with the 7.7 release (sorry for not >> using the development version right now). > > org-indent.el has been heavily modified since 7.7 release. You may want > to test development version first, as your p

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-11 Thread Bastien
Hi Herbert, Herbert Sitz writes: > I'm wondering what sort of progress has been made on the ODT importer. > For example, is it able to convert an Org export to ODT back to Org format > with > result being same as the original Org file that was exported? I don't think so. This is a more gener

Re: [O] Error in the "Tables in HTML export" section of the manual

2011-12-11 Thread Bastien
Hi Dov, Dov Grobgeld writes: > In the example of "Tables in HTML export" the example sais: > > #+ATTR_HTML: border="2" rules="all" frame="all" > > This is wrong HTML syntax. It should be: > > #+ATTR_HTML: border="2" rules="all" frame="border" Fixed, thanks. -- Bastien

Re: [O] org-program-exists not working on osx

2011-12-11 Thread Bastien
Hi Roberto, Roberto Huelga writes: > Here is a simple patch for the org-clock.el file to make the function > org-program-exists work on osx Applied, thanks. I added a commit message and a ChangeLog: please read this section for your next patch: http://orgmode.org/worg/org-contribute.html#

Re: [O] Avoiding div from special blocks to be in …

2011-12-11 Thread Bastien
Hi Christian, Christian Moe writes: > I submitted a patch to this effect a month and a half back. > > http://patchwork.newartisans.com/patch/979/ > > Apart from uncommenting that line, I put in an org-open-par after the div > and rearranged a few lines to follow the same structure as other simil

Re: [O] Different face for org-table fields with formulas

2011-12-11 Thread Bastien
Rainer M Krug writes: > I haven't tried it out, but I think that would be very nice as a > standard feature in org. You can now customize `org-table-formula-field-format'. Thanks to Dov for this idea! Best, -- Bastien

Re: [O] [PATCH] fix org-indent-mode for org-indent-indentation-per-level != 2

2011-12-11 Thread Nicolas Goaziou
Ingo Lohmar writes: > Hmmm, just did a clean test: emacs -Q, require org-install and org-indent. > > If I use the std setting of 2 and turn on org-indent-mode, all is fine: > > * 1st-level heading > Here goes the text. > *** 2nd-level heading > More text. > > Setting the indentation to 1:

Re: [O] Avoiding div from special blocks to be in …

2011-12-11 Thread Christian Moe
Thanks! Yours, Christian On 12/11/11 2:11 PM, Bastien wrote: Hi Christian, Christian Moe writes: I submitted a patch to this effect a month and a half back. http://patchwork.newartisans.com/patch/979/ Apart from uncommenting that line, I put in an org-open-par after the div and rearranged

Re: [O] Minimal overhead Org-mode blogging system

2011-12-11 Thread Bastien
Hi Eric, Eric Schulte writes: > It would be great to collect these links on the relevant Worg page > [1]. Done. Thanks all for the useful input! -- Bastien

Re: [O] [ANN] Org Mode parser v0.0.1 for NodeJs

2011-12-11 Thread Bastien
Hi Giovanni, Giovanni Giorgi writes: > I have just published my org-mode parser for the node-js javascript > based server: > > http://gioorgi.com/org-mode-parser/ Thanks! Could this somehow be plugged to Substance? Or could this be adapted to export Org files in the Data.Graph data format?

Re: [O] Bug: 2nd, 3rd, ... ext link in normal text NOT exported [7.7]

2011-12-11 Thread Bastien
David Maus writes: > Pushed a fix for this to master, all links in the example file are now > exported as expected. Thanks for fixing this! -- Bastien

Re: [O] [PATCH] fix quoting in org-agenda-with-point-at-orig-entry (apparently unused except in my CLOSED prop sorting code)

2011-12-11 Thread Bastien
Hi Rob, Accepted, thanks a lot. Please read http://orgmode.org/worg/org-contribute.html#sec-4 for further patches. Best, -- Bastien

Re: [O] [BUG] Inconsistency in src block hiding

2011-12-11 Thread Bastien
Eric Schulte writes: > The attached patch entirely removes the #+name and #+results based > hiding. Note that the existing "wrap" argument to the ":results" header > argument will wrap results in a block which allows easy tab-based result > hiding. > > As this is a relatively large change I hesi

Re: [O] index.org; am I doing something wrong??

2011-12-11 Thread Bastien
Hi Cameron, Cameron Seader writes: > I created an index.org file and have been using that to organize all of > my org files and create an Outline of my Notes etc... > > Is this the correct way to do it? because when i sync with MobileOrg > then MobileOrg cannot open any of my files on my mobile

Re: [O] [PATCH] fix org-indent-mode for org-indent-indentation-per-level != 2

2011-12-11 Thread Ingo Lohmar
On Sun, 11 Dec 2011 14:25:11 +0100, Nicolas Goaziou wrote: > Ingo Lohmar writes: > > > Hmmm, just did a clean test: emacs -Q, require org-install and org-indent. > > > > If I use the std setting of 2 and turn on org-indent-mode, all is fine: > > > > * 1st-level heading > > Here goes the text.

Re: [O] [PATCH] fix org-indent-mode for org-indent-indentation-per-level != 2

2011-12-11 Thread Bastien
Ingo Lohmar writes: > I am terribly sorry --- my apologies for the noise. I had an issue with > shadowed load paths. From what I can see, org-indent works just fine in > the development version. That's good news :) Thanks for confirming, -- Bastien

Re: [O] [BUG] Inconsistency in src block hiding

2011-12-11 Thread Nicolas Goaziou
Bastien writes: > Eric Schulte writes: > >> The attached patch entirely removes the #+name and #+results based >> hiding. Note that the existing "wrap" argument to the ":results" header >> argument will wrap results in a block which allows easy tab-based result >> hiding. I didn't notice it be

Re: [O] [PATCH] add support for configurable nested lists in org-export-generic

2011-12-11 Thread Bastien
Hi Rob, Rob Giardina writes: > diff --git a/contrib/lisp/org-export-generic.el > b/contrib/lisp/org-export-generic.el > index 12bbcdb..97b9134 100644 > --- a/contrib/lisp/org-export-generic.el > +++ b/contrib/lisp/org-export-generic.el can you resubmit this patch using git format-patch and addi

Re: [O] Making ePub books: further report

2011-12-11 Thread Bastien
Hi Alan, Alan L Tyree writes: > So -- back to my original question: is there some variable somewhere > that puts in both name="xxx" and id="xxx" or do I need to write a post > export clean up function? >From latest git, can now set ̀org-export-html-headline-anchor-format' to nil. See the doc

Re: [O] Making ePub books: further report

2011-12-11 Thread Bastien
Alan L Tyree writes: > Bad form to answer my own question: these seem to be hard coded in org- > html.el along with the other items that give ePub validation a nervous > breakdown. I'll post a full list of the offending items later. Thanks. If you can, please document this on Worg. This will

Re: [O] Inconsistency between #+OPTIONS and EXPORT_OPTIONS on LaTeX heading levels

2011-12-11 Thread Bastien
Hi Sean, Sean Whitton writes: > When I set #+OPTIONS: H:1, I get what I expect: \section{} is the only > heading used and second level outline levels are converted to whatever > my org-export-lower-levels is set to, and the table of contents just has > the \section{}s in it. > > When I set EXPOR

Re: [O] org-search-goto.el - full text search to go to locations in your org buffers

2011-12-11 Thread Bastien
Hi Tom, Tom writes: > This package is a simple variant of > http://www.emacswiki.org/emacs/org-occur-goto.el > > The new package uses multi substring matching where the given > substrings can appear in any order in the search results. > So if you search for "dog video" then it matches both If

Re: [O] org tables to rst (reStructuredText) or Moin wiki?

2011-12-11 Thread Bastien
Hi Gary, Gary Oberbrunner writes: > I need to make a big rst or Moin wiki table (actually it's for a trac > wiki, see http://trac.edgewall.org) and those tables are annoying to > construct when they're large. But org mode has this wonderful table > editor and I'm wondering if there's any way to

Re: [O] Inconsistency between #+OPTIONS and EXPORT_OPTIONS on LaTeX heading levels

2011-12-11 Thread Sean Whitton
Hi Bastien, On 11 Dec 2011 at 15:55Z, Bastien wrote: >> When I set #+OPTIONS: H:1, I get what I expect: \section{} is the >> only heading used and second level outline levels are converted to >> whatever my org-export-lower-levels is set to, and the table of >> contents just has the \section{}s i

Re: [O] [PATCH] Org-Velocity rewrite

2011-12-11 Thread Bastien
Hi Paul, "Paul M. Rodriguez" writes: > This is a rewrite of Org-Velocity for speed. Delays due to file size > should no longer be perceptible. I have also added in-line previews of > entry contents and dropped support for Org-Remember. Applied, thanks a lot. -- Bastien

Re: [O] [feature request] Org as an Excerpt Database (or Multivalue Properties)

2011-12-11 Thread Sven Bretfeld
Hi Christian and Herbert Christian Moe writes: > I've successfully used the regular expression searches Herbert Sitz > describes to search and query a small (~ 500 kB) Org database of all > my source materials (text clippings) for a project, where some of the > properties I used had multiple val

Re: [O] Publish HTML Without Title

2011-12-11 Thread Bastien
Hi Rasmus, Rasmus Pank Roulund writes: > Note, I never asked for the second title and this is the one I want to > go away, but I don't know how. As I pointed out in the previous case, > it seems that it may be hardcoded, but I don't know. Yes, this is hardcoded. Hopefully we will get rid of s

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-11 Thread Thomas
Bastien altern.org> writes: > > This is a more general problem: converting .odt (or even HTML, .tex, > etc.) back to org-mode would indeed be wonderful. > > The most promising road I see for that would be to let pandoc *read* > Org files: http://johnmacfarlane.net/pandoc/ > > Any haskell hacke

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-11 Thread Thomas
Thomas quantentunnel.de> writes: > > > There is ODT2ORG > (https://bitbucket.org/josemaria.alkala/odt2org/wiki/Home) > which lets you import odt files in org-mode. > It works quite well and may need > just some minor polishing. > > http://leapon.net/en/mso2ooo-batch-convert-microsoft-offi

Re: [O] TABLES: Remove/add cell

2011-12-11 Thread Bastien
Hi Michael and Daniel, Daniel Martins writes: > One vote for being part of the core of org-mode!!! (with org-table > rtanspose as well) Yes. `org-table-transpose-table-at-point' is now part of Org's core. -- Bastien

Re: [O] TABLES: Remove/add cell

2011-12-11 Thread Bastien
Hi Michael, Michael Brand writes: > If I understand right and only for left/right, the in-row functions > cover that too: > - remove: first blank the field with "C-c Space" > (org-table-blank-field) and then rotate in-row left > - add: rotate in-row right and replace the field content, before

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-11 Thread Manish
On Sat, Dec 10, 2011 at 9:22 PM, Bastien wrote: > Dear all, > > as the subject says.  Please all test this heavily and report > any problems.  This will be part of Org 7.8 and soon in Emacs. > > Thanks a lot to Jambunathan for all this efforts, let's make > sure everything is smooth before the rele

Re: [O] What do you use to identify projects (in the GTD sense)

2011-12-11 Thread Viktor Rosenfeld
I use Bernt's approach with a few modifications. Basically I don't use subprojects. I think Bernt's handling of subprojects is broken, because a NEXT keyword burried in a subproject keeps the entire project off the stuck projects lists. (Please correct me if I'm wrong.) My solution is to move a pr

Re: [O] Bug: org-todo-yesterday doesn't work from agenda buffer [7.7 (release_7.7.548.g9a442.dirty)]

2011-12-11 Thread Bastien
Bernt Hansen writes: > There's another function to use from the agenda: > org-agenda-todo-yesterday `org-todo-yesterday' now calls `org-agenda-todo-yesterday' if necessary. Best, -- Bastien

Re: [O] Including source code *from* a file in #+BEGIN_SRC blocks

2011-12-11 Thread Eric Schulte
Sankalp writes: > Hi, > I've been using org mode's #+BEGIN_SRC ... #+END_SRC feature to > display source code. > > I was wondering if there's a way to include code from an external file. > Like the *\lstinputlisting* feature in the LaTeX *listings* package. > You could write a code block which

Re: [O] [BUG] Inconsistency in src block hiding

2011-12-11 Thread Eric Schulte
Nicolas Goaziou writes: > Bastien writes: > >> Eric Schulte writes: >> >>> The attached patch entirely removes the #+name and #+results based >>> hiding. Note that the existing "wrap" argument to the ":results" header >>> argument will wrap results in a block which allows easy tab-based result

Re: [O] [babel] speed of continued source blocks

2011-12-11 Thread Eric Schulte
Hi Andreas, I've just pushed up a patch which should speed up the collection of continued source blocks. Please let me know if the performance increase is sufficient for your example, if not we can look at more dramatic methods of optimization or possibly at making the collection of such blocks c

Re: [O] [BUG] Inconsistency in src block hiding

2011-12-11 Thread Eric Schulte
Bastien writes: > Eric Schulte writes: > >> The attached patch entirely removes the #+name and #+results based >> hiding. Note that the existing "wrap" argument to the ":results" header >> argument will wrap results in a block which allows easy tab-based result >> hiding. >> >> As this is a rel

Re: [O] [BUG] Inconsistency in src block hiding

2011-12-11 Thread Bastien
Eric Schulte writes: > I've received no more feedback on this patch. It should be safe as it > adds no new code but simply removes some questionable code. I will > apply this patch now. Seen - thanks! -- Bastien

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-11 Thread Herbert Sitz
Thomas quantentunnel.de> writes: > > There is ODT2ORG > (https://bitbucket.org/josemaria.alkala/odt2org/wiki/Home) > which lets you import odt files in org-mode. > It works quite well and may need > just some minor polishing. > Thomas -- Thanks, I think that's what I was thinking of. Fo

Re: [O] Including source code *from* a file in #+BEGIN_SRC blocks

2011-12-11 Thread Sankalp
On 11 December 2011 21:30, Eric Schulte wrote: > Sankalp writes: > > > Hi, > > I've been using org mode's #+BEGIN_SRC ... #+END_SRC feature to > > display source code. > > > > I was wondering if there's a way to include code from an external file. > > Like the *\lstinputlisting* feature in the

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-11 Thread Bastien
Thomas writes: > There is ODT2ORG > (https://bitbucket.org/josemaria.alkala/odt2org/wiki/Home) which lets > you import odt files in org-mode. It works quite well and may need > just some minor polishing. Great -- I added this to http://orgmode.org/worg/org-translators.html Thanks! -- Bastie

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-11 Thread Bastien
Thomas writes: > http://leapon.net/en/mso2ooo-batch-convert-microsoft-office-documents-openoffice-documents > > There is also mso2ooo, which is, like odt2org, a python script. > Maybe someone who knows elisp can create an emacs-frontend for running > one or both scipts. Thanks - I use unoconv

Re: [O] [PATCH] Bugfix open 1 link from list; doc more link types

2011-12-11 Thread Bastien
Hi Michael, Michael Brand writes: > Bugfix open 1 link from list; doc more link types > > * doc/org.texi (External links): Document the link types file+sys and > file+emacs, slightly narrow used page width. > * lisp/org.el (org-offer-links-in-entry): Make list when assigning a > single link. > >

Re: [O] TABLES: Remove/add cell

2011-12-11 Thread Achim Gratz
Bastien writes: > Yes. `org-table-transpose-table-at-point' is now part of Org's core. There's one thing to take care of, though: In org-table-transpose-table-at-point: org-table.el:1774:33:Warning: function `remove-if-not' from cl package called at runtime Regards, Achim. -- +<[Q+ Matri

[O] [Accepted] Fix marker in no buffer error for task state change in an indirect buffer

2011-12-11 Thread Bastien Guerry
Patch 1050 (http://patchwork.newartisans.com/patch/1050/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1321739047-11936-1-git-send-email-bernt%40norang.ca%3E Here is the original message containing the patch: > Content-Type: text

Re: [O] [PATCH] Fix marker in no buffer error for task state change in an indirect buffer

2011-12-11 Thread Bastien
Bernt Hansen writes: > * lisp/org-clock.el (org-clock-out-if-current): Fix marker in no buffer error > for task state change in an indirect buffer Applied, thanks for the careful hunt/analysis/fix. -- Bastien

Re: [O] TABLES: Remove/add cell

2011-12-11 Thread Bastien
Achim Gratz writes: > There's one thing to take care of, though: > > In org-table-transpose-table-at-point: > org-table.el:1774:33:Warning: function `remove-if-not' from cl package called > at runtime Done. Thanks for spotting this! -- Bastien

Re: [O] [PATCH] Timestamps: Fix org-schedule and org-deadline with absolute time arguments

2011-12-11 Thread Bastien
pmli...@free.fr (Peter Münster) writes: > * lisp/org.el (org-add-planning-info): Treat absolute time too. Applied, thanks. -- Bastien

Re: [O] [patch] Add faces for highlighting calendar events in the agenda

2011-12-11 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > Find attached a patch to highlight 2 types of "calendar events": Applied, thanks a lot! -- Bastien

Re: [O] [PATCH] Re: Export as HTML does not preserve nonstandard entities as TODO signs

2011-12-11 Thread Bastien
Hi Christian, Christian Moe writes: > Correct html export of todo keywords > > * org-html.el (org-export-as-html): Apply >org-export-html-get-todo-kwd-class-name to the the class attribute >of the todo-keyword span tag, not to its text content Applied, thanks! -- Bastien

Re: [O] [ANN] Org Mode parser v0.0.1 for NodeJs

2011-12-11 Thread Eric Schulte
Bastien writes: > Hi Giovanni, > > Giovanni Giorgi writes: > >> I have just published my org-mode parser for the node-js javascript >> based server: >> >> http://gioorgi.com/org-mode-parser/ > > Thanks! > > Could this somehow be plugged to Substance? Or could this be > adapted to export Org fi

Re: [O] [babel] speed of continued source blocks

2011-12-11 Thread Andreas Leha
Hi Eric, thanks for looking into this providing a patch already! > I've just pushed up a patch which should speed up the collection of > continued source blocks. Please let me know if the performance increase > is sufficient for your example, if not we can look at more dramatic > methods of opt

Re: [O] Export all clocks or find last clock out. Is it possible?

2011-12-11 Thread Mikhail Titov
On 12/11/2011 07:05 AM, Olaf Dietsche wrote: > As already suggested by Puneeth `org-clock-goto' (with prefix: C-u C-c > C-x C-j) lists the most recently used clocks and C-u C-c C-x C-j 1 jumps > to the last clocked task. For some reason it also shows empty "Recent Tasks" list :( > `org-clock-histor

Re: [O] outline-demote incorrectly demotes leaf nodes

2011-12-11 Thread Bastien
Hi Michael, Michael Brand writes: > Attached is the patch with this changelog: > > Completion of remapping for Outline functions > > * lisp/org.el Key bindings: remap the Outline functions from > `outline-mode-prefix-map' where possible. Thanks a lot for going through this systematically. I've

Re: [O] [babel] speed of continued source blocks

2011-12-11 Thread Eric Schulte
Andreas Leha writes: > Hi Eric, > > thanks for looking into this providing a patch already! > >> I've just pushed up a patch which should speed up the collection of >> continued source blocks. Please let me know if the performance increase >> is sufficient for your example, if not we can look at

Re: [O] Including source code *from* a file in #+BEGIN_SRC blocks

2011-12-11 Thread Nick Dokos
Eric Schulte wrote: > Sankalp writes: > > > Hi, > > I've been using org mode's #+BEGIN_SRC ... #+END_SRC feature to > > display source code. > > > > I was wondering if there's a way to include code from an external file. > > Like the *\lstinputlisting* feature in the LaTeX *listings* package.

Re: [O] Including source code *from* a file in #+BEGIN_SRC blocks

2011-12-11 Thread Eric Schulte
Nick Dokos writes: > Eric Schulte wrote: > >> Sankalp writes: >> >> > Hi, >> > I've been using org mode's #+BEGIN_SRC ... #+END_SRC feature to >> > display source code. >> > >> > I was wondering if there's a way to include code from an external file. >> > Like the *\lstinputlisting* feature i

Re: [O] Making ePub books: further report

2011-12-11 Thread Alan L Tyree
On 11/12/11 21:02:51, Jambunathan K wrote: > Alan L Tyree writes: > > > On 11/12/11 20:41:18, Alan L Tyree wrote: > >> On 11/12/11 18:42:10, Nick Dokos wrote: > >> > Alan L Tyree wrote: > >> > > >> > > > http://thread.gmane.org/gmane.emacs.orgmode/41826/ > focus=41849 > >> > > > >> > > Yes,

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-11 Thread Christian Moe
this is wonderful! many thanks to Jambu, Bastien, Christian and everyone involved. That would be Jambu, for developing the whole thing, and Bastien, for integrating it. (I have only done a bit of testing and cheerleading.) Yours, Christian

Re: [O] [PATCH] Re: Export as HTML does not preserve nonstandard entities as TODO signs

2011-12-11 Thread Christian Moe
On 12/11/11 6:57 PM, Bastien wrote: Applied, thanks! Thanks. Yours, Christian

Re: [O] org-capture-templates file+datetree+prompt question

2011-12-11 Thread Erik Hetzner
At Tue, 6 Dec 2011 09:26:03 +0100, Carsten Dominik wrote: > > Hi Erik, > > if yout get the latest git version, this is how it is working now. > I agree that it is more consistent this way. Hi Carten, Thanks again for this fix. I have noticed that using k c ... (where ... is a capture template

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-11 Thread Manish
On Sun, Dec 11, 2011 at 7:37 PM, Christian Moe wrote: > >> this is wonderful! many thanks to Jambu, Bastien, Christian and >> everyone involved. > > > That would be Jambu, for developing the whole thing, and Bastien, for > integrating it. (I have only done a bit of testing and cheer

Re: [O] [babel] speed of continued source blocks

2011-12-11 Thread Andreas Leha
Hi Eric, Eric Schulte writes: > Andreas Leha writes: > >> Hi Eric, >> >> thanks for looking into this providing a patch already! >> >>> I've just pushed up a patch which should speed up the collection of >>> continued source blocks. Please let me know if the performance increase >>> is suffic

Re: [O] org-capture-templates file+datetree+prompt question

2011-12-11 Thread Carsten Dominik
On 11.12.2011, at 20:45, Erik Hetzner wrote: > At Tue, 6 Dec 2011 09:26:03 +0100, > Carsten Dominik wrote: >> >> Hi Erik, >> >> if yout get the latest git version, this is how it is working now. >> I agree that it is more consistent this way. > > Hi Carten, > > Thanks again for this fix. > >

Re: [O] Making ePub books: further report

2011-12-11 Thread Alan L Tyree
On 12/12/11 02:51:29, Bastien wrote: > Hi Alan, > > Alan L Tyree writes: > > > So -- back to my original question: is there some variable > somewhere > > > that puts in both name="xxx" and id="xxx" or do I need to write a > post > > export clean up function? > > From latest git, can now set

Re: [O] What do you use to identify projects (in the GTD sense)

2011-12-11 Thread Bernt Hansen
Viktor Rosenfeld writes: > I use Bernt's approach with a few modifications. Basically I don't use > subprojects. I think Bernt's handling of subprojects is broken, because > a NEXT keyword burried in a subproject keeps the entire project off the > stuck projects lists. (Please correct me if I'm w

Re: [O] Export all clocks or find last clock out. Is it possible?

2011-12-11 Thread Bernt Hansen
Mikhail Titov writes: > Also how can I navigate to the last clock out? > > I know I can do some exercise with awk or perl, but perhaps there should > be a better solution. I tried to google but I can't find anything :( > I know I can do some exercise with awk or perl, but perhaps there should > b

Re: [O] org-capture-templates file+datetree+prompt question

2011-12-11 Thread Bastien
Hi Erik, Erik Hetzner writes: > Thanks again for this fix. > > I have noticed that using k c ... (where ... is a capture template > utilizing file+datetree+prompt) in the agenda now prompts for a > date. Is this intended behavior? I can't reproduce this -- I used the capture setting you mention

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-11 Thread Bastien
Christian Moe writes: >> this is wonderful! many thanks to Jambu, Bastien, Christian and >> everyone involved. > > That would be Jambu, for developing the whole thing, and Bastien, for > integrating it. (I have only done a bit of testing and cheerleading.) Cheerleading is key here :) Anyone

Re: [O] [ANN] Org Mode parser v0.0.1 for NodeJs

2011-12-11 Thread Bastien
Eric Schulte writes: > This is the first I've seen of substance.io, it looks very interesting. > I wonder how similar the substance document data structure is to the new > org-parse data structure, and if it would be difficult or rewarding to > write a translator between the two. I wonder the sa

Re: [O] Export all clocks or find last clock out. Is it possible?

2011-12-11 Thread Mikhail Titov
On 12/11/2011 04:25 PM, Bernt Hansen wrote: > Mikhail Titov writes: > >> Also how can I navigate to the last clock out? >> >> I know I can do some exercise with awk or perl, but perhaps there should >> be a better solution. I tried to google but I can't find anything :( >> I know I can do some exe

Re: [O] Export all clocks or find last clock out. Is it possible?

2011-12-11 Thread Bernt Hansen
Mikhail Titov writes: > Thanks a lot! I was able to rebuild agenda for the year and check > clocks! Perhaps I missed details on agenda commands while I was reading > manual. Just `v c` is what I was missing. > > Can I see somehow see an agenda for previous month after I pressed `v > m`? I had to

[O] Function for html-preamble and html-postamble in org-publish

2011-12-11 Thread Bill Jackson
In version 7.7, a function provided to org-publish via :html-preamble or :html-postamble no longer accepts a property list of export options. I do not know if this change is a bug, or if it is deliberate. I pass functions to :html-preamble and :html-postamble to integrate generated HTML pages

Re: [O] org-capture-templates file+datetree+prompt question

2011-12-11 Thread Erik Hetzner
At Mon, 12 Dec 2011 00:18:34 +0100, Bastien wrote: > > Hi Erik, > > Erik Hetzner writes: > > > Thanks again for this fix. > > > > I have noticed that using k c ... (where ... is a capture template > > utilizing file+datetree+prompt) in the agenda now prompts for a > > date. Is this intended beh

[O] bug#9913: 24.0.91; ELPA: OpenDocument Text exporter for Org

2011-12-11 Thread Glenn Morris
In light of the following, can this be closed? http://lists.gnu.org/archive/html/emacs-orgmode/2011-12/msg00155.html Subject: The Org->ODT exporter is now in Org's core (latest git)

Re: [O] Publish HTML Without Title

2011-12-11 Thread Rasmus
Bastien writes: > Hi Rasmus, > > Rasmus Pank Roulund writes: > >> Note, I never asked for the second title and this is the one I want to >> go away, but I don't know how. As I pointed out in the previous case, >> it seems that it may be hardcoded, but I don't know. > > Yes, this is hardcoded.

Re: [O] org-search-goto.el - full text search to go to locations in your org buffers

2011-12-11 Thread Takaaki ISHIKAWA
Dear Tom, Hi. Nice package to achieve fast search! Thank you. If this package can handle `org-directory' having org files, or `org-agenda-files', it is more handy. I currently do this task using `anything-grep-by-name', but it is not comfortable for me because it does not open trees including t

  1   2   >