Re: [Orgmode] Possible buglet in latex export

2009-08-17 Thread Robert Goldman
Tim Burt wrote: > Robert Goldman writes: > > When I do a latex export, a simple URL in text, or a simple link url of > > the form [[URL]] --- with no description --- gets emitted as > > > > \href{URL}{URL} > > > > which causes Latex to crash for m

[Orgmode] Latex export to documentclass beamer

2009-08-17 Thread Robert Goldman
This seems like a very common thing to want to do, but am I right in thinking that it's also very hard to get right because the frame environment is not really a sectioning environment? As I understand things, the way we export to latex is to insert sectioning commands, and drop translated content

[Orgmode] Re: Latex export to documentclass beamer

2009-08-17 Thread Robert Goldman
Here's another challenge --- is there a good way to handle this in the exporter? If you use VERBATIM in a beamer frame, then you need to add the optional argument "fragile" to the environment, like this: \begin{frame}[fragile] instead of just \begin{frame} I'd be surprised if there was a good

Re: [Orgmode] Re: Latex export to documentclass beamer

2009-08-17 Thread Robert Goldman
Nick Dokos wrote: > Robert Goldman wrote: > >> Here's another challenge --- is there a good way to handle this in the >> exporter? >> >> If you use VERBATIM in a beamer frame, then you need to add the optional >> argument "fragile" to the

Re: [Orgmode] Possible buglet in latex export

2009-08-18 Thread Robert Goldman
Carsten Dominik wrote: > Hi, > > I just tried and cannot get it to crash. > > Robert, it seems we need, instead of a bug description, a test file, > with the actual URL you are using. Right. I am working on this. It is only happening to me in beamer, though, which isn&

[Orgmode] Re: Subversion for backups?

2009-08-27 Thread Robert Goldman
Matt Lundin imapmail.org> writes: > > Kyle Sexton mocker.org> writes: > > > At Wed, 26 Aug 2009 14:49:41 +0200, > > Rainer Stengele online.de> wrote: > >> > >> I use subversion to backup and track my org files. > >> I have a server in my office running the subversion server. > >> > > This

[Orgmode] (probably stupid) link question

2009-09-13 Thread Robert Goldman
I've saved a link to a latex file using org-save-link, but the link is not good enough to find the piece of the file I want. That is, Org-mode tries to jump to the link, but finds only the FIRST match, and it so happens that the location I wanted was the second or third. I looked at the "Handling

[Orgmode] Feature request: Highlight the agenda line with the cursor on it

2008-08-12 Thread Robert Miesen
Hi. I've noticed that as I go through tasks listed in my agenda, it's very easy to select and operate on the wrong task because it's too easy to loose track of what task I am operating on. If the entire task line entry were highlighted, it would be much easier to determine which task was b

[Orgmode] Re: highlight tip in emacs

2008-08-17 Thread Robert Miesen
Hay, thanks. This is exactly what I needed! Memnon Anon wrote: Hi! I have this setting in my .emacs. Highlights the line point is in. These colors are nice for a black background imo. For a nice color for a light background, ask google ;) ;; Misc Settings ;; ;; Line containing poi

[Orgmode] Showing todos with inherited tags in agenda views

2008-08-22 Thread Robert Goldman
I hope that this isn't too much of an FAQ, but I searched the mailing list and couldn't find an answer (although I could find the question being asked): Is it possible to tailor the agenda view so that when it displays the TODO items it shows those todo items with their *inherited* tags? My displ

[Orgmode] org-annotation-helper

2008-09-06 Thread Robert Goldman
Has anyone managed to get org-annotation-helper to work with Firefox 3 on Mac OSX Leopard? I'm asking because I have the shell script in, working with emacs and remember (from the shell), but when I try to invoke the remember links from Firefox I get only the "protocol (remember) isn't associated

Re: [Orgmode] Help with agenda-custom commands

2008-10-01 Thread Robert Goldman
> Date: Tue, 30 Sep 2008 11:40:46 -0500 > From: Paul Holcomb <[EMAIL PROTECTED]> > Subject: Re: [Orgmode] Help with agenda-custom commands > To: Carsten Dominik <[EMAIL PROTECTED]> > Cc: emacs-orgmode@gnu.org, [EMAIL PROTECTED] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=

[Orgmode] Question about agenda

2008-10-08 Thread Robert Goldman
I have an org file which the agenda sees in which I put an outline item with notes from a meeting. The header for this item is as follows: * Tasks ... * * Meeting with SCHEDULED: <2008-10-06 Mon> ... What I was somewhat surprised to see was that this continues to roll down my agenda, e.g.

Re: [Orgmode] Question about agenda

2008-10-08 Thread Robert Goldman
Manish wrote: > On Wed, Oct 8, 2008 at 8:26 PM, Robert Goldman wrote: > > I have an org file which the agenda sees in which I put an outline item > > with notes from a meeting. The header for this item is as follows: > > > > * Tasks > > ... > >

[Orgmode] Re: Question about agenda

2008-10-08 Thread Robert Goldman
Bernt Hansen wrote: > Robert Goldman <[EMAIL PROTECTED]> writes: > >> I have an org file which the agenda sees in which I put an outline item >> with notes from a meeting. The header for this item is as follows: >> >> * Tasks >> ... >> * * M

[Orgmode] Notes on documentation

2008-10-11 Thread Robert Goldman
I was reading over the agenda documentation in my current version of org (6.08c) and noted a couple of things: 1. (nit): in the discussion of finding stuck projects: "Lets[sic -- Let's] further" 2. In "The weekly/daily agenda": " (1) For backward compatibility, the universal prefix `C-u' c

[Orgmode] Having trouble with timestamps in TODO

2008-10-13 Thread Robert Goldman
I have the following org-todo-keywords: ((sequence "TODO" "WAIT(w@)" "|" "DONE(d!)" "CANCELED(c@)")) I expected this to cause me to get timestamps, based on this piece of the docstring: " `!' means to record only the time of the state change." This value of org-todo-log-states in the buffer whe

[Orgmode] follow up about date-stamping todos on state change

2008-10-13 Thread Robert Goldman
("%u" . "rpg") ("%U" . "Robert P. Goldman") ("%t" . "[2008-10-13 Mon 13:41]") ("%s" . #("\"DONE\"" 0 1 nil 1 5 (face org-done) 5 6 nil))) | | 3 <- org-replace-escapes: #("State \"DONE\" [2008-10-1

[Orgmode] Found my problem with date-stamping

2008-10-13 Thread Robert Goldman
I use C-u C-c C-t followed by "d" when I mark my tasks as DONE so that they move to the done state instead of waiting, which is the next state in the progression. Unfortunately, that prefix argument is, as far as I can tell, bound over the entire process of marking the task as done. This means th

Re: [Orgmode] Found my problem with date-stamping

2008-10-21 Thread Robert Goldman
Carsten Dominik wrote: > Hi Robert, > > thank you for digging into the code and nailing this difficult bug. > > I have fixed it in GIT now, please confirm that it now works correctly. OK, with version from git, turned off org-use-fast-todo-selection, went to agenda, toggled a ta

[Orgmode] [PATCH] Fixed trivial misspelling in docstring to org-refile.

2008-10-22 Thread Robert Goldman
--- lisp/org.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index d9cf394..30a9ce7 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -7243,7 +7243,7 @@ and will therefore always be up-to-date. At the target location, the entry is filed as a sub

[Orgmode] Regression testing for org-mode

2008-10-23 Thread Robert Goldman
There's a page on the EmacsWiki describing schemes for unit/regression testing in emacs lisp: http://www.emacswiki.org/cgi-bin/wiki/UnitTesting Perhaps we could pick up one of these? I haven't evaluated any of them. In response to Ben Alexander's question, yes, sometimes the screen output is wh

[Orgmode] Question about emitting

2008-10-23 Thread Robert Goldman
I'd be interested in working on this. I have to use a couple of wikis, so I have been working on some code to generate wiki format out of Org. I'd be interested in cooperating with anyone who takes up Carsten's challenge to help with org exporting. I'm particularly interested because I'd like to

Re: [Orgmode] How you can help

2008-10-23 Thread Robert Goldman
> Date: Thu, 23 Oct 2008 15:55:41 +0100 > From: Ben Alexander <[EMAIL PROTECTED]> > Subject: Re: [Orgmode] How you can help > To: Sebastian Rose <[EMAIL PROTECTED]> > Cc: emacs-orgmode Org-Mode > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=ye

Re: [Orgmode] Regression testing for org-mode

2008-10-23 Thread Robert Goldman
Avdi Grimm wrote: > On Thu, Oct 23, 2008 at 7:57 PM, Eric Schulte <[EMAIL PROTECTED]> wrote: >> I'm pessimistic that the colossal amount of work involved in wrapping >> all of org-modes extensive and varied functionality into a test >> framework can/should actually be completed. Would it be suffic

[Orgmode] Re: worg for bug reports and feature requests was: (Regression testing for org-mode)

2008-10-23 Thread Robert Goldman
Eric Schulte wrote: > Robert Goldman <[EMAIL PROTECTED]> writes: > >> Avdi Grimm wrote: >>> On Thu, Oct 23, 2008 at 7:57 PM, Eric Schulte <[EMAIL PROTECTED]> wrote: >>>> Also, should we start tracking bug reports somewhere (worg), so that >>&

[Orgmode] Question about org-attach

2008-10-26 Thread Robert Goldman
I just used org-attach for the first time, and it seems very handy (especially since as yet I have no way to link to my emails). However, there doesn't seem to be any obvious way, short of M-x org-attach-open to get at the attachments, and they are not mouse-sensitive, AFAICT. Have I missed som

Re: [Orgmode] import mail messages like mhc?

2008-10-26 Thread Robert Goldman
s familiar... Note that thunderbird provides offline function of the sort you want --- just click "work offline." Alas, I have not been able to make thunderbird provide me with links into emails so that I could click on an email link in org and jump thunderbir

[Orgmode] Re: Question about org-attach

2008-10-26 Thread Robert Goldman
Robert Goldman wrote: > I just used org-attach for the first time, and it seems very handy > (especially since as yet I have no way to link to my emails). However, > there doesn't seem to be any obvious way, short of > > M-x org-attach-open > > to get at the attachmen

[Orgmode] bug with org-agenda-export

2008-10-30 Thread Robert Goldman
I have been using tag filtering from my agenda to get, e.g., a view of the agenda that has only my TODOs that are tagged as '@car'. This works fine. But when I try to write them to a text file, using C-x C-w, I get output containing TODOs that are *not* tagged with @car. I am doing this using th

[Orgmode] follow-up

2008-10-30 Thread Robert Goldman
OK, I have looked at the code, and it seems like the problem is that org-write-agenda calls buffer-substring, which is writing the entire contents of the buffer. The problem is that buffer-substring ignores overlays, and overlays are what is used to hide the filtered materials. Is this something

Re: [Orgmode] bug with org-agenda-export

2008-10-30 Thread Robert Goldman
Richard Riley wrote: > Hi Robert, > > Why would you expect C-x C-w to remove/filter anything? Its simply > write-file. Or do I misunderstand? Did you possibly redefine this > command? I guess I expected the agenda-writer to be WYSIWYG in its behavior, and so apply the filters. I

[Orgmode] Links to Thunderbird e-mail

2008-11-04 Thread Robert Goldman
I have been researching this off and on for a while. The closest I have found to a way to get at messages from outside is that Thunderbird is supposed to be able to open imap URLs if given them from the command line. However, at least for now, I have not figured out how to throw one of those URLs

[Orgmode] vm and orgmode

2008-11-13 Thread Robert Andersson
, and emacs 22.3.1. yours, /robert -- Systems Administrator & IT-Coordinator Swedish National Graduate School of Language Technology Nordic Graduate School of Language Technology ___ Emacs-orgmode mailing list Remember: use `Reply All' to send

Re: [Orgmode] vm and orgmode

2008-11-13 Thread Robert Andersson
>>>>> "CD" == Carsten Dominik <[EMAIL PROTECTED]> writes: CD> Does CD> (require 'vm-search) CD> help? yes it did help, thanks! yours, /robert -- Systems Administrator & IT-Coordinator Swedish National Graduate School of Language Technol

[Orgmode] Bug (?) adding attachment to note in remember buffer

2008-11-17 Thread Robert Goldman
refully. If (a) org-refile handles relocating attachments correctly and (b) the code in org-remember for handling, e.g., C-1 C-c C-c. uses the org-refile code; then this should be relatively easy to handle. Best, Robert ___ Emacs-orgmode mailing list Remember:

[Orgmode] Re: org-browse-url.el: Bookmark from a browser into org links

2008-11-23 Thread Robert Goldman
I have tried these instructions, and with my Firefox (Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4) I get only the error that: Firefox doesn't know how to open this address, because the protocol (org-browse-url-store) isn't associated with any p

[Orgmode] searchable refcard

2008-12-02 Thread Robert Goldman
I tried it the stupid way, just to see it working: (defun org-context-help () "Context help for org-mode" (interactive) (if (org-at-table-p) (info "(org)tables") (if (org-at-timestamp-p) (info "(org)timestamps") (if (org-at-item-checkbox-p) (info "(org)Chec

[Orgmode] Possible to get a subtree agenda view?

2008-12-13 Thread Robert Goldman
*and* on a TODO tag "TODO". I may be missing something, but I don't see any obvious conjunctive matching command in the sparse tree or agenda codes. Is there any existing way to do this, or should I start rooting around in the code? thanks! Robert _

[Orgmode] Is this an aquamacs bug?

2008-12-13 Thread Robert Goldman
I use org on aquamacs and it behaves badly with the agenda. Here's the problem: 1. I have an agenda view with a todo task under the cursor. 2. I press "t" to toggle the todo state 3. I change the todo state to a different one 4. Aquamacs pops forward the emacs frame containing the org file

Re: [Orgmode] Possible to get a subtree agenda view? --- possible bug?

2008-12-13 Thread Robert Goldman
Matthew Lundin wrote: > Hi Robert, > > >> Is there any existing way to do this, or should I start rooting around >> in the code? > > For a custom agenda command: > > (setq org-agenda-custom-commands > '(("f" tags-tree &qu

Re: [Orgmode] Possible to get a subtree agenda view?

2008-12-13 Thread Robert Goldman
Matthew Lundin wrote: > Hi Robert, > > Robert Goldman writes: > >> I have a @car category that I use to keep track of things I might want >> to do when out in the car. Getting the agenda view *almost* works for >> this. But often an item here indicates that I s

Re: [Orgmode] Possible to get a subtree agenda view?

2008-12-14 Thread Robert Goldman
Matthew Lundin wrote: > Hi Robert, > > Robert Goldman writes: > >> Matthew Lundin wrote: > [snip] >>> For a custom agenda command: >>> >>> (setq org-agenda-custom-commands >>> '(("f" tags-tree "+car+TODO=\"

Re: [Orgmode] Possible to get a subtree agenda view? --- possible bug?

2008-12-14 Thread Robert Goldman
Matthew Lundin wrote: > Hi Robert, > > Robert Goldman writes: > >> Matthew Lundin wrote: >>> Hi Robert, >>> >> >>>> Is there any existing way to do this, or should I start rooting around >>>> in the code? >>

Re: [Orgmode] Possible to get a subtree agenda view?

2008-12-14 Thread Robert Goldman
Matthew Lundin wrote: > Hi Robert, > > Robert Goldman writes: >> I think it would be appropriate to have a tutorial like this in Worg, >> but not a replacement. If you look at the custom agenda commands >> discussion in the manual, you will see that there is a discu

[Orgmode] question about org-region-active-p

2008-12-15 Thread Robert Goldman
The definition of org-region-active-p in my copy of org-mode is as follows: (defun org-region-active-p () "Is `transient-mark-mode' on and the region active? Works on both Emacs and XEmacs." (if org-ignore-region nil (if (featurep 'xemacs) (and zmacs-regions (region-active-p

Re: [Orgmode] question about org-region-active-p

2008-12-16 Thread Robert Goldman
Carsten Dominik wrote: > Hi Robert, > > Samuel has it right, let me add this: > > In Emacs, you do never remove the mark from the buffer, it is always > there, wherever you or some command last left it. The only way to tell > if the user intends to apply a command to a re

Re: [Orgmode] question about org-region-active-p

2008-12-17 Thread Robert Goldman
Carsten Dominik wrote: > Dear Robert, > > also region-active-p requires transient-mark-mode to be active, if you look > at the definition of the region-active-p function, you will see that. > > transient-mark-mode is on by default in Emacs. Why did you turn it > *off*

Re: [Orgmode] question about org-region-active-p

2008-12-17 Thread Robert Goldman
Carsten Dominik wrote: > Hi Robert, > > no, I do not think this would make sense, to step out with > an error, because all the commands that need a region will > also work without one. This is how regions work in Emacs. > > If you find places in the documentation where

[Orgmode] Re: question about org-region-active-p

2008-12-18 Thread Robert Goldman
Carsten Dominik wrote: > Ah, so maybe Robert did not turn it off > > Anyway, in Emacs 23 the default will be ON. It was always my understanding > that in order to use regions efficiently, you needed to turn on that mode. > > Anyway, Robert, could you please try to identify

[Orgmode] Re: Org-menu "Set Items" not bound

2008-12-18 Thread Robert Goldman
Backgrond: I have been finding that the Set Tags menu command didn't work for me (on aquamacs). I reported that to aquamacs-bugs, but David Reitter there found that it was an org-mode bug. I don't believe he reported it to orgmode list --- went to emacs-pretest-bug instead. Here's the analysis a

[Orgmode] org-mode to iphone?

2008-12-22 Thread Robert Goldman
Question --- would it be possible to attach a unique identifier to org-mode tasks and appointments (perhaps as a property value), and use that as a basis for syncing with external applications? BTW, if you're thinking of syncing with the Mac, think hard about timezones. I have been in a world of

[Orgmode] Re: Emacs-orgmode Digest, Vol 35, Issue 7

2009-01-04 Thread Robert Goldman
Carsten> On Jan 4, 2009, at 3:33 PM, Steven E. Harris wrote: >> > Carsten Dominik writes: > >>> >> Code references use special labels embedded directly into the source >>> >> code. Such labels look like "((name))" and must be unique within a >>> >> document. >> > > How doe

[Orgmode] Hide-until (release time) for todos?

2009-01-05 Thread Robert Goldman
Has anyone implemented a property that's the opposite of deadline for Org TODOs? What I'd like is a property I could put on a TODO that would hide it from agenda display (probably with some preference that would permit unfiltered display) until a specified date. This would keep me from being over

[Orgmode] tiny typo in org.texi

2009-01-05 Thread Robert Goldman
[Sorry, I couldn't bring myself to actually make a git branch and generate a diff for this.] On line 7545 we read: "after having types[sic -- typed] the backslash and maybe a few characters" cheers, r ___ Emacs-orgmode mailing list Remember: use `Rep

[Orgmode] Latex export proposed enhancement

2009-01-14 Thread Robert Goldman
Since we can export individual pieces of a single org-mode file, would it be reasonable to make the latex class be a possible property on a node, instead of requiring it to be set either on the file or through variable binding? Best, r ___ Emacs-orgmod

[Orgmode] Re: HOWTO export document to wiki text?

2009-01-19 Thread Robert Goldman
ifferent tables for the different wikis. Feel free to contact me off-line about this; I would be more than happy to work with you on it. Best, Robert ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-

[Orgmode] Using SCHEDULED to indicate task start date

2009-01-26 Thread Robert Goldman
> Date: Mon, 26 Jan 2009 16:45:03 + > From: Nick Bell > Subject: [Orgmode] Using SCHEDULED to indicate task start date > To: Emacs org-mode list > Message-ID: <497de88f.4040...@nickbell.org> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Dear org-mode users and developers

[Orgmode] Re: Docs submitted (really #')

2009-02-11 Thread Robert Goldman
> Date: Wed, 11 Feb 2009 09:58:43 -0500 > From: Bernt Hansen > Subject: [Orgmode] Re: Docs submitted > To: Carsten Dominik > Cc: emacs-orgmode@gnu.org, "Tom Breton \(Tehom\)" > Message-ID: <87fxilggv0@gollum.intra.norang.ca> > Content-Type: text/plain; charset=us-ascii > > Carsten Dominik

[O] How do I review a day

2014-07-04 Thread Robert Inder
n't see how to do it... Is there a way? Robert. -- Robert Inder,0131 229 1052 / 07808 492 213 Interactive Information Ltd, 3, Lauriston Gardens, Edinburgh EH3 9HH Registered in Scotland, Company no. SC 150689 Inter

Re: [O] How do I review a day

2014-07-05 Thread Robert Inder
On 4 July 2014 21:59, Ramon Diaz-Uriarte wrote: > Dear Robert, > > If you go to the *Org Agenda* buffer and type "v" and then "c" (without the > quotes), does that give you what you want? Ah ha Success!!! I "always" use the agenda mode to review

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-21 Thread Robert Klein
hen displayed at the upper end of the tabletest.org buffer window. In "sufficient" long org files the visible cursor jumps to the end of the org file buffer as soon as you navigate to a line with a formula in the *Edit Formulae* buffer window. PS: I've seen this for at least two weeks

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Robert Klein
I made some quick tests with different org versions; the first one I see this issue is git commit 30220ffcdcef45c0237f80a2347d4da19877f64a (release_8.2.6-77-g30220f). I don't see the patch causing this, yet; have to look further. Best regards Robert On 07/22/2014 09:01 PM, Nick Dokos

Re: [O] Scaling down face maintains line height

2014-07-28 Thread Robert Dudley
Hi again, in a LaTeX buffer, for example, it works smoothly: https://share.eva.mpg.de/public.php?service=files&t=257412dda02bccdc4ed122852e446eb1 Org buffers are the only occasions on which I encountered the described behavior. The versions: - Org-mode version 8.2 (8.2-6-gd745cd-elpa @ /home..

Re: [O] Export org-mode buffer to dynamic html document (collapse/expand details)

2014-07-31 Thread Robert Eckl
(or o): #+HTML_HEAD_EXTRA: http://orgmode.org/worg/style/worg.css"; type="text/css"> #+INFOJS_OPT: view:info toc:nil ftoc:yes ltoc:above mouse:underline buttons:0 path:http://orgmode.org/org-info.js The above lines make the toc flowing like www.orgmode.org/worg. The most important keys for navigating i would mention at the begin of the page. HTH, Robert

[O] ox-reveal cannot export

2014-08-05 Thread Robert Eckl
Hi, after a long time i recently played with ox-reveal (with org-mode release_8.3beta-167-g003edd) While exporting to reveal i get Symbol's function definition is void: org-html-format-headline--wrap What i'm missing? Regards, Robert

[O] orgtbl-to-latex creates enumerate environment

2014-08-23 Thread Robert McDonald
Radio tables creates a latex table including an enumerate environment, which will not compile. This occurs if a numeric entry within the table ends in a period. The problem does not occur without the period. It seems possible that this is working as designed, but it is sure a surprise in context.

Re: [O] orgtbl-to-latex creates enumerate environment

2014-08-25 Thread Robert McDonald
Thank you. On Mon, Aug 25, 2014 at 3:15 AM, Nicolas Goaziou wrote: > Hello, > > Robert McDonald writes: > > > Radio tables creates a latex table including an enumerate environment, > > which will not compile. This occurs if a numeric entry within the table > >

Re: [O] How to extract TODOs from date-tree

2014-10-29 Thread Robert Horn
Jay Iyer writes: > If there are use cases out there, it might be worth collecting them and > then thinking about how to support them better. If there aren't, maybe > it should be thrown out. It's most definitely useful. I'm not sure what you think would be "better". I make extensive use of dat

Re: [O] Prefix arguments, checklists, and lists

2013-02-03 Thread Robert Horn
Nicolas Goaziou writes: > Hello, > > Robert Horn writes: > > As a rule of thumb, C-c C-c on a list will operate on every top level > items and C-c C-c on a item will operate on the item. You are considered > to be on a list when calling C-c C-c from affiliated keywor

Re: [O] subscribing to this mailing list with gnus

2013-02-07 Thread Robert Eckl
ot; and server "news.gmane.org": (setq gnus-select-method (quote (nntp "news.gmane.org"))) After opening the server the list of groups will downloaded (takes a few minutes) and you can subscribe with "u" Sure, the experts can explain this better. HTH Robert >

Re: [O] [New exporter] Key bindings and typographical error

2013-02-08 Thread Robert Eckl
ell, you should -- at least from now on! > Thanks, i will give that a try > If yes, then, I guess you mean getting more than just the letters in the echo > area? That would be very fine, especially the first days. OTOH i can imagine this is only "neccesary" for the first steps. Cu Robert

Re: [O] Agenda items with date ranges

2013-02-08 Thread Robert Eckl
timestamp(s). IIRC it was shown also in version 7.9.2, but recently there have been too many changes. I only know the (1/8) variant. Cu Robert

Re: [O] New feature: export an agenda to an Org file

2013-02-20 Thread Robert Eckl
21 Do> #+end_src In the agenda, the tag :foo: is inherited to the TODO Action, not in the exported file. Thanks, Robert

Re: [O] Always use utf-8 for HTML export (No support for other coding systems)

2013-03-03 Thread Robert Horn
Achim Gratz writes: > Jambunathan K writes: >> Always use utf-8 for HTML export (No support for other coding systems). >> >> For or against. Please register your views. > > It is becoming more rare these days, but still possible that the > document encoding cannot be UTF-8 for whatever reason.

Re: [O] Always use utf-8 for HTML export (No support for other coding systems)

2013-03-04 Thread Robert Klein
ly I prefer to use utf-8, too. However, I've had a number of uncooperative web servers (and operators), where I had to deliver documents in 8859-1. Best regards Robert

Re: [O] [new exporter] #+TOC in beamer export

2013-03-06 Thread Robert Eckl
t; how to achieve this in LaTeX. > > I think you are right. I'll see if can find a nice way to do this in > LaTeX, I'll share if I find something. > Perhaps package minitoc is what you are looking for? I don't know if it is usable within beamer. Cu, Robert

Re: [O] (no subject) How to sort agenda by timestamps (scheduled/deadline)?

2013-03-13 Thread Robert Eckl
rom an directory with an old version or from an build-in version. I thought, the configuration was so, but AFAIR there was an old path, which was ignored by versions less recent. It was a mixed configuration in office, so yet i can not look for this. Cu Robert

Re: [O] posting guide?

2013-03-13 Thread Robert Horn
Bastien writes: > No objection of course, but it feels both formal and empty to me. > I share Bastien's opinion. My experience with community building is that describing and rewarding exemplary behavior is much more useful than attempting to set strict rules of behavior. You need some basic ru

[O] multiline emphasis, was: Re: latex italics in list, with quotation marks

2013-03-14 Thread Robert Klein
; "- \t.,:!?;'\")}\\" " \t\r\n,\"'" "." 10)) which ought to increase the number of lines I can span an emphasis (only change is the original 1 at the end to 10). Doesn't work though, atm. My org-version is release_8.0-pre-67-gd3361c. Best regards Robert

[O] exporting, too, was: Re: multiline emphasis, was: Re: latex italics in list, with quotation marks

2013-03-15 Thread Robert Klein
On 03/14/2013 09:56 AM, Robert Klein wrote: > On 03/08/2013 11:58 AM, Myles English wrote: >> >> Hi, >> >> Just wondering if there is a better way to italicise across more than two >> lines >> for a list item, currently this is the only way that wor

[O] New Exporter html - latex - beamer

2013-03-15 Thread Robert Eckl
omment-environment for HTML how i used for LaTeX or - write the BMCOL-Environment manually in an LaTeX-Block? TIA, Robert

Re: [O] exporting, too, was: Re: multiline emphasis, was: Re: latex italics in list, with quotation marks

2013-03-17 Thread Robert Klein
Hello, > Robert Klein writes: > >> (require 'org) >> >> ;; change number of newlines for emphasized blocks >> (setq org-emphasis-regexp-components >> '(" \t('\"{" "- \t.,:!?;'\")}\\" " \t\r

Re: [O] New Exporter html - latex - beamer

2013-03-19 Thread Robert Eckl
Eric S Fraga writes: > Robert Eckl writes: > >> I have to provide weekly newsletters in the format pdf and html. Up to >> now i did this with exporting to scrartcl, known as koma-script. >> Including images is a bit booring because i handle two formats, for example >

Re: [O] New Exporter html - latex - beamer

2013-03-25 Thread Robert Eckl
Charles Berry writes: > ucsd.edu> writes: > >> >> Robert Eckl gmx.de> writes: >> > [snip] >> > > I said > >> You might be able to do what you want with filter functions. >> > >> >> You can do that with this filt

[O] Html-Exporter Hanling images / links

2013-03-26 Thread Robert Eckl
n="right" width="100" [[http://www.mypage.de][http://www.mypage/path/image.jpg]] Some Text more text more text Now the ATTR_HTML line seems to be ignored, so the image is not at the right of the text but centered in an extra row. TIA, Robert

Re: [O] Html-Exporter Hanling images / links

2013-03-26 Thread Robert Eckl
John Hendy writes: > On Tue, Mar 26, 2013 at 10:36 AM, Robert Eckl wrote: >> Hi, >> >> with Org-mode version 8.0-pre (release_8.0-pre-193-gaa7b1e i got some >> issues handling images and links: >> >> A Link [[http://www.mypage.de][description]] results i

[O] phone links...

2013-03-29 Thread Robert Goldman
ling them with skype ;;;--- ;;; Copyright (C) 2013 Free Software Foundation, Inc. ;; Author: Robert P. Goldman ;; Homepage: http://orgmode.org ;; Version: 0.01 ;; This file is not yet part of GNU Emacs. (require 'org) (org-add-link-type "phone" 'org-phon

Re: [O] phone links...

2013-04-01 Thread Robert Goldman
On 3/29/13 Mar 29 -6:23 PM, Robert Goldman wrote: > Since I keep my todo tasks in my org files, and some of them involve > phone calls, I made a rudimentary handler for "phone:" links that I > would like to contribute. It features a link declaration (in > org-phone.el) a

Re: [O] phone links...

2013-04-03 Thread Robert Goldman
rong function call. Current draft: ;;;--- ;;; org-phone.el ;;; Add support for "phone:" links to phone numbers. ;;; Optional support for calling them with skype ;;;--- ;;; Copyright (C) 2013 Free Software Fo

[O] clock-out broken?

2013-04-03 Thread Robert Eckl
.3.50 linux mint Org-mode version 8.0-pre (release_8.0-pre-245-gde4d52 Cu Robert

Re: [O] phone links...

2013-04-08 Thread Robert Goldman
Michael Strey wrote: > Robert, > > On Do, Apr 04, 2013 at 09:38:48 -0500, Robert P. Goldman wrote: > > [...] > >> I will be happy to include this into contrib (and do the relevant >> assignment) at any time when people think that it is sufficiently ready >&g

Re: [O] phone links...

2013-04-08 Thread Robert Goldman
Michael Strey wrote: > Currently org-phone.el as well as my org-dial.el are incompatible with > org-contacts. The only idea behind my proposal was to make the contributors > of both packages aware of each other. Can you explain what makes org-phone incompatible with org-contacts? Maybe my naming

Re: [O] phone links...

2013-04-09 Thread Robert Goldman
Michael Strey wrote: > Robert, > > On Mo, Apr 08, 2013 at 09:44:12 -0500, Robert Goldman wrote: >> Michael Strey wrote: >>> Currently org-phone.el as well as my org-dial.el are incompatible with >>> org-contacts. The only idea behind my proposal was to make the

[O] Fix for bug in org-capture

2013-04-15 Thread Robert Goldman
I tried to make two submenus to my org-capture templates: a prefix key "t" (for TODO) and a prefix key "T" (for today's TODO). When I tried to use them, the "T" key did not appear and was not accepted. Looking more deeply, it appears that it was filtered out by a mistakenly case-folding (or at le

Re: [O] Fix for bug in org-capture

2013-04-16 Thread Robert Goldman
Bastien wrote: > Hi Robert, > > Robert Goldman writes: > >> I tried to make two submenus to my org-capture templates: a prefix key >> "t" (for TODO) and a prefix key "T" (for today's TODO). >> >> When I tried to use them, the &q

Re: [O] New maintainer

2013-04-18 Thread Robert Klein
who takes up the maintainership, at the same time I'm very sorry you are stepping down. Best regards Robert On 04/18/2013 06:53 PM, Bastien wrote: > Dear all, > > I'm stepping down as the Org maintainer. > > Carsten accepted to step up, if the community agrees. &g

[O] Question about org-agenda-goto-today (bug?)

2013-04-26 Thread Robert Goldman
I am finding that when I use this command (bound to "." in the org agenda), I often do NOT go to today. Looking at the code, it seems like org-mode may be guessing today based on text markup: (let ((tdpos (text-property-any (point-min) (point-max) 'org-today t))) We jump to this position, instea

[O] HTML-Export Images with #+ATTR_HTML: broken?

2013-05-07 Thread Robert Eckl
e-unicorn-logo.png"; alt="org-mode-unicorn-logo.png" /> #+end_src ... The space between "img" and the attribute "width" is missing. Cu, Robert

[O] org-store-link calls external link type store functions twice?

2013-05-07 Thread Robert Adesam
started to investigate -- attaching a patch that seems to help me anyway. It's not that well tested and maybe, as I am not that familiar with everything going on when storing a link using an external link type, it will break other things... yours, /robert PS. I will not file a formal bug report as

<    1   2   3   4   5   6   7   8   9   10   >