Re: [O] Cannot agenda - bulk shift SCHEDULED entries with repeater interval = SOLVED

2012-09-13 Thread Rainer Stengele
Am 12.09.2012 17:17, schrieb Bastien: Hi Rainer, Rainer Stengele rainer.steng...@online.de writes: there seems to be another problem: I don't know how you get this error, so I cannot reproduce this. Can you tell me more? Hi Bastien, I just pulled and the bug is gone. Additionally, bulk

Re: [O] patch for orgweb for better resolution in narrow browsers

2012-09-13 Thread Bastien
Hi Eric, Eric Schulte eric.schu...@gmx.com writes: I just recently noticed the new web site, I think it looks great! Thanks! However when the browser window is not very wide (1000px) the elements overflow in an unappealing manner [1]. As an example of how the page looks in my browser see

Re: [O] Question on latex source block

2012-09-13 Thread Nick Dokos
Jambunathan K kjambunat...@gmail.com wrote: Eric Schulte eric.schu...@gmx.com writes: Alright, I've just committed a patch which gets part-way to your suggest solution. While the two backend-specific functions are still separate (I agree they should be combined), I have brought back

Re: [O] Question on latex source block

2012-09-13 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: Seems to be caused by 149cc04782651e74764eb3188f6a6f178fe25f64, which is unfortunate since that fixes (at least I *think* it fixes) some problems when no default fore/background is defined (e.g. when emacs is run in batch mode). It would be nice if

[O] Invalid custom agenda command type timeline

2012-09-13 Thread Sebastien Vauban
Hello, Sebastien Vauban wrote: I'd like to get the timeline view as an agenda custom command, because I'd like reports to be automated for a particular Org file (eventually with its contents exported to HTML, for example). Though, such trials fail (Invalid custom agenda command type

[O] Modify clock in/out time to previous/following full quarter of an hour.

2012-09-13 Thread Rainer Stengele
Hi! My whole clocking is based on whole quarters of an hour. When clocking in and out I always adjust the clocks to the previous or the following quarter. I do not like to fiddle within minute-wise details. Clocking in mostly is moved to the previous, clock out time to the following full quarter.

Re: [O] babel for ditaa-eps

2012-09-13 Thread Arne Babenhauserheide (IMK)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Eric, It’s much easier to answer, what this does not share with ob-ditaa.el :) If I cut out the obvious renaming (to be able to use a ditaa-exp source type), it’s just this diff (and the first half of that only defines variables…): - ---

[O] Troubles with custom agenda commands

2012-09-13 Thread Sebastien Vauban
Hello, Trying to write my own custom agenda commands, I face a couple of weird behaviors. #+begin_src emacs-lisp (add-to-list 'org-agenda-custom-commands '(S Summary Review ((agenda ) (todo )) ((org-agenda-time-grid nil)

[O] Digest configuration

2012-09-13 Thread James Harkins
If there is a very long message, the digest gets truncated. For instance, in digest volume 79, issue 14, the fourth message consists of an immense stack trace. The digest cuts off midway through. According to the table of contents, that leaves 39 messages that I can't read without clicking around

Re: [O] new exporter now drops labels

2012-09-13 Thread Nicolas Goaziou
Hello, cbe...@tajo.ucsd.edu writes: Using a pull from earlier today (8ab1d76..343b648) and this file: , | *** first headline | #+COMMENT: (org-export-to-buffer 'e-latex my buffer nil nil t) | | | #+name: version-label | #+BEGIN_SRC emacs-lisp :exports both :results value raw |

[O] Visibility cycling with inline tasks

2012-09-13 Thread Christopher Witte
Hi all, I have a document with lots of inline tasks scattered throughout it. I want to get an overview of the document so I use S-TAB to cycle to CONTENTS, when I do that all of the inline tasks are displayed like this: * 1 ** 2 *** TODO 4 *** END *** TODO 5

[O] syncing with google calendar, file changed on disk

2012-09-13 Thread Tyler Smith
Hi, Following the instructions from Worg ( http://orgmode.org/worg/org-tutorials/org-google-sync.html ), I've set a cron job to download my google calendar, and use Eric Fraga's awk script to convert it into google.org for inclusion in my agenda. This works fine, and is currently my only syncing

Re: [O] patch for orgweb for better resolution in narrow browsers

2012-09-13 Thread Eric Schulte
Bastien b...@altern.org writes: Hi Eric, Eric Schulte eric.schu...@gmx.com writes: I just recently noticed the new web site, I think it looks great! Thanks! However when the browser window is not very wide (1000px) the elements overflow in an unappealing manner [1]. As an example of

[O] documentation bug

2012-09-13 Thread Tyler Smith
Hi, I'm using org-mode 7.8.03, which shipped with Emacs 24.0.94.1. The documentation for exporting html includes the following: 12.5.1 HTML export commands --- `C-c C-e h (`org-export-as-html')' Export as HTML file. [...] If there is an active region(1), only

Re: [O] babel for ditaa-eps

2012-09-13 Thread Eric Schulte
Arne Babenhauserheide (IMK) arne.babenhauserhe...@kit.edu writes: Hi Eric, It’s much easier to answer, what this does not share with ob-ditaa.el :) If I cut out the obvious renaming (to be able to use a ditaa-exp source type), it’s just this diff (and the first half of that only defines

[O] syncing with google calendar, file changed on disk

2012-09-13 Thread Tyler Smith
Hi, Following the instructions from Worg ( http://orgmode.org/worg/org-tutorials/org-google-sync.html ), I've set a cron job to download my google calendar, and use Eric Fraga's awk script to convert it into google.org for inclusion in my agenda. This works fine, and is currently my only syncing

Re: [O] documentation bug

2012-09-13 Thread Giovanni Ridolfi
Da: Tyler Smith tyler.sm...@mail.mcgill.ca Inviato: Giovedì 13 Settembre 2012 16:50 I'm using org-mode 7.8.03, which shipped with Emacs 24.0.94.1. `C-c C-e h    (`org-export-as-html')'     Export as HTML file.  [...] If there is an active region(1), only    the region will be    

Re: [O] syncing with google calendar, file changed on disk

2012-09-13 Thread Nick Dokos
Tyler Smith sedge...@gmail.com wrote: Hi, Following the instructions from Worg ( http://orgmode.org/worg/org-tutorials/org-google-sync.html ), I've set a cron job to download my google calendar, and use Eric Fraga's awk script to convert it into google.org for inclusion in my agenda. This

Re: [O] Question on latex source block

2012-09-13 Thread Eric Schulte
Jambunathan K kjambunat...@gmail.com writes: Eric Schulte eric.schu...@gmx.com writes: Alright, I've just committed a patch which gets part-way to your suggest solution. While the two backend-specific functions are still separate (I agree they should be combined), I have brought back the

Re: [O] Question on latex source block

2012-09-13 Thread Nick Dokos
Eric Schulte eric.schu...@gmx.com wrote: Jambunathan K kjambunat...@gmail.com writes: Eric Schulte eric.schu...@gmx.com writes: Alright, I've just committed a patch which gets part-way to your suggest solution. While the two backend-specific functions are still separate (I agree

Re: [O] new exporter now drops labels

2012-09-13 Thread cberry
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, cbe...@tajo.ucsd.edu writes: Using a pull from earlier today (8ab1d76..343b648) and this file: , | *** first headline | #+COMMENT: (org-export-to-buffer 'e-latex my buffer nil nil t) | | | #+name: version-label | #+BEGIN_SRC

Re: [O] New exporter queries, captions

2012-09-13 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: Three queries about captions in the new exporter: 1) The old exporter allowed a structure like this #+CAPTION: [Short caption]{Long caption.} to export \caption[Short caption]{Long caption.} to LaTeX. The new exporter gives something like this

Re: [O] syncing with google calendar, file changed on disk

2012-09-13 Thread Arun Persaud
Hi I use the following bash script via cron to sync with google and revert the buffer. I also keep my files in git, so there are some git commands in here too: #+BEGIN_SRC bash #update calendar (this runs the awk script) /home/arun/bin/google-get-calendar #check if have any local changes, if so

Re: [O] New exporter queries, captions

2012-09-13 Thread Thomas S. Dye
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, t...@tsdye.com (Thomas S. Dye) writes: Three queries about captions in the new exporter: 1) The old exporter allowed a structure like this #+CAPTION: [Short caption]{Long caption.} to export \caption[Short caption]{Long caption.} to

Re: [O] Question on latex source block

2012-09-13 Thread Eric Schulte
Perhaps you could use git-bisect to find the ID of the offending commit? I did and I replied both to the list and cc: to you and Jambunathan (and I added a clarification later). You probably haven't reached that point in your email backlog yet, but if you don't see them let me know and

Re: [O] any org[/beamer] experts in the ottawa area available for consulting?

2012-09-13 Thread Manish
On Mon, Sep 10, 2012 at 4:56 AM, Robert P. J. Day wrote: [snip: request for help (63 lines)] i am not an accomplished user of *any* of the technologies in the toolchain -- org-mode, emacs, latex or beamer. i have used emacs in Highly recommended series for getting to know Emacs better:

Re: [O] any org[/beamer] experts in the ottawa area available for consulting?

2012-09-13 Thread Robert P. J. Day
On Thu, 13 Sep 2012, Manish wrote: On Mon, Sep 10, 2012 at 4:56 AM, Robert P. J. Day wrote: [snip: request for help (63 lines)]     i am not an accomplished user of *any* of the technologies in the toolchain -- org-mode, emacs, latex or beamer.  i have used emacs in Highly recommended

Re: [O] Store org-files in a git repository?

2012-09-13 Thread Marcelo de Moraes Serpa
This calls for a good logging system. Something that stores any action you take on a .org file (editing an entry, marking it as DONE, clocking it, refiling it, etc.) and that you can easily *query*. For now the logs are somewhat hackish, more a casual convenience, and the actual system is

[O] Status of org-sync?

2012-09-13 Thread Marcelo de Moraes Serpa
Hi guys, What's the current status of org-sync? Is it already a contrib? I'd like to extend it to support Acunote. Thanks, - Marcelo.

Re: [O] new exporter now drops labels

2012-09-13 Thread Nicolas Goaziou
cbe...@tajo.ucsd.edu writes: Pulled 343b648..0b13ec8 a few minutes ago. Still no version-label label for the src block. Indeed, it was a completely different problem. It should be fixed, this time. Thanks. Regards,

[O] Another tricky question: accessing named values

2012-09-13 Thread Neuwirth Erich
Is there a way of accessing the value of something defined by a #name: statement as part of plain text, of within the definition of a macro?

Re: [O] Question on latex source block

2012-09-13 Thread Abdó Roig-Maranges
Hi, Here is a patch. Sorry for the bug! Abdó. Eric Schulte eric.schu...@gmx.com writes: Seems to be caused by 149cc04782651e74764eb3188f6a6f178fe25f64, which is unfortunate since that fixes (at least I *think* it fixes) some problems when no default fore/background is defined (e.g. when

Re: [O] Question on latex source block

2012-09-13 Thread Jambunathan K
Abdó Roig-Maranges abdo.r...@gmail.com writes: Hi, Here is a patch. Sorry for the bug! Thanks. I did a quick test and pushed the patch to repo. Abdó. Eric Schulte eric.schu...@gmx.com writes: Seems to be caused by 149cc04782651e74764eb3188f6a6f178fe25f64, which is unfortunate since

[O] [OT] Automating the process of creating 'buildlogs'

2012-09-13 Thread Marcelo de Moraes Serpa
This is kind of OT, but still relevant to org, I think.. I spend most of my day coding, and sometimes doing devops stuff. When I can't (don't have the time, or the client just doesn't want to) automate it with a scm system like Chef, I rely on buildlogs (all of them saved as org files). However,

Re: [O] [OT] Current website not very attractive

2012-09-13 Thread Marcelo de Moraes Serpa
Bastien et al, Congrats on the new site! I really liked the minimalist concept, the colors and the typography! It's much cleaner and much more attractive :) - Marcelo. On Sat, Aug 11, 2012 at 4:30 AM, Bastien b...@gnu.org wrote: brian powell briangpowel...@gmail.com writes: --I just hope

Re: [O] [OT] Current website not very attractive

2012-09-13 Thread Marcelo de Moraes Serpa
I think the new design is more appealing to not-very-technical-people like graphic designers and other knowledge-workers that might not be coding-savvy, by the way. On Thu, Sep 13, 2012 at 3:19 PM, Marcelo de Moraes Serpa celose...@gmail.com wrote: Bastien et al, Congrats on the new site! I

Re: [O] [OT] Current website not very attractive

2012-09-13 Thread Marcelo de Moraes Serpa
I can help with the Spanish and Portuguese versions, by the way. On Thu, Sep 13, 2012 at 3:21 PM, Marcelo de Moraes Serpa celose...@gmail.com wrote: I think the new design is more appealing to not-very-technical-people like graphic designers and other knowledge-workers that might not be

Re: [O] new exporter now drops labels

2012-09-13 Thread cberry
Nicolas Goaziou n.goaz...@gmail.com writes: cbe...@tajo.ucsd.edu writes: Pulled 343b648..0b13ec8 a few minutes ago. Still no version-label label for the src block. Indeed, it was a completely different problem. It should be fixed, this time. Thanks. Looks good, now. Thank you! Chuck

[O] Problem with ltxpng path for html and odt exports

2012-09-13 Thread Abdó Roig-Maranges
Here is a patch fixing a bug introduced in commit 8474115b20ff2ac907d62f30a0f543064318f47d. That commit added a config variable with the path for the ltxpng directory (latex images) but didn't take into account html and odt exports. Abdó Roig. From 02435c7ac59611278d49b8499ce117033b415d86 Mon

Re: [O] [BUG] [new exporter] \cite and \ref in odt export

2012-09-13 Thread Jambunathan K
Andreas This has been pending for quite a while and is now fixed with following commit/org-version. , | Org-mode version 7.9.1 (release_7.9.1-212-gdd44a62) ` LaTeX fragments like \cite and \ref which cannot be converted to images or mathml files will be transferred as such in to ODT

Re: [O] babel for ditaa-eps

2012-09-13 Thread Luis Anaya
Eric Schulte eric.schu...@gmx.com writes: Please, provide the option to not create the PDF file at the end for those poor people that use Groff to create documents in which will barf on a PDF file. Thanks, Luis -- Luis R. Anaya papo anaya aroba hot mail punto com Do not use 100 words if you

Re: [O] babel for ditaa-eps

2012-09-13 Thread Eric Schulte
Luis Anaya papoan...@hotmail.com writes: Eric Schulte eric.schu...@gmx.com writes: Please, provide the option to not create the PDF file at the end for those poor people that use Groff to create documents in which will barf on a PDF file. Thanks, Luis Good idea, The attached version

Re: [O] Weird List Behavior with Links

2012-09-13 Thread Scott Randby
On 09/12/2012 09:20 PM, Bastien wrote: Scott Randby sran...@gmail.com writes: I just discovered some weird behavior. Suppose a list of links like the following is made in an org file. Fixed, thanks. This is one of the things I love about org. Report a bug and it is fixed in less than an

Re: [O] babel for ditaa-eps

2012-09-13 Thread Eric Schulte
Eric Schulte eric.schu...@gmx.com writes: Luis Anaya papoan...@hotmail.com writes: Eric Schulte eric.schu...@gmx.com writes: Please, provide the option to not create the PDF file at the end for those poor people that use Groff to create documents in which will barf on a PDF file. Thanks,

Re: [O] babel for ditaa-eps

2012-09-13 Thread Luis Anaya
Oh, I thought that I was going blind or needed stronger bifocals :).I'll take a look at it and play with it, Thanks!Luis Original Message From: Eric Schulte Sent: Thu, Sep 13, 2012 10:51 PM To: Luis Anaya CC: emacs-orgmode@gnu.org;

Re: [O] [OT] Current website not very attractive

2012-09-13 Thread Bastien
Hi Marcelo, glad you like the new website! It's important to keep Org open to non-developers, it is good if the website somehow advertizes this attitude. Marcelo de Moraes Serpa celose...@gmail.com writes: I can help with the Spanish and Portuguese versions, by the way. Great! ~$ git

Re: [O] Status of org-sync?

2012-09-13 Thread Bastien
Hi Marcelo, Marcelo de Moraes Serpa celose...@gmail.com writes: What's the current status of org-sync? It is available here: ~$ git://orgmode.org/org-sync.git Is it already a contrib? No. It would be good to test it more and to spread the world about this feature. I'd like to extend