Re: [O] Export a weekly calendar view from org-agenda

2013-01-19 Thread Eric Fraga
Torsten Wagner torsten.wag...@gmail.com writes: Hey Kyle, thanks for the info I will look into it. Maybe I should say more specific, I am looking for a typical calendar view (sort of table) as you know them from paper-based organizers. If I understood your solution, I would get a plain

Re: [O] view only tags related topics

2013-01-19 Thread Eric Fraga
Mohamad Atef Radwan m.atef.rad...@cryptolab.net writes: just beginner in org mode how could i view topics only that tags is assigned to when i searched for certain tag and hide the others ... for example i want to view / print only topics that have :linux: tag Thanks Maybe this is what

Re: [O] [new exporter] empty lines in LaTeX header

2012-11-12 Thread Eric Fraga
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Eric S Fraga e.fr...@ucl.ac.uk writes: #+latex_header: \par Thanks for that. It works fine! Excellent! By the way, you may also wish to check out the progressbar beamer theme: https://github.com/cedricmauclair/beamer-progressbar

Re: [O] Bug: source code editing using C-c ' (org-edit-special) eats characters

2012-11-08 Thread Eric Fraga
Eric Schulte schulte.e...@gmail.com writes: [...] In any Org-mode buffer create and enter an empty code block, I like to do this with s TAB sh DOWNARROW resulting in the following with the cursor at C #+begin_src sh C #+end_src Then C-' into edit mode type foo bar do *not* type enter,

Re: [O] From latest maint/master, no need to (require 'org-install)

2012-10-06 Thread Eric Fraga
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Eric, Eric Fraga wrote: (add-to-list 'load-path ~/git/org-mode) Why that one? Ahh, that's a bit of historical garbage. There was a point a while back where org-install seemed to have lisp/org-xxx paths and the easiest fix was to add

Re: [O] From latest maint/master, no need to (require 'org-install)

2012-10-03 Thread Eric Fraga
Bastien b...@altern.org writes: Hi all again, Bastien b...@altern.org writes: there is no need to (require 'org-install) anymore from the maint and master branches. ... and you should actually remove (require 'org-install) from your configuration, since this file is not automatically

[O] [bug] org-agenda-diary-entry fails on redisplay of the agenda

2012-09-30 Thread Eric Fraga
Hello, sometime in the past few weeks, something has changed that has led to problems inserting items in my diary from the agenda view, using i d (org-agenda-diary-entry). The traceback is --8---cut here---start-8--- Debugger entered--Lisp error:

Re: [O] [bug] org-agenda-diary-entry fails on redisplay of the agenda

2012-09-30 Thread Eric Fraga
Bastien b...@altern.org writes: Hi Eric, Eric Fraga e.fr...@ucl.ac.uk writes: I should note that I have set org-agenda-diary-file to point to an org file instead of the default Emacs diary file and that file is based on a date-tree layout. Can you get this error with a limited set

Re: [O] [bug] org-agenda-diary-entry fails on redisplay of the agenda

2012-09-30 Thread Eric Fraga
Bastien b...@altern.org writes: Hi Eric, Eric Fraga e.fr...@ucl.ac.uk writes: I am not entirely sure what you mean but I have tested this now with an empty diary.org file (i.e. no tags at all in that file at least) and I get: I've pushed a fix, please let me know if it solves your

Re: [O] [bug] org-agenda-diary-entry fails on redisplay of the agenda

2012-09-30 Thread Eric Fraga
Hi Bastien, I tracked the problem down! There was a change, in commit b508ff69 two or so weeks ago, to the argument sequence of org-agenda-format-item which I was using to extract the time information from the diary entry so that I could sent that to my Outlook calendar! This meant that I was

Re: [O] [bug] COMMENT alone on heading ignored by new exporter

2012-09-29 Thread Eric Fraga
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric Fraga e.fr...@ucl.ac.uk writes: I often use COMMENT in headlines to block out text that I don't want exported. This works generally very well. However, sometimes I comment a headline that has no headline text, as in * COMMENT alone

[O] [bug] COMMENT alone on heading ignored by new exporter

2012-09-28 Thread Eric Fraga
} \usepackage{hyperref} \tolerance=1000 \usepackage{xcolor} \usepackage{listings} \usepackage{amsmath} \author{Eric Fraga} \date{\today} \title{comment} \hypersetup{ pdfkeywords={}, pdfsubject={}, pdfcreator={Generated by Org mode 7.9.1 in Emacs 24.2.50.1.}} \begin{document} \maketitle

Re: [O] Remembrance Agent and Orgmode

2012-09-28 Thread Eric Fraga
Hi, sorry I am coming late to this thread. I use the Remembrance Agent. It works great for me, trawling both emails and all my text (org, latex, etc.) documents automatically for similarities in text while I write. It's ideal for academic writing (papers, proposals). The agent is not

Re: [O] essentially turn off font-lock except for headings

2012-06-29 Thread Eric Fraga
Enda enda...@yahoo.com writes: Is there a way to do this on a per-file setting? Not that I am aware of. Sorry. -- : Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D : in Emacs 24.1.50.1 and Org release_7.8.11-14-g4b0121

Re: [O] LaTeX export -- Table with align option

2012-06-05 Thread Eric Fraga
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hello, I want to customize a bit the layout of a table, using the =align= parameter as explained on http://orgmode.org/manual/Tables-in-LaTeX-export.html. That works well for the first two common usages (see ECM) but not with

Re: [O] [bug] org-e-html reference to undefined org-export-coding-system

2012-05-28 Thread Eric Fraga
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric S Fraga e.fr...@ucl.ac.uk writes: with org from git as of a few minutes ago, I cannot load org. I get the following backtrace when I start emacs with --debug-init: , | Debugger entered--Lisp error: (void-variable

Re: [O] org-export-preprocess-hook and the new exporter (was Re: Using Org for a dissertation)

2012-05-20 Thread Eric Fraga
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric S Fraga e.fr...@ucl.ac.uk writes: This is probably more for Nicolas... and apologies for hijacking the thread slightly! I was intrigued by the comment above regarding the ignoreheading tag. Sounded just like what I needed.

Re: [O] Babel, gnuplot, post processing

2012-05-12 Thread Eric Fraga
skip scp0...@gmail.com writes: How can I perform post processing on eps files produced by gnuplot source blocks? I want to take out the extra white space margins in the eps file by running eps2eps utility on the eps file produced by gnuplot. The easiest solution (although maybe not the most

Re: [O] taskjuggler (tj3) export issues and proposals

2012-05-08 Thread Eric Fraga
Bastien b...@gnu.org writes: Hi Eric, Eric S Fraga e.fr...@ucl.ac.uk writes: However, I am again starting to write some proposals that will need GANTT charts so maybe I can justify looking at this again. good to know you are back on this! No matter how far you go, Org will always find

Re: [O] [bug] new exporter fails on read only files

2012-05-06 Thread Eric Fraga
Nicolas, unfortunately, I have immediately run into another problem with the new exporter (to latex) when going back to my long document (a project proposal). I have a minimal example which illustrates the problem. The attached are a simple org file with the resulting latex file. The key

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-06 Thread Eric Fraga
Bastien b...@gnu.org writes: Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: ((adaptive-fill-function (quote nil)) (adaptive-fill-regexp (quote \(\([ [...] This looks good. It's the same as the previous bug: when I try to debug `org-indent-line-function', the problem

Re: [O] [bug] new exporter fails on read only files

2012-05-03 Thread Eric Fraga
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric Fraga e.fr...@ucl.ac.uk writes: Actually, I have updated (one minute ago) and the problem has now changed! I now get this error: , | and: Wrong type argument: stringp, (latex-fragment (:value \\ref{sec:evaporative} :begin

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-03 Thread Eric Fraga
Bastien b...@gnu.org writes: Hi Christopher, I've now fixed orgstuct++-mode so that you can turn it on and off safely. Some Org filling functions fall back on the major-mode filling functions through a new defmacro. Please test and report any problem. Thanks! Ummm, doesn't work well

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-04-29 Thread Eric Fraga
Bastien b...@gnu.org writes: Hi Eric, Eric Fraga e.fr...@ucl.ac.uk writes: Thanks for this. This behaviour has annoyed me for years now. Me too... I've never gotten around to figuring out why I got this behaviour because I get caught up with writing the email and forget by the time

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-04-29 Thread Eric Fraga
Eric Fraga e.fr...@ucl.ac.uk writes: [...] Bastian, Filling seems to work much better now but I don't know whether any of this is org or gnus. Actually, I just noticed from my modeline that OrgTbl is active. However, I have searched everything in my configuration and cannot see where I

Re: [O] Some settings are missing while exporting included org files to the tex file

2012-04-29 Thread Eric Fraga
Keith kigio...@gmail.com writes: Dear Org-mode users: Recently I am considering using org-mode to write my thesis and would like to separate each chapter into a single file. In order to do so, I created a file gathering all the rest files like this: [...] In addition, I also tried to

Re: [O] mail integration, advice?

2012-04-28 Thread Eric Fraga
Rasmus ras...@gmx.us writes: Matt Price mopto...@gmail.com writes: I'd like to take one more shot at returning to text-based email within emacs, mostly because I want to be able to integrate mail easily into my org-mode workflow. I used wl but switched to Gnus. ditto. -

Re: [O] mail integration, advice?

2012-04-28 Thread Eric Fraga
Eric Schulte eric.schu...@gmx.com writes: As a long-time user of gnus with imap my only complaints are the inability to work offline and the relatively poor sorting rules of my web-mail imap servers. It sounds like dovecot and offline-imap could solve both of these problems. I used to use

Re: [O] mail integration, advice?

2012-04-28 Thread Eric Fraga
Stephen Eglen s.j.eg...@damtp.cam.ac.uk writes: A relatively new emacs mailer, mu4e, is worth mentioning: http://www.djcbsoftware.nl/code/mu/mu4e.html Somewhat surreal to bring up this page, look at the second screen shot and see my name on the first line! Not to mention the usual suspects

Re: [O] Per file customisation of sectioning structure in latex export

2012-04-28 Thread Eric Fraga
Vikas Rawal vikasli...@agrarianresearch.org writes: I would like to specify the correspondence between heading levels and sectioning structure for latex export in a specific file. Could somebody point me to the right method. I have checked

Re: [O] mail integration, advice?

2012-04-28 Thread Eric Fraga
Rasmus ras...@gmx.us writes: Eric Fraga e.fr...@ucl.ac.uk writes: Rasmus ras...@gmx.us writes: As this is becoming somewhat of a dovecot thread I've got a question: Often, after resuming the computer from standby, say, Gnus looses the connection to Dovecot. I have to press `g' three

Re: [O] [babel] hide inline source code blocks by results

2012-04-27 Thread Eric Fraga
Eric Schulte eric.schu...@gmx.com writes: [...] I think both this and Torsten's original idea would both be nice options. Preferably the final solution would subsume either use case. Unfortunately either implementation would require a fairly significant amount of work on the inline source

Re: [O] [bug] new exporter fails on read only files

2012-04-27 Thread Eric Fraga
Bastien b...@gnu.org writes: Hi Eric, Eric Fraga e.fr...@ucl.ac.uk writes: Specifically, I have added (require 'org-export) (require 'org-e-latex) to my org customisation. Then, while visiting a read only file, I try M-x org-export-dispatch RET p Mhh.. I can't reproduce

Re: [O] [beamer] When are :BEAMER_envargs: used or ignored?

2012-04-26 Thread Eric Fraga
James Harkins jamshar...@gmail.com writes: At Wed, 25 Apr 2012 18:09:18 +0800, James Harkins wrote: Whether it should be a feature request or not is debatable. The syntax is, at present, fairly straightforward in that the headline text becomes the argument to the environment defined.

Re: [O] Updating BibTex file

2012-04-26 Thread Eric Fraga
Julian Burgos jul...@hafro.is writes: Dear list, How can I made org mode / reftex to recognize changes in my BibTex file? Here is the scenario. I have my default BibTex file defined with the reftex-default-bibliography variable. While working on my org mode document I am adding

Re: [O] [babel] hide inline source code blocks by results

2012-04-26 Thread Eric Fraga
Eric Schulte eric.schu...@gmx.com writes: Currently inline blocks like don't associate themselves with their results, they are only expected to be evaluated on export, so the functionality you suggest below would require first changing how results are associated with inline code blocks.

Re: [O] Disable links in Latex export

2012-04-26 Thread Eric Fraga
Nick Dokos nicholas.do...@hp.com writes: [...] If all you care about is the *appearance*, rather than the existence of links, however, you can use hyperref package options to influence that. For example \usepackage[pdfborder={0,0,0}]{hyperref} will get rid of the red boxes around the

Re: [O] Ever used org-mode contrib packages?

2012-04-26 Thread Eric Fraga
On Wed, Apr 11, 2012 at 21:22, François Allissonfranc...@allisson.co wrote: I'm curious to know what you are using from org-contrib... The only one I use currently is org-mime and even then only infrequently. However, this thread has spurred me on to have a look at org-collector as this

Re: [O] Org tasks from gnus

2012-04-26 Thread Eric Fraga
Rémi Vanicat vani...@debian.org writes: Kyle Sexton k...@mocker.org writes: Does anyone know a way to automatically create/link org-tasks from Gnus messages? My current workflow is to just start a new capture and type in or paste some of the relevant info, but if org could link to the

[O] [bug] new exporter fails on read only files

2012-04-26 Thread Eric Fraga
Hello all, From one of the recent threads (on producing latex files for ACM publications), I was finally motivated to try the new export engine. I have run into a small problem: org-export-dispatch fails if the file is read only. I often have read only files as I use RCS as my version control

Re: [O] Size and placement of images in table in PDF export

2012-04-25 Thread Eric Fraga
Nick Dokos nicholas.do...@hp.com writes: Michael Hannon jm_han...@yahoo.com wrote: Greetings.  I've got another export question.  If I put two small images into an Org-mode table and export the containing document to HTML, I see the two images displayed side-by-side in an area of the page

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-04-25 Thread Eric Fraga
Christopher Schmidt christop...@ch.ristopher.com writes: Hi gurus, I have a problem with Org-mode version 7.8.03 (release_7.8.03.351.g47eb3) on GNU Emacs 24.0.94.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.9) of 2012-03-08. (info (org)Orgstruct mode) says that one is allowed to use

Re: [O] Beamer specific setupfile?

2012-04-25 Thread Eric Fraga
Nick Dokos nicholas.do...@hp.com writes: [...] org-infile-export-plist parses the current buffer and takes care of #+SETUPFILE: options (even recursive ones). It constructs an options This thread has been interesting for the effects it has had on my mail reading experience. I use gnus and I

Re: [O] Beamer confusion: environments are ignored

2012-04-24 Thread Eric Fraga
James Harkins jamshar...@gmail.com writes: (Sorry for breaking the thread -- I'm using the digest. Come to think of it, I was wondering -- how do other digest readers participate in discussions without messing up the thread IDs? Use a news reader, or...? Nabble?) You don't appear to have

Re: [O] [beamer] When are :BEAMER_envargs: used or ignored?

2012-04-24 Thread Eric Fraga
James Harkins jamshar...@gmail.com writes: According to the online documentation [1], it seems that :BEAMER_envargs: should apply to all Beamer environments: And it does generally although I have tried setting it (for your example below) to {ybg} and it disappears. If I set it to [ybg], it