Re: [O] view only tags related topics

2013-01-19 Thread Eric Fraga
Mohamad Atef Radwan 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 you are looking for: ,[

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

2013-01-19 Thread Eric Fraga
Torsten Wagner 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 list of all events. I use

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

2012-11-12 Thread Eric Fraga
Andreas Leha writes: > Eric S Fraga 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 > > Thanks for the pointer. Thing is, that

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

2012-11-08 Thread Eric Fraga
Eric Schulte writes: [...] > In any Org-mode buffer create and enter an empty code block, I like to > do this with " cursor at C > > #+begin_src sh > C > #+end_src > > Then "C-'" into edit mode type "foo bar" do *not* type enter, and then > do a "C-'" again to go back to the Org-mode buffer. Yo

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

2012-10-06 Thread Eric Fraga
Sebastien Vauban 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 t

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

2012-10-03 Thread Eric Fraga
Bastien writes: > Hi all again, > > Bastien 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 created anymore. > > Th

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 pa

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

2012-09-30 Thread Eric Fraga
Bastien writes: > Hi Eric, > > Eric Fraga 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 kn

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

2012-09-30 Thread Eric Fraga
Bastien writes: > Hi Eric, > > Eric Fraga 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

[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: (wrong-ty

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

2012-09-29 Thread Eric Fraga
Nicolas Goaziou writes: > Hello, > > Eric Fraga 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 "

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 intrusive

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

2012-09-28 Thread Eric Fraga
xsym} \usepackage{amssymb} \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.}} \be

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

2012-06-29 Thread Eric Fraga
Enda 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 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 > @-expressions (see, for examp

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

2012-05-28 Thread Eric Fraga
Nicolas Goaziou writes: > Hello, > > Eric S Fraga 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 org-export-coding-system) >> | eval

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

2012-05-19 Thread Eric Fraga
Nicolas Goaziou writes: > Hello, > > Eric S Fraga 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. However, it doesn't do anythin

Re: [O] Babel, gnuplot, post processing

2012-05-12 Thread Eric Fraga
skip 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 elegant) is to

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

2012-05-08 Thread Eric Fraga
Bastien writes: > Hi Eric, > > Eric S Fraga 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 you :) > > Best, T

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

2012-05-06 Thread Eric Fraga
Bastien writes: > Hi Nicolas, > > Nicolas Goaziou 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 disappears. > > I pushed a

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 proble

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

2012-05-03 Thread Eric Fraga
Bastien 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 for me

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

2012-05-03 Thread Eric Fraga
Nicolas Goaziou writes: > Hello, > > Eric Fraga 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 >>

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

2012-04-29 Thread Eric Fraga
Keith 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 export a single

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

2012-04-28 Thread Eric Fraga
Eric Fraga 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 whe

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

2012-04-28 Thread Eric Fraga
Bastien writes: > Hi Eric, > > Eric Fraga 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

Re: [O] mail integration, advice?

2012-04-28 Thread Eric Fraga
Rasmus writes: > Eric Fraga writes: > >> Rasmus 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 t

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

2012-04-28 Thread Eric Fraga
Vikas Rawal 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 > on > worg. Isn't th

Re: [O] mail integration, advice?

2012-04-28 Thread Eric Fraga
Stephen Eglen 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 from the org mailing lis

Re: [O] mail integration, advice?

2012-04-28 Thread Eric Fraga
Eric Schulte 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 offline-imap + dov

Re: [O] mail integration, advice?

2012-04-28 Thread Eric Fraga
Rasmus writes: > Matt Price 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. > >> - wl causes emacs to fr

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

2012-04-27 Thread Eric Fraga
Bastien writes: > Hi Eric, > > Eric Fraga 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 >> >

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

2012-04-27 Thread Eric Fraga
Eric Schulte 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 block system, wor

[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 s

Re: [O] Org tasks from gnus

2012-04-26 Thread Eric Fraga
Rémi Vanicat writes: > Kyle Sexton 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 >> message that would be ideal.

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

2012-04-26 Thread Eric Fraga
On Wed, Apr 11, 2012 at 21:22, François Allisson 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 could

Re: [O] Disable links in Latex export

2012-04-26 Thread Eric Fraga
Nick Dokos 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 links in the T

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

2012-04-26 Thread Eric Fraga
Eric Schulte 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. > > Another option wou

Re: [O] Updating BibTex file

2012-04-26 Thread Eric Fraga
Julian Burgos 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 references and ever

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

2012-04-26 Thread Eric Fraga
James Harkins 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. >> >> I th

Re: [O] [OT] Defining System, process, methodology and framework

2012-04-25 Thread Eric Fraga
Marcelo de Moraes Serpa writes: ... a very interesting philosophical email! [...] > level. I then asked myself "What the heck is a system" and what is the > relationship it has with "process", "methodology" and "frameworks" ? [...] Others have answered to some degree or another but I thought

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

2012-04-25 Thread Eric Fraga
James Harkins writes: > At Wed, 25 Apr 2012 14:11:51 +0930, > Eric Fraga wrote: >> > It kind of strikes me like an epic hack: you have to name the headline >> > after the Beamer color ID, instead of naming the headline after the > >> > content... not very /org

Re: [O] problems with LaTex/BibTex

2012-04-25 Thread Eric Fraga
"Alan E. Davis" writes: > I would have a use for this. I am curious, though... > > Suppose I use this as a standard init-file declaration for > org-latex-to-pdf-process . Does that mean that bibtex will always be run, > every time, during the generation of PDFs via LaTex export? Yes but you ca

Re: [O] setting default BibTex file

2012-04-25 Thread Eric Fraga
Nick Dokos writes: [...] > ... but you can shorten it by setting BIBINPUTS in your > .profile/.login/whatever > and then using > > \bibliography{References} > > in your .org/.tex files. On TeX systems based on kpathsea and texmf, there are defaults which are quite reasonable. On Debian/Ubunt

Re: [O] Exporting a presentation to both slides and handouts?

2012-04-25 Thread Eric Fraga
Alan Schmitt writes: > Hello, > > I'm finishing a presentation with org-mode which is exported as beamer > slides. I would like to also export it as a handouts, which basically > means changing a couple lines in the preamble. Is there a way to do it > from the org-mode file, or do I need to edit

Re: [O] Beamer specific setupfile?

2012-04-25 Thread Eric Fraga
Eric Fraga writes: > Nick Dokos 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

Re: [O] Beamer specific setupfile?

2012-04-25 Thread Eric Fraga
Nick Dokos 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 have gnus configured

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

2012-04-25 Thread Eric Fraga
Christopher Schmidt 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 orgtbl-mode > in message

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

2012-04-25 Thread Eric Fraga
Nick Dokos writes: > Michael Hannon 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 that is at least roughly >> the act

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

2012-04-24 Thread Eric Fraga
James Harkins 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 does appear in the ex

Re: [O] Beamer confusion: environments are ignored

2012-04-24 Thread Eric Fraga
James Harkins 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 broken the thread; a

Re: [O] Beamer export: upgrade problem, and basic questions

2012-04-24 Thread Eric Fraga
James Harkins writes: > At Tue, 21 Feb 2012 09:39:27 -0500, > Nick Dokos wrote: >> Both soul.sty and wrapfig.sty are in the package texlive-latex-extra, >> so you just need to install that: >> >> sudo apt-get install texlive-latex-extra > > Ah, thanks. Some progress, but still: > > ! LaTeX Err