Re: [O] How to populate a 'list of figures'?

2016-09-07 Thread Peter Frings
> On 07 Sep 2016, at 12:52, Sharon Kimble wrote: > > > I'm having great difficulty in being able to generate and populate a > 'list of figures' in my orgmode-2-latex document. I currently have this > as a figure in my org-mode file - [snip] > However, when I generate the pdf using xelatex all

Re: [O] Function that splits a CLOCK interval

2015-04-01 Thread Peter Frings
On 31 Mar 2015, at 18:59, Christoph LANGE wrote: > I use org's clocking facility to clock all my working time. I frequently > find myself clocking time for a task T1, but later realize that I actually > spent part of this time on some other task T2. [snip] > The following function now automat

Re: [O] Org-mode Tables not showing correctly in graphical emacs

2014-06-26 Thread Peter Frings
Hi David, On 26 Jun 2014, at 08:54, David Rose wrote: > I am not sure if this is an actual bug or if I am just missing some > new setting/configuration option, but when in a graphical emacs window > org-mode table alignments are way off, yet when in a 'terminal' window > emacs session tables are

Re: [O] idea, in-line preview link

2012-04-12 Thread peter . frings
Good day all, On 05 Apr 2012, at 13:55, Christian Moe wrote: > One of my first Lisp projects was a link type that behaves a bit like what > you describe. > > I don't bother with placing the snippet inline, though, I just flash it as a > message in the minibuffer. But I also leave it on the kil

Re: [O] [babel] What is `, (backquote comma)?

2011-09-22 Thread peter . frings
On 21 Sep 2011, at 21:48, Jambunathan K wrote: > I learnt more about all the strange looking `', creatures by cursorily > reading the first link and casually looking at the flip-flop diagram > seen on the second link. > > http://www.lisperati.com/syntax.html > http://www.lisperati.com/looking.ht

Re: [O] Problem with shift-up [solved]

2011-08-22 Thread Peter Frings
Hello all, On 19 Aug 2011, at 22:10, Bastien wrote: > Let us know if you make progress, Yes, I did. I did find the offending command. Hooray! (setq org-replace-disputed-keys t) Was set in the init.el file of the starter-kit. Now, is it just me or is the relation between this variable and

Re: [O] Problem with shift-up

2011-08-22 Thread peter . frings
Good morning all, I’ve got some answers for Bastien and Ista below. On 19 Aug 2011, at 22:10, Bastien wrote: > Peter Frings writes: > >> When loading the starter-kit from Kieran Healy [1], > > AFAIU, this starter-kit relies on the commit c88c76b of Org: > https://git

[O] Problem with shift-up

2011-08-19 Thread Peter Frings
Hi gang, sorry to bother you all again, but my transition to the new emacs is now taking days and I’m getting really frustrated. I’m trying to find out why shift-arrow on a date/time stamp no longer works with my brand new and shiny set-up. Emacs 23, org-mode 7.7. When running a minimal set

Re: [O] missing todo's in agenda after emacs/org upgrade

2011-08-19 Thread peter . frings
On 19 Aug 2011, at 13:05, Carsten Dominik wrote: > On Aug 19, 2011, at 12:35 PM, Peter Frings wrote: >> On 19 Aug 2011, at 11:59, Carsten Dominik wrote: >> >>> The two main issues you are having are these: >>> >>> 1. There is no simple way for be

Re: [O] missing todo's in agenda after emacs/org upgrade

2011-08-19 Thread Peter Frings
Hello Carsten, On 19 Aug 2011, at 11:59, Carsten Dominik wrote: > The two main issues you are having are these: > > 1. There is no simple way for beginners to get both TODO and agenda in one > view > 2. Moving through time does not work in a block view when the cursor is in > the TODO list.

Re: [O] missing todo's in agenda after emacs/org upgrade

2011-08-19 Thread peter . frings
Good morning gents, I think you nailed it. Thanks! * Summary Having the todo list in a daily view is very convenient, but not provided out-of-the-box. The enabling of it used to be relatively simply with a single variable, but in more recent version it’s now reserved for org-savvy people. Hoo

Re: [O] missing todo's in agenda after emacs/org upgrade

2011-08-18 Thread peter . frings
Hi Suvayu, On 18 Aug 2011, at 18:44, suvayu ali wrote: > It might be helpful to know how your TODO entries are formatted. Maybe > its not the setup, but how the agenda files are formatted that was > causing the issue? > > In any case, good to hear it is resolved now. That’s the problem, the iss

Re: [O] missing todo's in agenda after emacs/org upgrade

2011-08-18 Thread peter . frings
Hi Suvayu, > This is quite an extensive setup. What do you get with only the > following options: [remainder at end] I have removed all customizations, started with an empty org-agenda-files list, opened my main planning file and added it to the agenda list. That’s about the most basic setup I

[O] missing todo's in agenda after emacs/org upgrade

2011-08-18 Thread Peter Frings
Good afternoon all, I recently switched from the wonderful Carbon-emacs to the `no-frills' Emacs for OSX, and decided to use the emacs `starter-kit for social sciences' (http://kjhealy.github.com/emacs-starter-kit/) with it. During the upgrade, I also upgraded org-mode from 6.6. to 7.7. Now, the

Re: [O] LaTeX export: underscores and the syntax package

2011-05-18 Thread Peter Frings
Good morning Nicholas, Your suggested change in org-exp.el did the trick, thanks! I have not observed any side-effects, but then again, my files aren’t that complicated either, only using rather simple markup and a few floating images, no complex math or so… I wouldn’t mind having it changed a

[O] LaTeX export: underscores and the syntax package

2011-05-12 Thread peter . frings
Good afternoon all, I spent the best part of the afternoon trying to figure out why an org-generated .tex file wouldn’t compile with my set-up. It turns out that the `syntax’ package messes a bit with the definition of an underscore, making it impossible to use the underscore in a \label. Unfo

Re: [O] Formal description of Org files

2011-04-15 Thread Peter Frings
On 15 Apr 2011, at 14:58, Christian Egli wrote: > Carsten Dominik writes: > >> At FOSDEM, someone asked me if there was a formal description of the >> structure of Org files, in some language that would be the input for a >> parser (or parser generator?) so that Org file could be easily parsed.

Re: [O] Formal description of Org files

2011-04-15 Thread Peter Frings
On 15 Apr 2011, at 12:57, Carsten Dominik wrote: > On Apr 15, 2011, at 10:54 AM, Rainer Stengele wrote: > >> Am 15.04.2011 09:58, schrieb Carsten Dominik: >>> Hi, >>> >>> I have a question. >>> >>> At FOSDEM, someone asked me if there was a formal description of the >>> structure of Org files

Re: [Orgmode] Help with translating the new variable `org-clock-clocktable-language-setup'

2011-02-15 Thread peter . frings
("nl" "Bestand" "N" "Tijdstip" "Taak" "Duur" "ALLES" "Totale duur" "Duur bestand") Note: the translation for Heading is similar to the french translation: it means "task". A literal translation would be "Kop" or "Hoofding". Also note that a two-character code may not be enough to express the d

[Orgmode] Bug: exporting overwrites existing file [7.4]

2011-01-20 Thread peter . frings
Good afternoon all, I may have made a stupid mistake, but this is what happened... I had a file, cmm.tex, made by hand. I also have an org document, cmm.org. Can you see it coming? I then wanted to see what the result would be of exporting that org file as a latex file... Bye bye original tex fi

Re: [Orgmode] Bug: Agenda's `Goto Today' doesn't in Day view [7.4]

2011-01-18 Thread peter . frings
On 14 Jan 2011, at 13:30, Carsten Dominik wrote: > On Jan 2, 2011, at 5:23 PM, David Maus wrote: > >> At Thu, 23 Dec 2010 09:21:56 +0100, >> peter.fri...@agfa.com wrote: >>> >>> 'Goto Today' seems to go to the first day of the week instead of the >>> current day when the agenda is in Day view.

Re: [Orgmode] Bug: Agenda's `Goto Today' doesn't in Day view [7.4]

2011-01-14 Thread peter . frings
On 14 Jan 2011, at 13:30, Carsten Dominik wrote: > > On Jan 2, 2011, at 5:23 PM, David Maus wrote: > >> At Thu, 23 Dec 2010 09:21:56 +0100, >> peter.fri...@agfa.com wrote: >>> >>> 'Goto Today' seems to go to the first day of the week instead of the >>> current day when the agenda is in Day vie

[Orgmode] Bug: Agenda's `Goto Today' doesn't in Day view [7.4]

2010-12-23 Thread peter . frings
'Goto Today' seems to go to the first day of the week instead of the current day when the agenda is in Day view. It works as expected when in week view. I can also confirm the previously reported bug that `Jump to date' changes the Agenda view -- in my case from Day to Week. Emacs : GNU Emacs

Re: [Orgmode] Bastien is going to become the maintainer of Org mode in January

2010-11-16 Thread peter . frings
On 15 Nov 2010, at 12:51, Carsten Dominik wrote: > Dear all, > > after 7 years of responsibility for Org-mode, it is time for > me to let go and step down as the maintainer of Org-mode. What can I say that hasn't been said before? Discovering org-mode was indeed one of those Wow! moments, so t

Re: [Orgmode] org-mode and htmlslidy

2010-11-16 Thread Peter Frings
On 11 Nov 2010, at 14:17, John Hendy wrote: > > > On Thu, Nov 11, 2010 at 6:48 AM, Dov Grobgeld wrote: > In looking for the perfect slide show generation from org-mode I have so far > checked the following and found that they have serious problems: > epresenter - Keyboard gets stuck, little c

Re: [Orgmode] [WISH] Org Importers

2010-10-28 Thread Peter Frings
On 28 Oct 2010, at 11:15, Scot Becker wrote: > Jambunathan, > > (2) could be useful but a bit far-fetched at the > moment. > > Really? Lots of us track changes with git, sometimes by means of one of the > Emacs interfaces for it like Magit. You may be thinking of some > interface-level fea

Re: [Orgmode] Modify time entry from agenda?

2010-09-15 Thread peter . frings
On 15 Sep 2010, at 01:20, Nathan Neff wrote: > I think it would be really cool to be able to modify clock-in/clock-out times > from the agenda. 1+ I often fid myself in the same situation. Having a 'roll edit' function would really kick you-know-what. I.e., you're clocked into task A, then c

Re: [Orgmode] Re: Org mode and emacs email

2010-04-01 Thread peter . frings
On 31 Mar 2010, at 21:09, Gary wrote: > On Tue, Mar 30, 2010 at 08:53:17PM +0100, Leo wrote: > >> although many people have been saying it is >> intimidating, it is not. > > Oh yes it is :) I kind of agree. This brings up another question, related to the recent discussion about making a 'read

Re: [Orgmode] possible bug: TAB after elipsis

2010-03-26 Thread peter . frings
On 26 Mar 2010, at 07:32, Carsten Dominik wrote: > On Mar 24, 2010, at 7:04 PM, Anthony Lander wrote: > >> If the cursor is after the elipsis on a folded entry like this: >> >> Some entry...| >> >> pressing TAB doesn't expand the entry, or in fact, do anything useful at >> all. Is i

Re: [Orgmode] Feature request: hide target brackets

2010-03-19 Thread Peter Frings
On 18 Mar 2010, at 17:36, Scott Otterson wrote: > So, here's my feature request: Hide the target angle brackets in the same > way that square brackets are hidden for hyperlinks. 1+ >The hidden angle brackets could be exposed by hitting delete when at the > right side of the target (simil

Re: [Orgmode] Proposed key binding changes: archiving and attachments

2009-10-30 Thread Peter Frings
On 30 Oct 2009, at 10:54, Friedrich Delgado Friedrichs wrote: Carsten Dominik schrieb: The main reason is that I think there should be a single default key for archiving, and that the user sets a variable to decide what the default archiving method should be. I would like this key to be `C-

Re: [Orgmode] Re: A simpler remember architecture (was: Re: Re: is there a hook to save a remember buffer?)

2009-10-01 Thread Peter Frings
On 01 Oct 2009, at 11:14, Rainer Stengele wrote: Jean-Marie Gaillourdet schrieb: Hi, while we are discussing a new org-remember facility. I've been missing an option to clock the time I've taken to write down my remember note. E.g. I use remember to make a small protocoll of a telephone c

Re: [Orgmode] Documentation wishlist items

2009-09-16 Thread Peter Frings
On 16 Sep 2009, at 14:17, Jean-Marie Gaillourdet wrote: Another interesting source for inspiration might be the tutorials of the TikZ/PGF Manual. http://www.ctan.org/tex-archive/graphics/pgf/base/doc/generic/pgf/pgfmanual.pdf page 20 till 54 I agree, the tikz manual is really good. Anothe

Re: [Orgmode] iPhone app for Org view and capture

2009-09-08 Thread peter . frings
On 08 Sep 2009, at 16:24, Richard Moreland wrote: I've been working with Carsten on a free iPhone app for Org. We are still working out some of the details, but so far we have it running on the phone in a fairly usable state. It needs some polish, but it is very nice to see my Org data e

Re: [Orgmode] Re: POLL: Change of keys to move agenda through time

2009-08-27 Thread Peter Frings
On 27 Aug 2009, at 06:47, Charles Philip Chan wrote: Carsten Dominik writes: [snip] 5. The cursor keys and are remapped to a function that does nothing, except showing a message that you should now use f/b to move through time. Looks good, but like others have said, I prefer the an

Re: [Orgmode] Re: Latest Org and Carbon Emacs

2009-07-10 Thread Peter Frings
On 09 Jul 2009, at 23:32, Matthew Lundin wrote: Karl Maihofer writes: Until now I used Org with Debian GNU/Linux. Today I bought a MacBook Pro 13" and I spent the evening making my first steps with MacOS. I installed the Carbon Emacs package and configured Emacs to use the latest Org-Version

Re: [Orgmode] Release 6.28

2009-06-26 Thread peter . frings
On 26 Jun 2009, at 10:03, Carsten Dominik wrote: I have changed the key bindings now: Your response time continues to amaze me! And your willingness to accept requests... Chapeau! [shortcuts snipped] This does feel pretty consistent to me and breaks as little habits and tutorials as pos

Re: [Orgmode] Release 6.28

2009-06-25 Thread peter . frings
On 25 Jun 2009, at 16:24, Carsten Dominik wrote: On Jun 25, 2009, at 3:19 PM, Bastien wrote: Carsten Dominik writes: Bulk action With `d' and `w' in place, `m' and `y' are consistent, logical. However, I don't believe anyone uses monthly views, I am sure that no-one u

Re: [Orgmode] Release 6.28

2009-06-25 Thread Peter Frings
On 25 Jun 2009, at 15:19, Bastien wrote: Carsten Dominik writes: Bulk action === [snip] I'm a bit disoriented with the new keybinding for `s' -- I got used to it the same way I'm used to `C-x C-s'. Same here. It'll take some time to adopt. But... Also, I think it would be nice t

[Orgmode] mail delivery problems...

2009-06-12 Thread peter . frings
Hi Bastien, for some odd reasons my posts to all fail... This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: emacs-orgmode@gnu.org

Re: [Orgmode] Re: Sourceforge community award

2009-06-12 Thread Peter Frings
On 12 Jun 2009, at 05:58, Carsten Dominik wrote: On Jun 12, 2009, at 12:59 AM, Memnon Anon wrote: Leo writes: On 2009-06-11 21:49 +0100, Carsten Dominik wrote: I am attaching the picture to this email, you can also retrieve it from http://orgmode.org/Org-mode-scc.png That screen shot l

Re: [Orgmode] Re: Sourceforge community award

2009-06-12 Thread Peter Frings
On 12 Jun 2009, at 00:59, Memnon Anon wrote: Hi! Leo writes: On 2009-06-11 21:49 +0100, Carsten Dominik wrote: I am attaching the picture to this email, you can also retrieve it from http://orgmode.org/Org-mode-scc.png That screen shot looks very beautiful. There's one minor glitch. The

[Orgmode] small problem in agenda time line?

2009-05-14 Thread Peter Frings
Good day, org-ers I have seen a *small* problem in the Agenda's log mode. Org-mode version 6.26d GNU Emacs 22.3.1 (i386-apple-darwin9.5.0, Carbon Version 1.6.0) of 2008-11-01 I have this in time-sheets.org: * Project AI ** Enhancement PT <2009-04-30 Thu 10:00-11:00 +1w> CLOCK: [2009-05

Re: [Orgmode] Re: Footnotes and org-export, revisited

2008-12-18 Thread Peter Frings
Sorry, let a typo slip in: On Dec 18, 2008, at 11:34 AM, peter.fri...@agfa.com wrote: [snip] labeled: [[fn:label][text]] anonymous: [[fn:]][text]] reference: [[fn:label]] Must of course be: anonymous: [[fn:][text]] Cheers, Peter. ___ Emacs-orgm

Re: [Orgmode] Re: Footnotes and org-export, revisited

2008-12-18 Thread Peter Frings
On Dec 17, 2008, at 6:18 PM, Sivaram Neelakantan wrote: Paul R writes: * Usage 1, anonymous footnotes [snip] And then we will have that one feature request to cross reference a previous footnote! :-) In the above case, how would a person go about asking someone to refer to an earlier foo

Re: [Orgmode] Language question

2008-12-10 Thread Peter Frings
On 10 Dec 2008, at 17:13, Womick, Don wrote: 's always indicates possession, never plurality. I don't think there's a hard-and-fast choice between "IDs" and "ids", but "IDs" looks better to me, since it's clear that you're using an abbreviation. But if you write "id" (singular), be consistent

Re: [Orgmode] Re: Does this happen to you? Aquamacs messes with you! (but I still like my Mac)

2008-11-07 Thread Peter Frings
On 07 Nov 2008, at 16:33, Peter Jones wrote: Ben Alexander <[EMAIL PROTECTED]> writes: I normally use Aquamacs. It's very pretty, and uses the mouse without having to start an X server. [snip] Ben, Aquamacs isn't the only option for Emacs on Mac OS X, it's actually the worst option fo

[Orgmode] bug in LaTeX exporter (org-mode 6.07)

2008-10-21 Thread peter . frings
aces | | & | { and } | = Results in: Exported LaTeX = % Created 2008-10-21 Tue 16:31 \documentclass[11pt,a4paper]{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{hyperref} \title{* Example} \author{Peter Frings}

Re: [Orgmode] How to get a clock table without the file level?

2008-09-08 Thread Peter Frings
On 07 Sep 2008, at 08:30, Carsten Dominik wrote: On Sep 5, 2008, at 4:47 PM, Peter Frings wrote: Is it possible to build a clocktable with the agenda as scope, but summing up all times per headline level, and not per file. Some files have the same level 1 entries, and these should be

[Orgmode] How to get a clock table without the file level?

2008-09-05 Thread Peter Frings
Sorry for the repost (original of 8/8), but I have been looking for an answer in the manual, as well as in the sources and I really don't dare to touch anything down there... Is it possible to build a clocktable with the agenda as scope, but summing up all times per headline level, and not

[Orgmode] Providing clock context when stopping the clock (enhancement request)

2008-08-08 Thread Peter Frings
Hi all, summary: provide the context of the running clock in the note buffer when clocking out. I might not be doing well in the 'getting organized' department, because I often forget what I was doing... :-) So I have a little enhancement request that would make my life a little easier.

[Orgmode] getting rid of file level in clocktable?

2008-08-08 Thread peter . frings
Hi all, I have the following clocktable: #+BEGIN: clocktable :maxlevel 4 :scope agenda :block thisweek :step week Weekly report starting on: <2008-08-04 Mon> | File | L | Headline |Time | | | | |+---

Re: [Orgmode] Re: how to remove "..." from the end of a heading

2008-08-05 Thread Peter Frings
On 27 Jul 2008, at 05:54, Cezar Halmagean wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Cezar are you sure you want to get rid of this indication that a potentially large amount of text is hidden below this line and will be killed silently when you press `C-k'? (setq org-ellipsis

Re: [Orgmode] Mac OS, emacs->org/remember

2008-08-04 Thread peter . frings
On 23 Jul 2008, at 01:40, Carsten Dominik wrote: - How to get mail.app mail references (and other apps) into emacs buffer (the copy url in the mail.app works - I would want to see the subject/author of the message, than a cryptic url. I know, I can edit that what I want, but I