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

2012-09-12 Thread Rainer Stengele
Am 11.09.2012 15:15, schrieb Memnon Anon: > Rainer Stengele writes: > >> SCHEDULED: <2012-09-10 Mo .+3w> >> >> I would like to shioft the date by bulk action in the agenda "B s". >> That does not work. SCHEDULED date stays unchanged. >> Is this a bug? > > I just tried, works as expected he

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

2012-09-12 Thread Rainer Stengele
Am 12.09.2012 09:02, schrieb Rainer Stengele: > Am 11.09.2012 15:15, schrieb Memnon Anon: >> Rainer Stengele writes: >> >>> SCHEDULED: <2012-09-10 Mo .+3w> >>> >>> I would like to shioft the date by bulk action in the agenda "B s". >>> That does not work. SCHEDULED date stays unchanged. >>>

[O] how to locate a function?

2012-09-12 Thread Giovanni Ridolfi
Hello everyone, Org-mode version 7.9.1 (2eb1456bfd GNU Emacs 24.1.1 (i386-mingw-nt6.1.7601) of 2012-06-10 on MARVIN How can I know if a function is present in org and if it is loaded? Rationale: I needed to transpose a table (Resolved via the babel/emacs-lisp thanks to Tom Dye!). I read the wo

[O] Bug: org-preview-latex-fragment does not work with pygmentize (-shell-escape missing) [with patch] [7.8.11]

2012-09-12 Thread Arne Babenhauserheide (IMK)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode maili

[O] [PATCH] for an unquoted list in org-e-latex

2012-09-12 Thread Philipp Kroos
Hi, see the patch ;) PS: Do I have to sign the fsf-formula for such patches? Sry, I'm still new to the open and free software-community, but I'm willing to help, though I can't support anything financially currently. From d4401405af9e78971b728bcc03342964de397860 Mon Sep 17 00:00:00 2001 From:

[O] Is it possible to automatically set the timestamp recorded in a CLOSED: annotation to a different time than now?

2012-09-12 Thread Gaizka Villate
Hi there! I'd like to accomplish this. If anybody can tell me at least if that's a feasible thing to do with org-mode, i'll try to develop it myself :) I log time spent in my tasks (with org-clock), which I usually leave in STARTED state (because maybe there was a bug in my code, and I'd need t

Re: [O] org-spreadsheet: formatting chops off units

2012-09-12 Thread Bastien
Hi Michael, Michael Brand writes: > Calc `defmath' is not mentioned in the Org manual or on Worg, so I > suggest the attached patch for the Org manual. Applied, thanks! -- Bastien

Re: [O] [PATCH] for an unquoted list in org-e-latex

2012-09-12 Thread Bastien
Hi Philipp, Philipp Kroos writes: > see the patch ;) Applied, thanks. > Do I have to sign the fsf-formula for such patches? No. You need to sign the FSF papers if your contributions are more than 20 lines. See: http://orgmode.org/worg/org-contribute.html#sec-6-3 > Sry, I'm still new to t

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

2012-09-12 Thread Bastien
Hi Rainer, Rainer Stengele writes: > Actually I now see that the bulk shifting does not work anymore on any > item - independant of the repeater interval. This is now fixed, thanks. -- Bastien

Re: [O] how to locate a function?

2012-09-12 Thread Sebastien Vauban
Hi Giovanni, Giovanni Ridolfi wrote: > How can I know if a function is present in org > and if it is loaded? > > Rationale: I needed to transpose a table > (Resolved via the babel/emacs-lisp thanks to Tom Dye!). > I read the worg page: > http://orgmode.org/worg/org-hacks.html#transpose-table > bu

Re: [O] how to locate a function?

2012-09-12 Thread Giovanni Ridolfi
Hi, Sebastien, Sebastien Vauban Mercoledì 12 Settembre 2012 13:30 > Giovanni Ridolfi wrote: >> How can I know if a function is present in org >> and if it is loaded? > C-h a org.*transpose RET thanks!! Giovanni

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

2012-09-12 Thread Rainer Stengele
Am 12.09.2012 12:38, schrieb Bastien: > Hi Rainer, > > Rainer Stengele writes: > >> Actually I now see that the bulk shifting does not work anymore on any >> item - independant of the repeater interval. > > This is now fixed, thanks. > Hi Bastien, agenda is no more working: (I use sticky Agen

[O] Timeline view as a custom agenda command

2012-09-12 Thread Sebastien Vauban
Hello, 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 timeline"): #+begin_src emacs-lisp

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

2012-09-12 Thread Bastien
Hi Rainer, Rainer Stengele writes: > agenda is no more working: (I use sticky Agendas) yes, related to another change, that I just fixed too. Please try again and let me know if things are okay now. Thanks! -- Bastien

Re: [O] typo in support for sidewaystable in the new latex exporter

2012-09-12 Thread Bastien
Hi Andres, Andreas Leha writes: > attached is a tiny patch for the new latex exporter that fixes a small > typo. Applied, thanks. -- Bastien

Re: [O] bug in org-element-parse-buffer, affects new HTML exporter

2012-09-12 Thread Nicolas Goaziou
Hello, Eric Schulte writes: > - one :: first > - two :: - second > - three :: third > > and then call the `org-element-parse-buffer' function from within that > buffer. The following error will result. This breaks the new export > engine for buffers containing text like the above. This should

Re: [O] Quick poll - do you use the agenda more as a query interface or as your main view

2012-09-12 Thread Bastien
Hi Marcelo, Marcelo de Moraes Serpa writes: > In fact, it would be nice if we could have an agenda view that showed > items hierarchically This has been often requested and I made a step toward this. `org-agenda-prefix-format' now understands a new specifier %l. When used in a format string,

[O] babel for ditaa-eps

2012-09-12 Thread Arne Babenhauserheide (IMK)
Dear org hackers, I don’t know if there’s already a babel-ditaa-option for using ditaa-eps, so I modified ob-ditaa.el to use ditaa-eps and convert the result using epstopdf. Feel free to use it. ;;; ob-ditaa-eps.el --- org-babel functions for ditaa evaluation ;; Copyright (C) 2009-2012 Free So

[O] bulk rescheduling change?

2012-09-12 Thread Greg Troxel
I'm running from git, updating every few weeks, currently on commit c276eeebeecba23913547f62cf4b8122f0e8efa9 Author: Jambunathan K Date: Wed Sep 5 03:33:16 2012 +0530 (that commit is surely not relevant to my question...). I often hope to get more done than I do, so I'm often faced wit

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

2012-09-12 Thread Rainer Stengele
Am 12.09.2012 15:47, schrieb Bastien: > Hi Rainer, > > Rainer Stengele writes: > >> agenda is no more working: (I use sticky Agendas) > yes, related to another change, that I just fixed too. > > Please try again and let me know if things are okay now. > > Thanks! > Hi Bastien, there seems to be

Re: [O] [PATCH] New variable for the new latex exporter

2012-09-12 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: > With the patch, the user can now do something like this: > (setq org-e-latex-toc-and-lists-string > "\\tableofcontents\n\\listoffigures\n\n") > which I find an improvement. Good idea. I applied a slightly different version for this patch. Thanks.

Re: [O] [PATCH] Resolve regexp ambiguity for item headers

2012-09-12 Thread Nicolas Goaziou
Hello, > Well... the most important point for me is that it shouldn't choke on > these lines, but otherwise I'm open to suggestions. In your case, I think that the problem really comes from a bad case matching: if SUBMITTED is a keyword, "** Submitted" shouldn't be matched. IOW, todo keywords are

Re: [O] how to locate a function?

2012-09-12 Thread Nick Dokos
Giovanni Ridolfi wrote: > Hello everyone, > > Org-mode version 7.9.1 (2eb1456bfd > GNU Emacs 24.1.1 (i386-mingw-nt6.1.7601) of 2012-06-10 on MARVIN > > How can I know if a function is present in org > and if it is loaded? > > Rationale: I needed to transpose a table > (Resolved via the babel

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

2012-09-12 Thread Bastien
Moritz Ulrich writes: > My dream setup would be a range of functions hooking into all sorts of > org-mode hooks, automatically committing changes done via the agenda or > other org functions together with a context dependent commit message. This calls for a good logging system. Something that s

[O] Quickly fold/unfold a node

2012-09-12 Thread Giacomo M
Dear Emacs Orgmode users, I would like to quickly go from FOLDED to CHILDREN to FOLDED skipping the SUBTREE step in the visibility cycle (especially for the cases when CHILDREN and SUBTREE are the same). Any suggestion on how to do it would be very appreciated, thanks Giacomo Marangoni

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

2012-09-12 Thread Bastien
Hi Rainer, Rainer Stengele 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? -- Bastien

Re: [O] bulk rescheduling change?

2012-09-12 Thread Bastien
Hi Greg, Greg Troxel writes: > I often hope to get more done than I do, so I'm often faced with pushing > scheduled items forward. I typically do this from the agenda view, with > 'C-c C-s' for individual items, and markings and 'B s' for groups of > items (typically, saturday-type items to a w

Re: [O] bulk rescheduling change?

2012-09-12 Thread Nick Dokos
Greg Troxel wrote: > > I'm running from git, updating every few weeks, currently on > > commit c276eeebeecba23913547f62cf4b8122f0e8efa9 > Author: Jambunathan K > Date: Wed Sep 5 03:33:16 2012 +0530 > > (that commit is surely not relevant to my question...). > > I often hope to get mo

Re: [O] Quickly fold/unfold a node

2012-09-12 Thread Bastien
Hi Giacomo, Giacomo M writes: > I would like to quickly go from FOLDED to CHILDREN to FOLDED skipping > the SUBTREE step in the visibility cycle (especially for the cases > when CHILDREN and SUBTREE are the same). > Any suggestion on how to do it would be very appreciated, You can bind `org-sho

Re: [O] org-refile failing

2012-09-12 Thread Bastien
Nick Dokos writes: > Didn't somebody else run into a refiling problem earlier today? The refile interface didn't really change in 7.9 -- but if there is anything weird, let's fix it. -- Bastien

Re: [O] org-refile failing

2012-09-12 Thread Bastien
Marcelo de Moraes Serpa writes: > Org-mode version 7.9.1 (release_7.9.1-145-g0a6165-git @ mixed > installation! /Applications/Emacs.app/Contents/Resources/lisp/org/ > and /Users/fullofcaffeine/.emacs.d/vendor/org/lisp/) (Check the "mixed installation!" warning above, it means you don't have a c

Re: [O] bulk rescheduling change?

2012-09-12 Thread Nick Dokos
Bastien wrote: > Hi Greg, > > Greg Troxel writes: > > > I often hope to get more done than I do, so I'm often faced with pushing > > scheduled items forward. I typically do this from the agenda view, with > > 'C-c C-s' for individual items, and markings and 'B s' for groups of > > items (typi

Re: [O] bulk rescheduling change?

2012-09-12 Thread Bastien
Nick Dokos writes: > org-exp-blocks.el seems to have been deleted but org-exp.el still requires it. > What's going on? (This is not related to the bug mentioned in this thread.) I guess Nicolas is on this, I'll not interfere here, but yes, this is a problem. -- Bastien

Re: [O] bulk rescheduling change?

2012-09-12 Thread Nick Dokos
Nick Dokos wrote: > Bastien wrote: > > > Hi Greg, > > > > Greg Troxel writes: > > > > > I often hope to get more done than I do, so I'm often faced with pushing > > > scheduled items forward. I typically do this from the agenda view, with > > > 'C-c C-s' for individual items, and markings a

Re: [O] bulk rescheduling change?

2012-09-12 Thread Nicolas Goaziou
Hello, Bastien writes: > Nick Dokos writes: > >> org-exp-blocks.el seems to have been deleted but org-exp.el still requires >> it. >> What's going on? > > (This is not related to the bug mentioned in this thread.) > > I guess Nicolas is on this, I'll not interfere here, but yes, > this is a pr

Re: [O] bulk rescheduling change?

2012-09-12 Thread Greg Troxel
Nick Dokos writes: > Greg Troxel wrote: > >> >> I'm running from git, updating every few weeks, currently on >> >> commit c276eeebeecba23913547f62cf4b8122f0e8efa9 >> Author: Jambunathan K >> Date: Wed Sep 5 03:33:16 2012 +0530 >> >> (that commit is surely not relevant to my question

Re: [O] bulk rescheduling change?

2012-09-12 Thread Nick Dokos
Nicolas Goaziou wrote: > Hello, > > Bastien writes: > > > Nick Dokos writes: > > > >> org-exp-blocks.el seems to have been deleted but org-exp.el still requires > >> it. > >> What's going on? > > > > (This is not related to the bug mentioned in this thread.) > > > > I guess Nicolas is on thi

Re: [O] bulk rescheduling change?

2012-09-12 Thread Michael Brand
Hi all I didn’t yet investigate further but wanted to throw this in because I think it is related: Since a few weeks “C-c C-s + 1 2 : 0 0” does not keep tomorrow’s date but falls back to today after typing the time part has been completed. I know there is “C-c C-s Shift-Right 1 2 : 0 0” but this i

Re: [O] bulk rescheduling change?

2012-09-12 Thread Nick Dokos
Nick Dokos wrote: > Nicolas Goaziou wrote: > > > Hello, > > > > Bastien writes: > > > > > Nick Dokos writes: > > > > > >> org-exp-blocks.el seems to have been deleted but org-exp.el still > > >> requires it. > > >> What's going on? > > > > > > (This is not related to the bug mentioned in t

Re: [O] bulk rescheduling change?

2012-09-12 Thread Bastien
Nick Dokos writes: > ... and after going back to before Nicolas's last four commits, I get > the attached backtrace in org-agenda-list: > > Debugger entered--Lisp error: (wrong-type-argument wholenump -1) > make-string(-1 32) This is hopefully fixed now. Thanks for testing, -- Bastien

Re: [O] bulk rescheduling change?

2012-09-12 Thread Bastien
Nick Dokos writes: > Reverting commits Yes -- but please bare with us, we want the feature to stabilize :) -- Bastien

Re: [O] bulk rescheduling change?

2012-09-12 Thread Bastien
Nick Dokos writes: > Not quite: I now get the following backtrace. Can you send me a reproducible minimal recipe? -- Bastien

[O] LaTeX export problem

2012-09-12 Thread Gary Oberbrunner
Using a recent git checkout of org-mode (f51c405), the following small org-mode file produces invalid LaTeX. I'm pretty sure it used to work. The \alpha and \beta seem to be what confuses it. ---snip * Scorecards ** Product Releases | *Product* | *\alpha* | *\beta* | *Release* |

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

2012-09-12 Thread Samuel Wales
On 9/12/12, Bastien wrote: > This calls for a good logging system. Of possible tangential relevance for the display part of it: "FR: inactive timestamps in log mode (and a sorting FR)"

Re: [O] bulk rescheduling change?

2012-09-12 Thread Nick Dokos
Bastien wrote: > Nick Dokos writes: > > > Reverting commits > > Yes -- but please bare with us, we want the feature to > stabilize :) > I meant that as a pointer of where things went off the rails - I certainly don't expect you to revert the commits. Thanks, Nick PS. Any idea about the la

Re: [O] bulk rescheduling change?

2012-09-12 Thread Nick Dokos
Bastien wrote: > Nick Dokos writes: > > > Not quite: I now get the following backtrace. > > Can you send me a reproducible minimal recipe? > Not sure - the last thing that .emacs does is bring up the agenda. Let me try to investigate a bit what exactly breaks. Nick PS. Please disregard my

Re: [O] bulk rescheduling change?

2012-09-12 Thread Nick Dokos
Nick Dokos wrote: > Bastien wrote: > > > Nick Dokos writes: > > > > > Not quite: I now get the following backtrace. > > > > Can you send me a reproducible minimal recipe? > > > > Not sure - the last thing that .emacs does is bring up the agenda. > Let me try to investigate a bit what exact

[O] Question about HTML export, drawers, and links

2012-09-12 Thread Thomas Moyer
I have a set of files that I put notes in that I would like to export to HTML. When I do this, I have configured everything to allow certain drawers to included in the export, but those drawers are put in blocks. Is there a way to convince the export mechanism to treat links inside drawers as link

Re: [O] bulk rescheduling change?

2012-09-12 Thread Nick Dokos
Nick Dokos wrote: > Nick Dokos wrote: > > > Bastien wrote: > > > > > Nick Dokos writes: > > > > > > > Not quite: I now get the following backtrace. > > > > > > Can you send me a reproducible minimal recipe? > > > > > > > Not sure - the last thing that .emacs does is bring up the agenda.

[O] building tagcloud datastructure in elisp

2012-09-12 Thread Marcelo de Moraes Serpa
Hi list, How hard would it be to parse a bunch of org files and build an elisp data structure (Hash?) that represents a tagcloud? All tags in all headlines and subtrees should be taken into account (for all org files that are parsed). Could I use org-element to help me parse this or is there a bet

Re: [O] building tagcloud datastructure in elisp

2012-09-12 Thread Eric Schulte
Marcelo de Moraes Serpa writes: > Hi list, > > How hard would it be to parse a bunch of org files and build an elisp data > structure (Hash?) that represents a tagcloud? All tags in all headlines and > subtrees should be taken into account (for all org files that are parsed). > Could I use org-el

Re: [O] bulk rescheduling change?

2012-09-12 Thread Nick Dokos
I turned off the grid for now as a workaround for the formatting problems. Going back to the original problem, I'm still having problems with that: I mark a bunch of agenda items (scheduled for today) and then do a B s. It reschedules them for tomorrow, no questions asked. If I repeat the process

Re: [O] bulk rescheduling change?

2012-09-12 Thread Nick Dokos
Nick Dokos wrote: > I turned off the grid for now as a workaround for the formatting > problems. > > Going back to the original problem, I'm still having problems with that: > I mark a bunch of agenda items (scheduled for today) and then do a B s. > It reschedules them for tomorrow, no questions

Re: [O] bulk rescheduling change?

2012-09-12 Thread Nick Dokos
Nick Dokos wrote: > Nick Dokos wrote: > > > I turned off the grid for now as a workaround for the formatting > > problems. > > > > Going back to the original problem, I'm still having problems with that: > > I mark a bunch of agenda items (scheduled for today) and then do a B s. > > It resched

[O] New exporter queries, captions

2012-09-12 Thread Thomas S. Dye
Aloha Nicolas, 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 \caption{[Short caption]{Long caption

Re: [O] bulk rescheduling change?

2012-09-12 Thread Bastien
Nick Dokos writes: >> Not sure - the last thing that .emacs does is bring up the agenda. >> Let me try to investigate a bit what exactly breaks. > > Something goes awry with the agenda time grid. Argh, great that you could isolate this. There was an error here, I just fixed it. Thanks for your

Re: [O] bulk rescheduling change?

2012-09-12 Thread Bastien
Nick Dokos writes: > org-agenda-format-item changed its calling sequence in b508ff69. > I haven't checked all the call sites in org-agenda.el but there is > a call site in org.el that apparently was missed, as well as the > declaration of the function in the same file. Fixed, thanks. -- Basti

Re: [O] bulk rescheduling change?

2012-09-12 Thread Bastien
Hi Michael, Michael Brand writes: > I didn’t yet investigate further but wanted to throw this in because I > think it is related: Since a few weeks “C-c C-s + 1 2 : 0 0” does not > keep tomorrow’s date but falls back to today after typing the time > part has been completed. This is fixed now,

Re: [O] bulk rescheduling change?

2012-09-12 Thread Bastien
Hi Nick, Nick Dokos writes: > Well, the non-interactiveness and the next day are because the four > items I marked were the last four items for that date, so after marking > them, the cursor happened to be on the date line for the next day, which > apparently is taken as an indication that I wan

Re: [O] building tagcloud datastructure in elisp

2012-09-12 Thread Jonathan Leech-Pepin
Hello Marcello, On 12 September 2012 14:41, Marcelo de Moraes Serpa wrote: > Hi list, > > How hard would it be to parse a bunch of org files and build an elisp data > structure (Hash?) that represents a tagcloud? All tags in all headlines and > subtrees should be taken into account (for all org f

Re: [O] [Contest] Redesign orgmode.org by the end of august

2012-09-12 Thread Bastien
Hi Takaaki, Takaaki ISHIKAWA writes: > I copied index.org into ./ja directory with Japanese translation (not > completed yet). > The translation will be finished until this week end. Great -- I added links to the translated versions of the website in the top left corner (under the logo). > I

[O] Weird List Behavior with Links

2012-09-12 Thread Scott Randby
I just discovered some weird behavior. Suppose a list of links like the following is made in an org file. - http://orgmode.org/ - http://www.gnu.org/software/emacs/ - http://www.fsf.org/ Put the mark somewhere in the first link and hit C-c C-l. Hit , put in a description, and hit . Notice how the

Re: [O] Weird List Behavior with Links

2012-09-12 Thread Bastien
Scott Randby writes: > I just discovered some weird behavior. Suppose a list of links like > the following is made in an org file. Fixed, thanks. -- Bastien

[O] new exporter now drops labels

2012-09-12 Thread cberry
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 | (org-version) | #+END_SRC ` and doing C-x

Re: [O] babel for ditaa-eps

2012-09-12 Thread Luis Anaya
"Arne Babenhauserheide (IMK)" writes: > Dear org hackers, > I don?t know if there?s already a babel-ditaa-option for using > ditaa-eps, so I modified ob-ditaa.el to use ditaa-eps and convert the > result using epstopdf. > This is great, thanks. The way I addressed this in the Groff exporter was

Re: [O] Quickly fold/unfold a node

2012-09-12 Thread Carsten Dominik
On 12.9.2012, at 08:16, Giacomo M wrote: > Dear Emacs Orgmode users, > I would like to quickly go from FOLDED to CHILDREN to FOLDED skipping the > SUBTREE step in the visibility cycle (especially for the cases when CHILDREN > and SUBTREE are the same). Pressing TAB twice. :) Sounds stupid, bu

Re: [O] bulk rescheduling change?

2012-09-12 Thread Nick Dokos
Bastien wrote: > Hi Nick, > > Nick Dokos writes: > > > Well, the non-interactiveness and the next day are because the four > > items I marked were the last four items for that date, so after marking > > them, the cursor happened to be on the date line for the next day, which > > apparently is

Re: [O] babel for ditaa-eps

2012-09-12 Thread Luis Anaya
"Arne Babenhauserheide (IMK)" writes: Hi: I made a small changed to the code. It will look for the suffix and run the epspdf step only if it's a pdf, otherwise, it will print the EPS. The reason for this is because on Groff, you're better off with the EPS file. Luis ob-ditaa-eps.el Descript

[O] Bug: Tags Search and Agenda View [7.9.1 (release_7.9.1-199-g6589b9.dirty @ /usr/local/share/emacs/site-lisp/org/)]

2012-09-12 Thread Charles Philip Chan
With the current git version of org-mode, items that are the result of tags searches are no longer showing up. Charles -- "If you want to travel around the world and be invited to speak at a lot of different places, just write a Unix operating system." (By Linus Torvalds) pgpaVvuZIDOkU.pgp Des

Re: [O] Bug: Tags Search and Agenda View [7.9.1 (release_7.9.1-199-g6589b9.dirty @ /usr/local/share/emacs/site-lisp/org/)]

2012-09-12 Thread Charles Philip Chan
Charles Philip Chan writes: > With the current git version of org-mode, items that are the result of > tags searches are no longer showing up. Oops, sorry for the noise. I just realized that my Custom Agenda setup got messed up some how. Charles -- I did this 'cause Linux gives me a woody. I

Re: [O] babel for ditaa-eps

2012-09-12 Thread Thomas S. Dye
Luis Anaya writes: > "Arne Babenhauserheide (IMK)" writes: > Hi: > > I made a small changed to the code. It will look for the suffix and run > the epspdf step only if it's a pdf, otherwise, it will print the > EPS. The reason for this is because on Groff, you're better off with the > EPS file.

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

2012-09-12 Thread Eric Schulte
Hi, I just recently noticed the new web site, I think it looks great! 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 the attached [2], it's not egregious but it is less than ideal

Re: [O] babel for ditaa-eps

2012-09-12 Thread Eric Schulte
It sounds like there is a good deal of desire for this functionality. How much code does this file share with ob-ditaa? If it is a large percentage perhaps it would be possible to instead add a new header argument to ditaa code blocks to run ditaa-eps. Some code blocks (e.g., sql) already have an

Re: [O] bulk rescheduling change?

2012-09-12 Thread Michael Brand
Hi Bastien On Thu, Sep 13, 2012 at 1:29 AM, Bastien wrote: > This is fixed now, thanks for reporting this! Confirmed, both in an Org buffer and in the agenda buffer. Thank you. Michael

Re: [O] Question on latex source block

2012-09-12 Thread Jambunathan K
Eric Schulte 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 > `org-create-formula-image' function, which now dispatches to

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

2012-09-12 Thread Rainer Stengele
Am 12.09.2012 17:17, schrieb Bastien: > Hi Rainer, > > Rainer Stengele 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 shifting the sche

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

2012-09-12 Thread Bastien
Hi Eric, Eric Schulte 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 the attached [2]