[Orgmode] Org-Mode Highlighting Not Working in EmacsW32

2009-01-11 Thread Ryan
I just installed EmacsW32 (latest version) on XP and found that highlighting is not working like it was on vanilla Emacs 22.3. How do get the default highlighting back? Thanks, Ryan ___ Emacs-orgmode mailing list Remember: use `Reply All' to

[Orgmode] Property does not seem to work

2009-01-19 Thread Ryan
Hi, When I do a "C-c / p", as per the manual, I get a "Wrong type argument: integer-or-marker-p, nil" message. I'm using EmacsW32 latest version and Org 6.16 on XP. I also tried Emacs 22.3 (plain vanilla), and I get that message there too with Org 6.17c. An

Re: [Orgmode] Property does not seem to work

2009-01-19 Thread Ryan
really sure how to troubleshoot this. On Mon, Jan 19, 2009 at 12:30 PM, Manish wrote: > On Mon, Jan 19, 2009 at 10:58 PM, Ryan wrote: > > Hi, > > When I do a "C-c / p", as per the manual, I get a "Wrong type argument: > > integer-or-marker-p, nil" message.

[Orgmode] Custom Fonts Fail with Tables

2009-02-01 Thread Ryan
some kind of Windows fonts issue with fixed-width fonts. Are there any solutions? I really prefer a font other than Courier. Thanks, Ryan ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gn

[O] Bug: org-in-src-block-p always returns nil [8.2.7b (8.2.7b-1-ga5beff-elpaplus @ /Users/ryan/.emacs.d/.cask/24.3.1/elpa/org-plus-contrib-20140714/)]

2014-08-07 Thread Ryan
)_src" Emacs : GNU Emacs 24.3.1 (x86_64-apple-darwin13.2.0, NS apple-appkit-1265.20) of 2014-06-01 on tennine-slave.macports.org Package: Org-mode version 8.2.7b (8.2.7b-1-ga5beff-elpaplus @ /Users/ryan/.emacs.d/.cask/24.3.1/elpa/org-plus-contrib-20140714/) current state: ==

Re: [O] Bug: org-in-src-block-p always returns nil [8.2.7b (8.2.7b-1-ga5beff-elpaplus @ /Users/ryan/.emacs.d/.cask/24.3.1/elpa/org-plus-contrib-20140714/)]

2014-08-07 Thread Ryan
ion (beginning-of-line) (looking-at ".*#\\+\\(begin\\|end\\)_src")))) On Thu Aug 7 15:36:00 2014, Ryan wrote: Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See h

[O] Bug: org-called-with-limited-levels should be initialized [8.2.7c (8.2.7c-44-g3fed03-elpaplus @ /Users/ryan/.emacs.d/.cask/24.3.1/elpa/org-plus-contrib-20140818/)]

2014-08-24 Thread Ryan
tialize it to nil. Emacs : GNU Emacs 24.3.1 (x86_64-apple-darwin13.2.0, NS apple-appkit-1265.20) of 2014-06-01 on tennine-slave.macports.org Package: Org-mode version 8.2.7c (8.2.7c-44-g3fed03-elpaplus @ /Users/ryan/.emacs.d/.cask/24.3.1/elpa/org-plus-contrib-20140818/) current state: =

[O] Bug: Plus signs in org tables are highlighted incorrectly [9.0.9 (9.0.9-82-gb862c2-elpa @ /Users/ryan/.emacs.d/elpa/org-20170814/)]

2017-10-18 Thread Ryan
report will be posted to the Org mailing list. Emacs : GNU Emacs 25.2.1 (x86_64-apple-darwin13.4.0, NS appkit-1265.21 Version 10.9.5 (Build 13F1911)) of 2017-04-21 Package: Org mode version 9.0.9 (9.0.9-82-gb862c2-elpa

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,

[Orgmode] Utility functions for setting/clearing categories

2010-01-29 Thread Ryan Thompson
lly applying an interactive function and then having it interactively prompt for the remaining arguments. That would make org-set-category as short as org-delete-category. Moset of the code is copied from org-set-property's interactive definition, and then modified. -Ryan (defun org-set-category (p

[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] Alternate org-cycle-level behavior

2010-01-29 Thread Ryan Thompson
cycling picks up where it left off. (The default org-cycle-level function does not work this way.) You can get it on Worg: http://orgmode.org/worg/org-hacks.php#sec-23 -Ryan ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to t

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

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

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

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

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

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] 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] 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] 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] 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:

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] 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

[Orgmode] clock entries export to calendar?

2010-02-28 Thread Ryan E
e with Org mode (without writing a lot of elisp - my elisp skills are lacking)? Thanks, Ryan ___ 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] clock entries export to calendar?

2010-03-01 Thread Ryan E
Thanks for the info. Yes, I do use clocking frequently and suppose it is possible I would come to regret it but my goal was to have a quick way to visualize when and how long I am spending time on the various projects I am working on. The clock entries would be in a separate calendar or calendars t

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] 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. > > > > _

[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

[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] 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.

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] 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] 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

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

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

2010-04-08 Thread Ryan Thompson
ng of `current' to `(org-get-tags-string)' into the else clause of the first if statment. I have attached a patch -Ryan -- diff --git a/lisp/org.el b/lisp/org.el index dc45871..1745116 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -12113,7 +12113,7 @@ If DATA is nil or the empty string, a

Re: [O] What happened to org-complete?

2011-07-02 Thread Ryan Reynolds
it does leave 2 out of 3 major OSes out in the cold. -- A. Ryan Reynolds

[O] Bug: org-clock-display does not work with a heading ending in a link [7.8.11 (release_7.8.11-504-gd2200b @ /home/ryan/lib/site-lisp/org/)]

2012-08-16 Thread Ryan Kaskel
e that doesn't end in a link (tested under emacs24 -Q -l ~/org/minimal-org.el) Emacs : GNU Emacs 24.1.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.10) of 2012-07-17 on lawrencium, modified by Debian Package: Org-mode version 7.8.11 (release_7.8.11-504-gd2200b @ /home/ryan/lib/site-lisp/org/)

[O] Babel error on init with 8.3.1

2015-08-09 Thread Ryan Schuetzler
(org-babel-do-load-languages (quote org-babel-load-languages) (quote ((emacs-lisp . t) (latex . t) (R . t) (dot . t) (python . t) (org . t (setq org-confirm-babel-evaluate nil) FULL Config: Emacs : GNU Emacs 25.0.50.1 (x86_64-w64-mingw32) of 2015-07-11 on KAEL Package: Org-mode version 8.

[O] Bug: org-capture clock-in/clock-out [8.2.3a (release_8.2.3a @ /usr/share/emacs/24.3.50/lisp/org/)]

2013-12-27 Thread Ryan Timmins
On clock-out in the .notes buffer, tasks in the buffer get removed. Steps to produce this behaviour: 1. start emacs with --no-init 2. M-x org-capture 3. t ( for task ) 4. type "A1" for the subject, then type C-c C-c The task will get added to the .notes buffer. Then from the .notes buffer do th

[O] (no subject)

2014-05-02 Thread Ryan Moszynski
If an org table cell contains the HMS 1@ 11' 37" is there an easy way to get the total (time)seconds? (1*3600 + 11*60 + 37 = 4297) if $4 = 1@ 11' 37" how do I get $8 = 4297? thanks ryan -- He felt that his whole life was some kind of dream and he sometimes wonde

[O] 3 beginner table questions

2014-05-06 Thread Ryan Moszynski
to keep track of it manually like this? so what I want to be able to do is the following, without having to use a count up column. @7$2 = Total(3), where "3" is the number of rows between the 2nd and 3rd hline Thanks so much, Ryan Moszynski |---+-+-+---+-

[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

[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

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

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

2019-01-13 Thread Ryan Thompson
so it's already too late once the org-link-broken signal is thrown. This also means that the implementation I was considering won't work. So, it looks like I need to intercept execution earlier in the export process. Any ideas on how to do that? Thanks, Ryan On Sun, Jan 13, 2019 at

Re: [PATCH] Re: New source block results option for attaching file to node

2021-10-02 Thread Ryan Scott
eels. That would carve out space for other options in handling attachments. On Sat, Oct 2, 2021, 01:31 Ihor Radchenko wrote: > Ryan Scott writes: > > >(default-directory > > -(or (and dir (file-name-as-directory dir)) default-directory)) > > +

Re: [PATCH] Re: New source block results option for attaching file to node

2021-10-04 Thread Ryan Scott
). Maybe we can introduce something like >> :results-dir header arg to set the output directory? It's value can be a >> directory path or symbol 'attach. >> >> `:results file :results-dir 'attach` will be equivalent of `:results file >> attach` in the patch p

Re: [PATCH] Re: New source block results option for attaching file to node

2021-11-05 Thread Ryan Scott
ed documentation and completed the copyright assignment to the FSF. On Mon, Oct 4, 2021 at 6:05 PM Ryan Scott wrote: > I've been working through a few different approaches. What's shaping up is > something more general, having a special value for directory parameters > (i.e. 'a

Re: [PATCH] Re: New source block results option for attaching file to node

2022-04-21 Thread Ryan Scott
poor ego. :) With all of the layers and assumptions/behaviors inherent in the way src block parameters are handled, do you feel like this is an approach that can work, or should it be abandoned? Thanks for looking into this. On Thu, Apr 21, 2022, 05:46 Ihor Radchenko wrote: > Ryan Scott

Re: [PATCH] Re: New source block results option for attaching file to node

2022-04-21 Thread Ryan Scott
Great. Just making sure that this particular approach to this feature or type of feature wasn't fundamentally flawed given the established behavior of org. Thanks. On Thu, Apr 21, 2022 at 11:02 PM Ihor Radchenko wrote: > Ryan Scott writes: > > > With all of the layers and assu

Re: [PATCH] Re: New source block results option for attaching file to node

2022-06-10 Thread Ryan Scott
uotes)" to help make the NEWS entry clearer - Changed the attach directory detection to use a string prefix check Let me know what you think. On Thu, Apr 21, 2022 at 11:19 PM Ryan Scott wrote: > Great. Just making sure that this particular approach to this feature or > type o

Re: [PATCH] Re: New source block results option for attaching file to node

2022-06-11 Thread Ryan Scott
sts that I should modify. Thanks, -ryan On Fri, Jun 10, 2022 at 9:31 PM Ihor Radchenko wrote: > Ryan Scott writes: > > > I believe I have addressed your feedback, Ihor. > > Attached is the latest version of the patch. > > > >- Merged latest master > >-

Re: [PATCH] Re: New source block results option for attaching file to node

2022-06-11 Thread Ryan Scott
t need to do any guessing on their behalf. Implicit ID creation should likely live elsewhere anyway. On Sat, Jun 11, 2022 at 5:49 AM Ihor Radchenko wrote: > Ryan Scott writes: > > > Had no experience with the :DIR: property or writing unit tests for Org, > > but I think I&#

Headlines require both space and star

2020-05-16 Thread Ryan Tate
nutes :-) If people are open to this, and a more proper patch is required, I would be happy to submit one in a more elaborate and correct format. If this has been brought up before, or I am misunderstanding, I apologize in advance; the gmane gateway seems to be down so I cannot search the archives at the moment. Cheers and thanks for org mode. Ryan

Re: [PATCH] Re: New source block results option for attaching file to node

2022-06-13 Thread Ryan Scott
Strange. I'll figure out a better setup for running the tests and get to the bottom of that. Thanks for the help. On Tue, Jun 14, 2022, 00:10 Ihor Radchenko wrote: > Ryan Scott writes: > > > Ah sorry about that. I'm on a windows laptop and didn't have make, so was &g

Re: [PATCH] Re: New source block results option for attaching file to node

2022-06-14 Thread Ryan Scott
d problems with an introduced assumption that the buffer-file-name would be non-nil (causing several tests to fail) as well as being generally overzealous in detecting file result paths as attachment links. On Mon, Jun 13, 2022 at 10:55 PM Ryan Scott wrote: > Strange. I'll figure out

Re: [PATCH] Re: New source block results option for attaching file to node

2022-06-14 Thread Ryan Scott
Awesome! Thanks again for all the help. It's been a crash course in org internals and the contribution process. Well prepared for next time to go much smoother. Cheers, -ryan On Tue, Jun 14, 2022 at 6:47 AM Ihor Radchenko wrote: > Ryan Scott writes: > > > I put together

Feature mostly complete

2024-09-09 Thread Ryan Leman
So I wanted a timer that can take several times and in sequence complete each timer. This is especially useful for things such as studying where you might want a timer for studying then another right after for the break without having to run the same command again. So this simply takes in text inp

New source block results option for attaching file to node

2021-08-26 Thread Ryan Scott
An additional option for use with ":results file" that moves the returned path to the node attachment directory (as returned by org-attach-dir), creating it if necessary. First time submitting a patch. Any feedback is appreciated. -ryan 0001-ob-core-Added-option-for-attaching-file-

Re: New source block results option for attaching file to node

2021-08-31 Thread Ryan Scott
ine length. I'll make sure to do that for submitted patches here. In terms of this mailing list and overall contribution process, how best to remedy things for the patch? Just modify it and reply with the modified patch as an attachment? On Tue, Aug 31, 2021 at 4:24 AM Timothy wrote: > H

Re: New source block results option for attaching file to node

2021-09-01 Thread Ryan Scott
oding style doesn't include a hard line limit, so it just wasn't on my mind. I'll get my patch updated and submitted shortly. Thanks for the help! On Wed, Sep 1, 2021 at 7:44 AM Ihor Radchenko wrote: > Ryan Scott writes: > > The patch looks fine for me except a typo: &

[PATCH] Re: New source block results option for attaching file to node

2021-09-02 Thread Ryan Scott
letely right to me. On Wed, Sep 1, 2021 at 1:01 PM Ryan Scott wrote: > I hadn't thought about input directories much as my usage of > graphviz/gnuplots is through [essentially] DSLs that I made for them, so > the blocks are actually elisp. > Perhaps a convenient way of setting the

Re: [PATCH] Re: New source block results option for attaching file to node

2021-09-02 Thread Ryan Scott
> directory (aka input files directory). Maybe we can introduce something > like :results-dir header arg to set the output directory? It's value can > be a directory path or symbol 'attach. > > `:results file :results-dir 'attach` will be equivalent of > `:results file attach` in the patch proposed by Ryan Scott. > > WDYT? > > Best, > Ihor >

Re: [PATCH] Re: New source block results option for attaching file to node

2021-09-05 Thread Ryan Scott
Yeah your second example is what I'm thinking. It makes this all a fairly concise extension of that existing mechanism and does away with the file move after execution. On Sun, Sep 5, 2021, 06:21 Ihor Radchenko wrote: > Ryan Scott writes: > > > It might make sense to fix

Re: [PATCH] Re: New source block results option for attaching file to node

2021-09-09 Thread Ryan Scott
* org-attach.el (org-attach-dir): Added autoload header to simplify dependencies necessary to support this feature (called in `org-babel-execute-src-block'). On Sun, Sep 5, 2021 at 6:56 AM Ryan Scott wrote: > Yeah your second example is what I'm thinking. It makes this all a fairly &

Re: [FR] Allow starting multiple org-timers in sequence (was: Feature mostly complete)

2024-09-19 Thread Ryan Leman
or fleshed out. On Sun, Sep 15, 2024, 9:04 AM Ihor Radchenko wrote: > Ryan Leman writes: > > > So I wanted a timer that can take several times and in sequence complete > > each timer. This is especially useful for things such as studying where > you > > might want a t

[BUG] "Invalid search bound (wrong side of point)" [9.6.15 (release_9.6.15 @ c:/Program Files/Emacs/emacs-29.4/share/emacs/29.4/lisp/org/)]

2024-11-26 Thread Ryan Hoffman
This report was auto-generated. I have received the following error a few times over the past few days, from different points in different ORG files. The errors did not start immediately following a change in my Emacs version. Here are the *Warnings* buffer contents: ■ Warning (org-element-cac

Re: [BUG] "Invalid search bound (wrong side of point)" [9.6.15 (release_9.6.15 @ c:/Program Files/Emacs/emacs-29.4/share/emacs/29.4/lisp/org/)]

2024-12-25 Thread Ryan Hoffman
Hello, Thanks for your work on Org development. I have added that setq to my .emacs Unfortunately I did not adequately document a way to replicate this bug. I haven't seen it in a while. So please close this issue. I will submit a new bug report if needed. Thanks,

Re: [Orgmode] Emacs version

2010-09-16 Thread A. Ryan Reynolds
there a similar repository for Debian? -- A. Ryan Reynolds ___ 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] [PROPOSAL] Quick and easy installation instructions

2010-09-26 Thread A. Ryan Reynolds
install from unstable). I assume this probably trickles down to Ubuntu as well. This is the route I take because it keeps me relatively close to Org-mode developments without having to take the time to manage source code. -- A. Ryan Reynolds ___ Emacs-o

Re: [Orgmode] MobileOrg : Reminders

2010-10-22 Thread A. Ryan Reynolds
I am definitely also interested in such a feature. -- A. Ryan Reynolds ___ 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] An Org-mode clone for Vim

2010-11-05 Thread A. Ryan Reynolds
other hand, if you can replicate all of Org's features I've no doubt you'll succeed in winning them over! And in any case, doing something for fun is a reward by itself. -- A. Ryan Reynolds ___ Emacs-orgmode mailing list Please use `Rep

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

2010-11-15 Thread A. Ryan Reynolds
Thank you so much for your tireless and dedicated service Carsten. Without your initiative my life, and the lives of many people I know, would be a lot messier! Org mode is an invaluable treasure. -- A. Ryan Reynolds ___ Emacs-orgmode mailing list

[Orgmode] Setting org-remember-store-without-prompt specifically for certain templates?

2009-10-21 Thread Ryan C. Thompson
x27;t seem to make it work. -Ryan ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Setting org-remember-store-without-prompt specifically for certain templates?

2009-10-21 Thread Ryan C. Thompson
g asks me where to refile it to. Darlan At Wed, 21 Oct 2009 11:15:23 -0700, "Ryan C. Thompson" wrote: ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Setting org-remember-store-without-prompt specifically for certain templates?

2009-10-24 Thread Ryan C. Thompson
Carsten Dominik wrote: All you need to do is *not* to specify file and headline for this template - then you will be prompted. If I don't specify a file and headline, won't the note just be stored under org-default-notes file and org-remember-default-headline? Or even remember-data-file? __

Re: [Orgmode] Setting org-remember-store-without-prompt specifically for certain templates?

2009-10-25 Thread Ryan C. Thompson
values take precedence when I press C-c C-c after finishing my note? My first few attempts were unsuccessful, but I'm not sure I got the code right. I suppose I should try manually setting buffer-local values and observing the effects. - Ryan Carsten Dominik wrote: On Oct 24, 2009, at

[Orgmode] Bug Report: org-blocker-hook and org-trigger-hook are named incorrectly

2009-11-27 Thread Ryan C. Thompson
alue is just a single function, not a list of functions. -Ryan ___ 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

[Orgmode] Bug Report: TAB on empty headline cycles through the wrong levels

2009-11-27 Thread Ryan C. Thompson
* Head1 * [point is here] ** Head2 So basically, the base level for depth cycling should be determined from the previous headline, not the new blank headline. At least, that's what I expected, and I can't think of any reason you would want to put a

[Orgmode] Org-remember: How to unambiguously store notes to level-2 and deeper headlines?

2009-11-27 Thread Ryan C. Thompson
ot;Unsorted" as the target, but that seems really easy to break, for example, if I also had Events/Unsorted in the same file. So, is there a good way to specify a level-2 headline as a target in org-remember-templates? -Ryan ___ Emacs-orgmode mai

Re: [Orgmode] org-mode + pomodoro

2010-08-27 Thread A. Ryan Reynolds
distracted periods I tend to capture a lot of stray to-do items of only marginal utility. I'm not sure my personal workflow will work exactly right for anyone but myself (and it's still a work in progress for me too!), but I'm happy to answer any other questions you might

[O] Org table to CSV

2011-07-15 Thread A. Ryan Reynolds
I'm doing a lot of work with CSV files at the moment. I know I can convert a region of CSV to an org table with C-c | (and I do so frequently-- thanks for this highly useful feature!), but is there any way I can turn an org table back into CSV? I need to do this almost as frequently. -- A.

Re: [O] Org table to CSV

2011-07-15 Thread A. Ryan Reynolds
orks, rather than being sent to a different file? -- A. Ryan Reynolds

Re: [O] Suggestion: Stackoverflow for Orgmode

2011-07-20 Thread A. Ryan Reynolds
heavily on Org-mode, but web programming I can contribute. -- A. Ryan Reynolds

Re: [O] CLOCKTABLE multiply time expended by hourly rate?

2011-07-20 Thread A. Ryan Reynolds
y and would be very interested in such a feature. -- A. Ryan Reynolds

Re: [O] Ctrl-Tab behaviour

2011-07-25 Thread A. Ryan Reynolds
.org file. How > can I fix this? By default I believe the conflicting binding is set, in Org, to org-force-cycle-archived. If you unset that binding, it should not conflict, and hopefully swbuff will work correctly (I do not use swbuff so I cannot say for certain). -- A. Ryan Reynolds

Re: [O] Date-centric Clocktable

2011-09-08 Thread A. Ryan Reynolds
On Sep 7, 2011, at 5:53 PM, Rasmus wrote: > In my experience this is the kind of table most working class heroes > will need to hand in. At my last job this was the sort of table I needed to produce, too. -- A. Ryan Reynolds

[O] Generating clock table for arbitrary date range

2011-12-03 Thread A. Ryan Reynolds
familiar to many programmers :)), which I then need to attribute to next week's clock table to be submitted on the following invoice. Is there an easy way to do this? -- A. Ryan Reynolds

Re: [O] Generating clock table for arbitrary date range

2011-12-03 Thread A. Ryan Reynolds
Aha! Thank you. That works nicely. I had known about :tstart and :tend but I misunderstood their purpose.

[O] still struggling with workflow

2012-09-06 Thread Christopher W. Ryan
udicious use of headlines and :export tags? Or is it best to start a new org file for each substudy and copy/paste what is needed from the old? Thanks. --Chris -- Christopher W. Ryan, MD, MS SUNY Upstate Medical University Clinical Campus at Binghamton 425 Robinson Street, Bingha

[O] searching properties, not tags

2012-12-27 Thread Christopher W. Ryan
ers? Thanks. --Chris Ryan

Re: [O] searching properties, not tags

2012-12-27 Thread Christopher W. Ryan
ant. Previously, my problem was I was not using the quotes. Thanks. --Chris Bastien wrote: > Hi Christopher, > > "Christopher W. Ryan" writes: > >> How would I search for all the tigers? > > (setq org-agenda-custom-commands > '(("o" "List of tigers" >((tags "+species=\"tiger\") > > HTH, >

[O] how to narrow buffer to two consecutive nodes

2013-01-17 Thread Christopher W. Ryan
Ooops, make that C-x n s -- Christopher W. Ryan, MD, MS SUNY Upstate Medical University Clinical Campus at Binghamton 425 Robinson Street, Binghamton, NY 13904 cryanatbinghamtondotedu "Once we recognize that we do not err out of laziness, stupidity, or evil intent, we can liberate ours

Re: [O] how do scientists use org mode?

2012-01-30 Thread Christopher W. Ryan
e or point to a short, perhaps fictional, example? Thanks very much. --Chris Christopher W. Ryan, MD SUNY Upstate Medical University Clinical Campus at Binghamton 425 Robinson Street, Binghamton, NY 13904 cryanatbinghamtondotedu "Observation is a more powerful force than you could possibly re

Re: [O] how do scientists use org mode?

2012-01-31 Thread Christopher W Ryan
--Chris On Mon, Jan 30, 2012 at 2:51 PM, wrote: > "Christopher W. Ryan" writes: > >> I'm fairly experienced with emacs, ESS, Sweave, and R, but I've only >> started to dabble in Org mode in the past couple of weeks. Just as >> Christoph is, I&#x

Re: [O] how do scientists use org mode?

2012-02-01 Thread Christopher W. Ryan
gives me this message: C-c C-c can do nothing useful at this location. I wonder if I have Babel? Is it "built in" to the emacs or Org versions that I have? Thanks. --Chris Ryan Simon Thum wrote: Hi Christopher, to add my 2c: I'm using org-mode to track our participation in

Re: [O] how do scientists use org mode?

2012-02-02 Thread Christopher W. Ryan
R! Trying the same in the python block yields the same results, except with "python" substituted for "R" in all the messages. Any suggestions where I am going wrong? Thanks. --Chris Ryan

  1   2   >