Re: [O] Feature request: Allow export to convert broken links to plain text

2019-01-13 Thread Ryan Thompson
9:50 AM Berry, Charles wrote: > > > > On Jan 12, 2019, at 12:38 PM, Ryan Thompson > wrote: > > > > Hi all, > > > > I have a use case where I'd like for Org Mode to remove broken links > while preserving their text when exporting. In particular, I'm

Re: [O] Feature request: Allow export to convert broken links to plain text

2019-01-12 Thread Ryan Thompson
(Apologies for the double post of this email; due to a misconfiguration of my mailer, I believed my first email hadn't gone through until I remembered to check the archives.) On Sat, Jan 12, 2019 at 12:38 PM Ryan Thompson wrote: > Hi all, > > I have a use case where I'd l

[O] Feature request: Allow export to convert broken links to plain text

2019-01-12 Thread Ryan Thompson
perhaps calling it something like "unlink" or "strip" (suggestions for a better name welcome). Alternatively, I could implement an option to dispatch broken link handling to an arbitrary function. Thanks, Ryan Thompson

[O] Feature request: Allow export to convert broken links to plain text

2019-01-05 Thread Ryan Thompson
t something like "unlink" or "strip". Thanks, Ryan Thompson

[Orgmode] Bug: (org-set-tags t t) gives an error point is not currently on a headline

2010-04-08 Thread Ryan Thompson
Hi, When I run (org-set-tags t t) to realign all tags in the buffer, it doesn't work unless the point is currently on a headline, because org-set-tags calls (org-get-tags-string) early on, and org-get-tags-string raises an error if not on a headline. This can be fixed by moving the binding of `cur

Re: [Orgmode] org-remember-AFTER-finalize-hook , anyone?

2010-03-28 Thread Ryan Thompson
Oh, I guess you're using org-protocol, so your're going to have to do something a little different. But I hope my post gives you the idea of how to do it. On Sun, Mar 28, 2010 at 2:12 PM, Ryan Thompson wrote: > Ok, I finally recreated my setup. There's some bug in emacs daem

Re: [Orgmode] org-remember-AFTER-finalize-hook , anyone?

2010-03-28 Thread Ryan Thompson
PATH somewhere and add a keybinding using e.g. xbindkeys. Personally, I use Windows Key + R. On Sat, Jan 30, 2010 at 4:45 PM, Stefano Zacchiroli wrote: > On Sat, Jan 30, 2010 at 10:23:20AM -0800, Ryan Thompson wrote: >> Ooh, I solved this problem before, but then I accidentally deleted all my

[Orgmode] Org productivity tip to prevent accumulation of unscheduled undone tasks

2010-03-26 Thread Ryan Thompson
Description}\n %U\n SCHEDULED: %^{Scheduled time}T\n %?\n" "tasks.org" "Unsorted Tasks" nil) ("TODO unscheduled" 84 "* TODO %^{Description}\n %U\n %?" "tasks.org" "Unsorted Tasks" nil) -Ryan Thompson __

Re: [Orgmode] Re: Timeline of completed tasks?

2010-03-25 Thread Ryan Thompson
Yep, that looks like what I wanted. Thanks. On Wed, Mar 24, 2010 at 9:00 PM, Memnon Anon wrote: > Ryan Thompson writes: > >> Hi, >> >> Is there any way to view a timeline or agenda of completed tasks? That >> is, can I invert the normal logic of excluding fin

[Orgmode] Timeline of completed tasks?

2010-03-24 Thread Ryan Thompson
Hi, Is there any way to view a timeline or agenda of completed tasks? That is, can I invert the normal logic of excluding finished tasks from the agenda? -Ryan ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-or

[Orgmode] Bug: Meta-return on an empty headline breaks the headline instead of leaving it empty

2010-03-22 Thread Ryan Thompson
I have found a bug. When the point is at the end of an empty headline and you press M-RET (or C-RET) to make a new headline, it deletes all the whitespace at the end of the empty headline first, which causes the headline to break. I'm not sure if the correct behavior is to leave an empty headline,

[Orgmode] Org refile within current buffer?

2010-03-11 Thread Ryan Thompson
Is there an org-mode command to refile only within the current buffer? ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: Cannot reschedule task with repeater

2010-03-08 Thread Ryan Thompson
So if I pull from git now, I can reschedule repeated tasks? On Mon, Mar 8, 2010 at 9:24 AM, Tom wrote: > Carsten Dominik gmail.com> writes: > >> I have now removed this limitation, because, as you say, it >> really should not be there.D > > Cool, thanks. > > > > _

Re: [Orgmode] Lesson Learned: Day needed for iCalendar export

2010-03-05 Thread Ryan Thompson
Without the day, the timestamp is not valid according to Org, so it just treats it as normal text, or possibly something else entirely. The real lesson is no to type timestamps manually. Use C-c . On Sat, Feb 27, 2010 at 6:49 PM, David A. Gershman wrote: > > Hello Everyone, > > I ran into this ju

Re: [Orgmode] default browser

2010-02-24 Thread Ryan Thompson
I think you may have to look around in M-x customize-group browse-url. On Wed, Feb 24, 2010 at 9:45 AM, Henri-Paul Indiogine wrote: > OS: Ubuntu Karmic > Emacs: 23.1.1 > org-mode: 6.34trans > > I recently changed my default browser from Firefox to Chromium and have > made my change in System -> P

Re: [Orgmode] Scheduling an event of uncertain date within a month

2010-02-22 Thread Ryan Thompson
Also, if you type in both a date and a day of the week, you'll get the first day after the specified date that falls on the specified day of the week. For example, if you Type in "Fri 2 Feb", you'll get the first Friday on or after Feb. 2nd. Or something like that. On Mon, Feb 22, 2010 at 2:10 PM

Re: [Orgmode] Deadline->scheduled workflow

2010-02-19 Thread Ryan Thompson
This is cool. I'll test this out. My personal preference would be that a scheduled date should simply suppress deadline warnings before that date, and have no effect after it. I'll see if I can implement this as an option. -Ryan On Wed, Feb 17, 2010 at 2:43 PM, Norbert Zeh wrote: > Carsten Domin

Re: [Orgmode] Wiki?

2010-02-19 Thread Ryan Thompson
If you want to edit existing Wiki pages with such a system, this would require a complete conversion of all Wiki syntax to an Org-mode equivalent, or else a way to leave unknown wiki syntax alone. Otherwise you would clobber any formatting that Org-mode doesn't know about when you edit the page. O

Re: [Orgmode] Which Emacs on Ubuntu

2010-02-12 Thread Ryan Thompson
Even the most unstable development snapshot of emacs usually beats the MTBF of any other "stable" component of your operating system or applications. On Fri, Feb 12, 2010 at 12:47 PM, Ian Barton wrote: > Graham Smith wrote: >> >> I have had to do a fresh install of Ubuntu 9.10, and on going to >>

Re: [Orgmode] State Change with diary-float

2010-02-07 Thread Ryan Thompson
>From the Org Manual: SCHEDULED Meaning: you are planning to start working on that task on the given date. In other words, if you just want to mark the date and time at which an event (like a meeting) will occur, don't use a scheduled timestamp. Just use an unadorned timestamp (C-c .).

Re: [Orgmode] [OT] See available keybindings?

2010-02-05 Thread Ryan Thompson
Try pressing f6 and then C-h. Generally, pressing any prefix followed by C-h lists the bindings for that prefix. On Fri, Feb 5, 2010 at 10:48 AM, Nathan Neff wrote: > I've defined a list of org-mode shortcuts that start with f6. > > Example: > f6 i = clock in > f6 o =clock out > > Is there a way

Re: [Orgmode] Re: Repeating tasks in an interval

2010-02-03 Thread Ryan Thompson
You could also use Remind along with remind2org. I think there's info about this in org-hacks on Worg. On Wed, Feb 3, 2010 at 8:18 PM, Robert Goldman wrote: > Thanks to all for the help!  I'll use the cloning. > > Best, > r > > > ___ > Emacs-orgmode mai

[Orgmode] Re: S-Tab strange behavour

2010-02-02 Thread Ryan Thompson
-Tab - OVERVIEW (expected: SHOW ALL) > > or > > 1) S-Tab - OVERVIEW > 3) C-G (or any other) > 4) S-Tab - OVERVIEW (nothing changed! expected: CONTENTS) > > Is it by design? Why? > > > On 02.02.2010 21:40, Ryan Thompson wrote: >> >> I don't think it is po

Re: [Orgmode] S-Tab strange behavour

2010-02-02 Thread Ryan Thompson
I don't think it is possible in general to know the startup state of a file. Files with a #+STARTUP line may be an execption. On Tue, Feb 2, 2010 at 11:28 AM, Ivan Vanyushkin wrote: > Hello. > > On initial file opening, S- cycles through > 1) OVERVIEW -> 2) CONTENTS -> 3) SHOW ALL > not depending

Re: [Orgmode] Bug with cua-mode & org-support-shift-select

2010-01-31 Thread Ryan Thompson
Vanilla emacs now has shift selection (as of version 23?), so try disabling shift select in CUA and enabling the standard shift select. M-x customize-variable shift-select-mode On Sun, Jan 31, 2010 at 2:36 PM, Ivan Vanyushkin wrote: > Hello. > > I want to use C-x/C-c/C-v and Shift-arrows selecti

[Orgmode] Re: Bug: Docstring for "org-cycle" does not document "org-cycle-level" behavior

2010-01-31 Thread Ryan Thompson
The variable is org-cycle-level-after-item/entry-creation. On Sun, Jan 31, 2010 at 12:54 AM, Noorul Islam wrote: > Ryan Thompson writes: > >> Title says it all. In recent versions of Org, doing org-cycle at the end of >> an empty headline will cycle that headline through di

Re: [Orgmode] making key binding for timestamp alternative by default

2010-01-30 Thread Ryan Thompson
All you need to do is define a function that supplies the prefix to org-time-stamp: (defun org-time-stamp-with-time (&optional inactive) "Prompt for a date/time and insert a time stamp containing a date and time. All parts of a date not specified by the user will be filled in from the curren

Re: [Orgmode] org-remember-AFTER-finalize-hook , anyone?

2010-01-30 Thread Ryan Thompson
Ooh, I solved this problem before, but then I accidentally deleted all my files. I have a backup, but I haven't gotten around to restoring everything yet. I'll get back to you later. -Ryan On Sat, Jan 30, 2010 at 8:54 AM, Stefano Zacchiroli wrote: > Short summary: I'd like to have a org-remembe

[Orgmode] Alternate org-cycle-level behavior

2010-01-29 Thread Ryan Thompson
Hi all, I've implemented my own org-cycle-level function. The major difference is that it's stateless, taking cues only from the level of the previous headline, rather than the level at which the current headline started. That way you can always look at the buffer and know what the TAB key will do

[Orgmode] Bug: Docstring for "org-cycle" does not document "org-cycle-level" behavior

2010-01-29 Thread Ryan Thompson
Title says it all. In recent versions of Org, doing org-cycle at the end of an empty headline will cycle that headline through different levels, if the appropriate variable is non-nil. However, the docstring does not mention this feature. org-version = 6.34c ___

[Orgmode] Utility functions for setting/clearing categories

2010-01-29 Thread Ryan Thompson
Hi all, If anyone out there makes heavy use of categories and is sick of going through org-sort-property and org-delete-property to handle them, here's a pair of conveience functions for directly manipulating categories. It's a pity that emacs doesn't seem to support partially applying an interact

Re: [Orgmode] org-sort-multi??

2010-01-29 Thread Ryan Thompson
t-custom () "Sort children of node by todo status and by priority, so the * TODO [#A] items go to the top. Then fold it the way I like it." (interactive) (org-sort-multi ?o ?p ?T) (dotimes (x 2) (org-cycle))) On Fri, Jan 29, 2010 at 1:23 AM, Carsten Dominik wrote: > Hi David,