Re: [O] README.org on github

2012-08-03 Thread Waldemar Quevedo
Bastien, My name is Waldemar, and I am the current maintainer of the org-ruby gem. It looks like thanks to you (and many others who reported this) github/markup was updated so that it uses the 0.7.0 org-ruby version of the gem! https://github.com/github/markup/commit/b0144938d42c4e0b0f308c4e9cb1e5

Re: [O] Templates for cloning

2012-08-03 Thread Sebastian Fischmeister
As an idea, this is how I use templates: %+begin_src (defun org-p (key) (let ((val (read-from-minibuffer (concat "Define " key ": " (plist-put org-store-link-plist (intern (concat ":" key)) val)) "" ) (defmacro org-g (key) (or (plist-get org-store-link-plist (int

Re: [O] Extending org-koma-letter.el

2012-08-03 Thread Luis Anaya
Bastien writes: > If you want to take care of this library, please do! > Nicolas told me he won't have time for this anytime soon. Well, that's a challenge... It's now and my wife thinks I have a cyber lover or something being that I spend typing on the keyboard up to the wee hours of the night

Re: [O] org-html: subtree specific footnote references

2012-08-03 Thread Suhail Shergill
Bastien writes: > My view is that org-e-html.el should also make sure that we always > have unique ids for all the footnotes of the current files, even when > we export only part of it. > > This is not a trivial change though, because org-export.el has to > change the way it retrieves the footn

Re: [O] Agenda Upcoming Faces

2012-08-03 Thread SW
Bastien gnu.org> writes: > > I have agenda TODO items due in 5d (in org-upcoming-deadline face), > > in 16d (in default face) and in 26d (in org-upcoming-deadline face). > > > > Why is the 16d deadline in default face? > I can't reproduce this. > Can you provide a recipe and/or a screenshot? It

Re: [O] test-ob-sh/session

2012-08-03 Thread Achim Gratz
Eric Schulte writes: > There are a number of tests which execute shell code blocks in > test-ob.el. This file has no guards, so it will be run on every > system. I know, I'm not (currently) talking about these. What puzzles me is that the three tests in test-ob-sh get defined and run even though

Re: [O] [BUG] Traceback on Org-Export

2012-08-03 Thread Achim Gratz
Luis Anaya writes: > Bastien writes: > Ok... my bad... pilot error... missing (require 'org). I would've > thought (org-install) would've loaded it. Anyway, this solved the > problem by adding the require on my .emacs file. You've just hidden the real problem, which seems to be a missing (require

Re: [O] tags searching

2012-08-03 Thread Bernt Hansen
Giovanni Ridolfi writes: > Da: Richard Riley > ~/test.org > > * cards  > :creditcards:mbna:amazon:visa:girocard:NOTSEMICOLONec > as in Richard's email, see above > > * cards  :creditcards:mbna:amazon:vi

Re: [O] test-ob-sh/session

2012-08-03 Thread Achim Gratz
Achim Gratz writes: > I'm currently seeing a problem with this test (only on Win7, both > NTEmacs and Cygwin). The test just hangs and never finishes. All my > attempts to have it fail in the same way in an interactive sessions were > fruitless. However, it seems that the first time a session is

Re: [O] test-ob-sh/session

2012-08-03 Thread Eric Schulte
Achim Gratz writes: > I'm currently seeing a problem with this test (only on Win7, both > NTEmacs and Cygwin). The test just hangs and never finishes. All my > attempts to have it fail in the same way in an interactive sessions were > fruitless. However, it seems that the first time a session

Re: [O] babel: is it possible to cache #+call executed blocks

2012-08-03 Thread Eric Schulte
a...@arne-koehn.de (Arne Köhn) writes: > co...@online.de (Jonas Hörsch) writes: > >> i'm looking for a possibilty to call lengthy codeblocks a few times with >> different parameters, but would like the results to be cached. > Use #+call lines with the :cache header argument set. With a recent ve

Re: [O] preview latex fragments

2012-08-03 Thread Andreas Leha
Hi Bastien, Bastien writes: > Hi Andreas, > > Andreas Leha writes: > >> I experience a problem with the preview of latex fragments: I can not >> change the foreground color (in org-format-latex-options). On a dark >> background, the black fragments are barely visible. > > If you are still hav

Re: [O] MobileOrg and tags

2012-08-03 Thread James Harkins
At Fri, 03 Aug 2012 20:06:04 +0200, Bastien wrote: > > James Harkins writes: > > > Two differences in behavior: > > > > - It pops up a buffer showing me the contents of agendas.org, and asks me > > what coding system I want to use (default "raw-text"). That strikes me as > > an unnecessary distr

Re: [O] Managing Images with Org-mode?

2012-08-03 Thread Karl Voit
* Karl Eichwalder wrote: > Karl Voit writes: > > Yes, I use something similar to create the thumbnails and the initial > org code (I use 3rd level headlines instead of table, because I want to > attache tags to every single image): > > #+BEGIN_SRC sh [...] > #+END_SRC Thanks for sharing! >> Rel

Re: [O] preview latex fragments

2012-08-03 Thread Bastien
Hi Andreas, Andreas Leha writes: > I experience a problem with the preview of latex fragments: I can not > change the foreground color (in org-format-latex-options). On a dark > background, the black fragments are barely visible. If you are still having this bug, can you try this patch and sa

Re: [O] README.org on github

2012-08-03 Thread Bastien
Hi Tom, Tom Regner writes: > Maybe you could make yourself heard in the issue I opened [fn:1]; it is > actually the third issue I opened, I never got a response and closed the > other ones -- maybe my conclusions are wrong, and an update of org-ruby > wouldn't help (that much) -- but with more p

Re: [O] "Inheriting" timestamps

2012-08-03 Thread Bastien
James Harkins writes: > If that isn't feasible, I'd be satisfied with an automatic way to > change all the timestamps in subheadings underneath a given heading: > put the Emacs cursor on the "Pending today" line, hit some keystroke, > and all the dates change underneath. (setq org-loop-over-head

Re: [O] MobileOrg and tags

2012-08-03 Thread Bastien
James Harkins writes: > Two differences in behavior: > > - It pops up a buffer showing me the contents of agendas.org, and asks me > what coding system I want to use (default "raw-text"). That strikes me as > an unnecessary distraction in the workflow, although maybe this is > intentional. You'l

Re: [O] Make latex preview formulas the same color as text face

2012-08-03 Thread Bastien
Hi Abdó, Abdó Roig-Maranges writes: > I attach a patch with an enhancement to the latex preview code. When > :foreground or :background colors are set to auto, it choses the > appropriate color according to the properties of the actual text face. The patch is good -- but I cannot accept until y

Re: [O] Chose where latex preview images are placed

2012-08-03 Thread Bastien
Hi Abdó, Abdó Roig-Maranges writes: > I'm a regular org-mode user. I have made a couple of small tweaks to > org-mode that may be useful to someone else. > > In this mail I attach a patch for the first one. It adds a configuration > variable to chose where latex preview stores the little png ima

[O] Make latex preview formulas the same color as text face

2012-08-03 Thread Abdó Roig-Maranges
Hi I attach a patch with an enhancement to the latex preview code. When :foreground or :background colors are set to auto, it choses the appropriate color according to the properties of the actual text face. Abdó Roig. >From f6ede272f226fbeb2cf43fb747ae75be911ad3ce Mon Sep 17 00:00:00 2001 From

[O] Chose where latex preview images are placed

2012-08-03 Thread Abdó Roig-Maranges
Hi, I'm a regular org-mode user. I have made a couple of small tweaks to org-mode that may be useful to someone else. In this mail I attach a patch for the first one. It adds a configuration variable to chose where latex preview stores the little png images of formulas. I prefer having all of th

Re: [O] MobileOrg and tags

2012-08-03 Thread Bastien
James Harkins writes: > It's not working. Does it work with your patch? I used (org-global-tags-completion-table org-mobile-files) assuming it would DTRT. If your patch works against master, please resubmit it with a proper ChangeLog message. It would be nice to limit the files where the tag

Re: [O] Escaping of non-ascii characters in links

2012-08-03 Thread Bastien
Gustav Wikström writes: > [[%C3%B6][ö]] > > I would like to not have the choice of normal behavior even if > non-ascii characters are used (giving me [[ö]]). Is there one at the > moment? If not, consider this a feature request =) Here you go, from a fresh pull: (setq org-url-hexify-p nil) --

Re: [O] MobileOrg and tags

2012-08-03 Thread James Harkins
At Fri, 03 Aug 2012 18:16:55 +0200, Bastien wrote: > Please test my change first, it spares us the cost of a new > option, and it should be fast enough. If it is not, maybe we'll > go with your patch. It's not working. I'm unsure if I'm doing something wrong or if the patch is broken. Normall

Re: [O] Proposal: starting of parallel asynchronous shell processes

2012-08-03 Thread Bastien
Hi Rasmus, Rasmus writes: > BTW: are you aware of emacs-async at: > > https://github.com/jwiegley/emacs-async Yes. > It mainly make sense with time-consuming processes, though. I think > John is trying to push it to Emacs-core. Not only with time-consuming processes, but for processes th

Re: [O] Extending org-koma-letter.el

2012-08-03 Thread Bastien
Hi Luis, Luis Anaya writes: > Nicolas Goaziou writes: > >> >> Code for org-koma-letter.el is at: >> >> http://permalink.gmane.org/gmane.emacs.orgmode/57547 I added a link to this in http://orgmode.org/worg/org-contrib/index.html > Thanks... I'll take a look. I went through the Koma doc

Re: [O] #+LABEL and CUSTOM_ID with reftex

2012-08-03 Thread Yagnesh Raghava Yakkala
Hello Bastien, Bastien writes: > Hi Yagnesh, > > Yagnesh Raghava Yakkala writes: > >> other related question., do we have in buffer completion support for cross >> references.? I mean it would be good if C-c C-l can show link targets with in >> the buffer. > > good idea. When M-x org-insert-l

Re: [O] MobileOrg and tags

2012-08-03 Thread Bastien
Hi James, James Harkins writes: > At Fri, 03 Aug 2012 14:31:12 +0200, > Bastien wrote: >> I've finally committed a change for this, using >> `org-global-tags-completion-table' inconditionnally. >> >> Please test it and report any problem. > > Sorry I was late in delivering the patch. How about

Re: [O] babel: is it possible to cache #+call executed blocks

2012-08-03 Thread Arne Köhn
co...@online.de (Jonas Hörsch) writes: > i'm looking for a possibilty to call lengthy codeblocks a few times with > different parameters, but would like the results to be cached. It's probably a bit late, but I stumbled over the same problem. Here is how I dealt with it (it's not that pretty). I

Re: [O] MobileOrg and tags

2012-08-03 Thread James Harkins
At Fri, 03 Aug 2012 14:31:12 +0200, Bastien wrote: > I've finally committed a change for this, using > `org-global-tags-completion-table' inconditionnally. > > Please test it and report any problem. Sorry I was late in delivering the patch. How about this (to apply on top of 7.8.11)? If it doesn

Re: [O] Managing Images with Org-mode?

2012-08-03 Thread Karl Eichwalder
Karl Voit writes: > ,[ ~/.snippets/tls ] > | name : Insert a table with files of a folder including links > | # -- > | #+BEGIN_SRC sh > | PATTERN='${1:*.jpg}' > | MYFOLDER='${2:$HOME/}' > | cd \${MYFOLDER}; MYPWD=\`pwd\`; for file in \`ls -1 \${PATTERN}\`; do > | echo '-[['\$MYPWD'/'\$file']]

Re: [O] [BUG] Traceback on Org-Export

2012-08-03 Thread Nick Dokos
Luis Anaya wrote: > Giovanni Ridolfi writes: > > >> Ok... my bad... pilot error... missing (require 'org). > > > > ?-) > > > > why is this needed?  > > Good question :) Like I said, I thought that org-install would have > loaded it. But being that I'm more interested in testing the Groff > ex

Re: [O] Extending org-koma-letter.el

2012-08-03 Thread Luis Anaya
Nicolas Goaziou writes: > > Code for org-koma-letter.el is at: > > http://permalink.gmane.org/gmane.emacs.orgmode/57547 Thanks... I'll take a look. I went through the Koma documentation to get a sense of the LaTeX commands in use for writing letters and see how they relate to the Groff ones,

Re: [O] Proposal: starting of parallel asynchronous shell processes

2012-08-03 Thread Rasmus
Bastien writes: > Tobias Naehring writes: > >> A poor man's solution to allow parallel shell processes would be to replace >> the >> code fragment >> >> (progn >>(message "Executing %s" cmd) >>(shell-command cmd)) >>(error "Abort" >>

Re: [O] Proposal: starting of parallel asynchronous shell processes

2012-08-03 Thread Bastien
Hi Tobias, Tobias Naehring writes: > A poor man's solution to allow parallel shell processes would be to replace > the > code fragment > > (progn > (message "Executing %s" cmd) > (shell-command cmd)) > (error "Abort" > > from `org-op

Re: [O] Fwd: Export to Texinfo

2012-08-03 Thread Jonathan Leech-Pepin
Hello, On Fri, Aug 3, 2012 at 4:41 AM, Nicolas Goaziou wrote: > Hello, > > Jonathan Leech-Pepin writes: > >> Nested lists do work with only a small issue I can see at the moment, >> if there are no blank lines between the items in org there are none in >> the info file either, however there are

Re: [O] org-caldav: Sync Org with external calendars through CalDAV (Owncloud, Google, ...)

2012-08-03 Thread David Engster
Bastien writes: > I use Emacs from after your patch to url-dav (>7/26/2012) Then I guess you patched org-caldav-sync to not test for `url-dav-patched-version'? Anyway, I've now added support for the Emacs-bzr version of url-dav. > and I use this simple configuration: > > (setq org-caldav-calendar

Re: [O] MobileOrg and tags

2012-08-03 Thread Bastien
Hi James, Bastien writes: > Hi James, > > James Harkins writes: > >> Or have a configuration variable so the user can decide how to >> generate the tag list. If the global tag completion table function is >> too slow for some, they could manually populate org-tag-alist or...? > > Yes -- somethi

[O] Escaping of non-ascii characters in links

2012-08-03 Thread Gustav Wikström
Hi list! Is there a variable that makes org-mode not escape non-ascii characters in links? Right now when I'm entering a link with eg. an ö in it (or a space for that matter!) the link is automatically converted and the link description contains the non-ascii keyword. Example: Using C-c C-l to en

Re: [O] capture template question

2012-08-03 Thread Eric Abrahamsen
On Fri, Aug 03 2012, Tassilo Horn wrote: > Bastien writes: > >>> Rather than trying to add various ways of citing links, perhaps it >>> would be nice to have a format code for the literal link to the thing >>> under point at time of capture? What I mean is, something like "%l" >>> so I could do t

Re: [O] capture template question

2012-08-03 Thread Bastien
Tassilo Horn writes: > Should gnus also by in the list of vm, wl, mh, mew, and rmail? Indeed. Fixed, thanks, -- Bastien

Re: [O] #+LABEL and CUSTOM_ID with reftex

2012-08-03 Thread Bastien
Hi Yagnesh, Yagnesh Raghava Yakkala writes: > other related question., do we have in buffer completion support for cross > references.? I mean it would be good if C-c C-l can show link targets with in > the buffer. good idea. When M-x org-insert-link RET, links pointing to the current are now

Re: [O] [BUG] Traceback on Org-Export

2012-08-03 Thread Luis Anaya
Giovanni Ridolfi writes: >> Ok... my bad... pilot error... missing (require 'org). > > ?-) > > why is this needed?  Good question :) Like I said, I thought that org-install would have loaded it. But being that I'm more interested in testing the Groff exporter to the latest pull from git, it bec

Re: [O] [BUG] Traceback on Org-Export

2012-08-03 Thread Giovanni Ridolfi
Da: Luis Anaya Inviato: Venerdì 3 Agosto 2012 12:43 > Ok... my bad... pilot error... missing (require 'org). > [...]  Anyway, this solved the > problem by adding the require on my .emacs file. ?-) why is this needed?  The documentation doesn't mention it and I commented it out in my .emacs f

Re: [O] [BUG] Traceback on Org-Export

2012-08-03 Thread Luis Anaya
Bastien writes: > I can't reproduce this. Perhaps ~$ make cleanall and ~$ make again? Ok... my bad... pilot error... missing (require 'org). I would've thought (org-install) would've loaded it. Anyway, this solved the problem by adding the require on my .emacs file. Now I need some tea... L

Re: [O] [BUG] Traceback on Org-Export

2012-08-03 Thread Luis Anaya
Bastien writes: > Hi Luis, > > Luis Anaya writes: > > I can't reproduce this. Perhaps ~$ make cleanall and ~$ make again? Tried it... same error. I'm getting the following compilation error which is too much of a coincidence. I'll keep digging. Luis In org-toggle-heading: org.el:19364:26:

Re: [O] Reftex in Org-Mode exporting and recognizing figures or equations

2012-08-03 Thread Rasmus
Jeffrey Spencer writes: > 1) I was wondering if anyone has got the reftex feature of easily > recognizing the figures and equations to insert as a ref command to work in > org-mode. I haven't gotten this to work. It's doable, but requires some work. For now I'd be happy if I could replace the

Re: [O] capture template question

2012-08-03 Thread Tassilo Horn
Bastien writes: >> Rather than trying to add various ways of citing links, perhaps it >> would be nice to have a format code for the literal link to the thing >> under point at time of capture? What I mean is, something like "%l" >> so I could do this: >> >> * EMAIL Respond to [[%l][%:fromname]]%

Re: [O] org-caldav: Sync Org with external calendars through CalDAV (Owncloud, Google, ...)

2012-08-03 Thread Bastien
Hi David, David Engster writes: > https://github.com/dengste/org-caldav Thanks for this. I tested it but can't make it work. I use Emacs from after your patch to url-dav (>7/26/2012) and I use this simple configuration: (setq org-caldav-calendar-id "4ttssrunbsh9km06csbjkb2...@group.calendar

Re: [O] Fwd: Export to Texinfo

2012-08-03 Thread Nicolas Goaziou
Hello, Jonathan Leech-Pepin writes: > Nested lists do work with only a small issue I can see at the moment, > if there are no blank lines between the items in org there are none in > the info file either, however there are 2 blank lines at the end of > the nested list (end of nested list+end of

Re: [O] Fwd: Export to Texinfo

2012-08-03 Thread Bastien
Hi Jonathan, Jonathan Leech-Pepin writes: >> Do you want to continue to develop while adding the library to >> contrib/lisp/? > > Yes, that would be great. Thansk, I'll send you instructions in a private email. > The attached version fixes that and supports @ftable and @vtable > through #+attr

Re: [O] [ANN] Org-e-groff.el improvements.

2012-08-03 Thread Bastien
Hi Luis, Luis Anaya writes: > I know that I've not said much of late, but I'm not sitting idle. Nobody doubts that :) > The following new features added to the Groff Exporter. Great -- thanks a lot! -- Bastien

Re: [O] Extending org-koma-letter.el

2012-08-03 Thread Nicolas Goaziou
Hello, Luis Anaya writes: > Nicolas, I would like to take a look at the code. I've been raking my > brain on how to add support for the .LO/.LT Groff macros being that they > break convention to covers and memorandum types. Code for org-koma-letter.el is at: http://permalink.gmane.org/gmane

Re: [O] Introducing Octopress Exporter

2012-08-03 Thread Bastien
Hi Tom, Tom Alexander writes: > I recently started using Octopress since its a great platform for > programmers to blog. Since the posts are written in HTML, it was easy > to use Org-Mode but once I got to code blocks I noticed that there was > no highlighting. I decided to modify the HTML expor

Re: [O] [BUG] turn-on-org-cdlatex

2012-08-03 Thread Bastien
Hi Rasmus, Rasmus writes: > It would seem there is a bug in turn-on-org-cdlatex whenever _ or ^ is > called. And perhaps others. This is a problem in cdlatex.el. You need to replace `last-command-char' by `last-command-event'. I'm copying Carsten so that he can take the fix upstream. HTH,

Re: [O] Templates for cloning

2012-08-03 Thread Bastien
Hi Nathan, Nathan Neff writes: > Is there a way to create a template structure for cloning? This is something I've wanted for long, and I hope I'll find the time to implement it after 7.9. More precisely, I want something that captures the structure of the subtree at point (with all elements)

Re: [O] Babel give "Marker does not point anywhere" first run of LaTeX export; subsequent are fine

2012-08-03 Thread Bastien
John Hendy writes: > When I open an org file the first time and export to PDF via LaTeX, I > get the error "Marker does not point anywhere" and the LaTeX export > quits. Running it again without doing anything else succeeds, and all > subsequent exports work fine. > > This is on Windows 7. Though

Re: [O] [BUG] Traceback on Org-Export

2012-08-03 Thread Bastien
Hi Luis, Luis Anaya writes: > I pulled the latest and greatest from Git after I uploaded by changes > on the exporter and I got the following trace during import of > org-export. I can't reproduce this. Perhaps ~$ make cleanall and ~$ make again? -- Bastien

Re: [O] org-mode : add note/flag a capture

2012-08-03 Thread Bastien
Hi Richard, Richard Riley writes: > Is it correct that you cant add a note or change a status to a newly > captured item before its been synced into emacs and repulled/synced? AFAIU, this is correct. -- Bastien