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

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

Re: does org mode require a separate LaTeX installation to export?

2024-06-20 Thread Christopher W. Ryan
Thanks Bill! William Denton wrote: > On Wednesday, June 19th, 2024 at 08:55, Christopher W. Ryan > wrote: > >> In other words, if a complete novice, knowing nothing about LaTeX and >> not having it on their machine ever, installed emacs and created an org >> mode

does org mode require a separate LaTeX installation to export?

2024-06-19 Thread Christopher W. Ryan
In other words, if a complete novice, knowing nothing about LaTeX and not having it on their machine ever, installed emacs and created an org mode file, could they export via latex to PDF? Could they export to html? Thanks. --Chris Ryan

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

2023-09-09 Thread Ryan C. Thompson
alink][This is an invalid link]] * Second heading :PROPERTIES: :CUSTOM_ID: heading2 :END: So, this isn't an ideal solution, since it requires me to prefix any potential offending links with "maybe:". But it's good enough for me. Regards, Ryan

how to omit section numbers from theindex.html when publishing a project

2023-02-22 Thread Christopher W. Ryan
s2019/CommCare/TrainRef/StagingArea" :publishing-function org-html-publish-to-html :base-extension org :makeindex t))) Thanks. --Chris Ryan

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

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-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-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&#

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

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

how to get verbatim text with line breaks

2021-11-03 Thread Christopher W. Ryan
does #+BEGIN_VERBATIM or #+BEGIN_SRC text give me what I am looking for. Grateful for suggestions. Thanks --Chris Ryan

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

[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: 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: &

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

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: publishing: no default publishing function, or symbol is not defined

2021-06-22 Thread Christopher W. Ryan
document in html? So far I can only get one or the other, depending on whether I include a non-nil value for a :makeindex option. Thanks. --Chris Juan Manuel Macías wrote: > Hi Christopher, > > Christopher W. Ryan" via "General discussions about Org-mode. writes: > >> I w

Re: [External Email] Re: publishing: no default publishing function, or symbol is not defined

2021-06-19 Thread Christopher W. Ryan
once, with, if necessary, multiple links next to it for all the places that index tag occurs in the main document. At least, that's how the indices in books work. Can the same be done in org mode? Thanks. --Chris Juan Manuel Macías wrote: > Hi Christopher, > > Christopher W. Ryan

Re: publishing: no default publishing function, or symbol is not defined

2021-06-19 Thread Christopher W. Ryan
an Manuel Macías wrote: > Hi Christopher, > > Christopher W. Ryan" via "General discussions about Org-mode. writes: > >> I'm making my first foray into publishing a project. I'm running GNU >> Emacs 26.2 (build 1, x86_64-w64-mingw32) of 2019-04-13, on Windows 10.

publishing: no default publishing function, or symbol is not defined

2021-06-18 Thread Christopher W. Ryan
navirus2019/CommCare/Sandbox/StagingArea" :publishing-function org-publish-org-to-html))) and try again, I get an error message that I can't figure out: "Symbol’s function definition is void: org-publish-org-to-html" Grateful for any guidance. Thanks. --Chris Ryan

how to create next, previous, and up navigation links when exporting to html

2020-08-30 Thread Christopher W. Ryan
how do I create next, previous, and up navigation links when exporting to html, like in the org mode manual: https://orgmode.org/manual/HTML-specific-export-settings.html Thanks. --Chris Ryan

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

Bug: org-eldoc should require org-refile [9.3.6 (release_9.3.6-442-g97f0f1 @ /home/ryan/.emacs.d/straight/build/org-plus-contrib/)]

2020-04-07 Thread Ryan C. Thompson
load org-refile. To fix this, org-eldoc should load org-refile. Emacs : GNU Emacs 26.3 (build 1, x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2019-09-23, modified by Debian Package: Org mode version 9.3.6 (release_9.3.6-442-g97f0f1 @ /home/ryan/.emacs.d/straight/build/org-plus-cont

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: [O] how do I search state change dates?

2019-01-12 Thread Christopher W. Ryan
[2018-11-04 Sun 23:17] :PROPERTIES: :AUTHORLNAME: Schwarzschild :AUTHORFNAME: Edward :ISBN: 156512409X :END: Thanks. --Chris Ryan Michael Welle wrote: > Hello, > > "Christopher W. Ryan" writes: > >> I try to keep track of books I want to read, and when I eve

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

[O] how do I search state change dates?

2019-01-01 Thread Christopher W. Ryan
:DATEADDED: <2018-10-07 Sun> :END: How can I retrieve all the entries for the books I've read in 2018? In other words, all those that changed state to DONE in 2018? Thanks. --Chris Ryan

[O] do you need a separate LaTeX installation to export org mode files to pdf?

2018-01-22 Thread Christopher W Ryan
Would they need to install LaTeX too, or is org mode self-contained and able to export to pdf without LaTeX an friends installed? Thanks. --Chris Ryan

[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: [O] can I export all PROPERTIES to my ascii output?

2017-03-29 Thread Christopher W. Ryan
Thank Nicolas, but what exactly do you mean by "see" org-export-properties? I use org-mode a little, but I have to admit I have never really looked under the hood and played around with variables much. --Chris Nicolas Goaziou wrote: > Hello, > > Christopher W Ryan writes

[O] can I export all PROPERTIES to my ascii output?

2017-03-28 Thread Christopher W Ryan
I'd like to make all the PROPERTIES show up in ascii output when I export. How can I do that? #+OPTIONS: properties:t does not export properties. Neither does: #+OPTIONS: with-properties:t Thanks. --Chris Ryan

[O] is there a way to make line numbers appear in ASCII output?

2016-10-05 Thread Christopher W. Ryan
I'm exporting part of my org-mode document as plain text. Is there a way to produce sequential line numbers in the output? Thanks. --Chris Ryan

[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] problems with beamer under the new exporter: no theme; unable to specify heading level; slides fill from bottom up

2015-07-26 Thread Christopher W. Ryan
n. That is, there is a big gap between the word "Chemistry" and the phrase "Malodorous reduced sulfur compounds." Lastly, the H:n option seems to have no effect, regardless of whether n=1, 2, or 3. Appreciate any advice. Thanks. --Chris Ryan * Effects of n-butyl mercaptan

Re: [O] Efficiency of Org v. LaTeX v. Word

2014-12-26 Thread Christopher W. Ryan
documents are where LaTeX excels. And this did not call upon some of the most important (IMHO) capabilities of LaTeX: managing citations with BibTex; changing the style to suit different journals; storing, revisiting, and reusing your document years later. --Chris Ryan Ken Mankoff wrote

[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: =

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

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

Re: [O] latex packages savetrees is persisting in my org-mode exporter

2013-12-20 Thread Christopher W. Ryan
Like using EXPORT_LATEX_OPTIONS under PROPERTIES, or something like that? --Chris 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, stu

[O] latex packages savetrees is persisting in my org-mode exporter

2013-12-20 Thread Christopher W. Ryan
ath "c:/Org/org-8.2.4/contrib/lisp") (require 'org) But now every time I export a different subtree of that same org file, a subtree that does not contain any mention of savetrees, to pdf, the savetrees package is still loaded and used. How do I stop it? Thanks. --Ch

Re: [O] how to adjust vertical spacing between lines in a simple list, pdflatex export

2013-12-09 Thread Christopher W. Ryan
; clinical performance :EXPORT_AUTHOR: Christopher w. Ryan, MD MS :EXPORT_EMAIL: cr...@binghamton.edu :EXPORT_LATEX_HEADER: \usepackage{enumitem} :END: *** Introduction Then I get a Latex preamble looks like this: % Created 2013-12-09 Mon 15:02 \documentclass[11pt]{article} \usepackage[utf8]{inputenc} \use

[O] how to adjust vertical spacing between lines in a simple list, pdflatex export

2013-12-05 Thread Christopher W. Ryan
. --Chris Ryan

[O] useing :PROPERTIES: to set export options for pdflatex

2013-11-27 Thread Christopher W. Ryan
S: toc:nil --Chris -- Christopher W. Ryan, MD, MS SUNY Upstate Medical University Clinical Campus at Binghamton 425 Robinson Street, Binghamton, NY 13904 cryanatbinghamtondotedu

[O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-18 Thread Christopher W. Ryan
the org file which contains the article I am writing? I'd be grateful for any explanations, or links to tutorials. Thanks. --Chris Ryan SUNY Upstate Medical University Binghamton, NY

Re: [O] trouble exporting just one subtree while using babel and R code blocks--spoke too soon

2013-03-11 Thread Christopher W. Ryan
(lambda () (setq beg (point) end (org-end-of-subtree t t) cnt (1+ cnt) string (buffer-substring beg end) s 0) (when org-mactions-change-id-on-copy (while (string-match "^\\([ \t]*:ID:\\)[ \t\n]+\\([^ \t\n]+\\)[ \t]*$"

Re: [O] trouble exporting just one subtree while using babel and R code blocks--spoke too soon

2013-03-07 Thread Christopher W Ryan
C-e p. --Chris On Thu, Mar 7, 2013 at 10:00 AM, John Hendy wrote: > On Thu, Mar 7, 2013 at 7:13 AM, Christopher W Ryan > wrote: >> I have to admit I'm not yet experienced enough with org mode to know >> about the new exporter versus the old. I've been trying to ignore

Re: [O] trouble exporting just one subtree while using babel and R code blocks--spoke too soon

2013-03-07 Thread Christopher W Ryan
aga wrote: > "Christopher W. Ryan" writes: > >> Well, with the little test file I initially posted, things worked OK >> with org version 7.9.3f. But things are bit more complicated: > > [...] > >> Put cursor on >> * Hello >> above and then C

Re: [O] trouble exporting just one subtree while using babel and R code blocks--spoke too soon

2013-03-06 Thread Christopher W. Ryan
. Ryan, MD MS :RESULTS: output :EXPORTS: both :END: ** Big foo foo #+begin_src R rnorm(3) #+end_src --- Put cursor on * Hello above and then C-c C-e 1 d The resulting pdf file does not show the results of the R code, only the verbatim code itself. Remove the

Re: [O] trouble exporting just one subtree while using babel and R code blocks

2013-03-06 Thread Christopher W. Ryan
d got org-mode version 7.9.3f from the org website, and that solved my problem. So far, so good . . . . --Chris Christopher W. Ryan, MD, MS SUNY Upstate Medical University Clinical Campus at Binghamton 425 Robinson Street, Binghamton, NY 13904 cryanatbinghamtondotedu "Once we recognize that

[O] trouble exporting just one subtree while using babel and R code blocks

2013-02-18 Thread Christopher W. Ryan
:EXPORT_TITLE: foobar :EXPORT_AUTHOR: Christopher W. Ryan, MD MS :RESULTS: output :EXPORTS: both :END: foo #+begin_src R rnorm(3) #+end_src When I export the whole file to pdf, everything works fine. But if I try to export just the * Hello tree, then I get an

[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] 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] searching properties, not tags

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

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

Re: [O] can I force all-caps in part of a headline in a capture template?

2012-05-07 Thread Christopher W. Ryan
Richard, this is great! Thank you. --Chris Richard Lawrence wrote: Richard Lawrence writes: Try this: in your .emacs, add the following code: (defun prompt-for-lastname-and-upcase () (upcase (read-string "Last name: "))) This defines a function that will prompt the user to type a last

[O] can I force all-caps in part of a headline in a capture template?

2012-05-06 Thread Christopher W. Ryan
e is a way to force LASTNAME to show up in all-caps in ShelterAdmissions.org, regardless of how it is typed into the capture template. Thanks. --Chris Ryan

Re: [O] how to include graphics in pdf output

2012-03-21 Thread Christopher W. Ryan
John Hendy wrote: > On Wed, Mar 21, 2012 at 4:54 AM, Sebastien Vauban > wrote: >> Hi Christopher, >> >> "Christopher W. Ryan" wrote: >>> However, in both cases, the inline tasks themselves also appear in the >>> final pdf. I was trying to avoi

Re: [O] how to include graphics in pdf output

2012-03-20 Thread Christopher W. Ryan
Nick Dokos wrote: Christopher W. Ryan wrote: I've attached a small org file that reproduces my problem with getting images to export to pdf. I've also attached the resulting .tex file. I think my issue may have something to do with my misunderstanding of inline tasks, since if I

Re: [O] how to include graphics in pdf output

2012-03-19 Thread Christopher W. Ryan
sewhere in the org file, under its own 2nd level heading (2 stars) then it exports fine. The narrative text in the attached org file explains my observations in more detail. Thanks. --Chris Ryan Nick Dokos wrote: suvayu ali wrote: On Mon, Mar 19, 2012 at 20:53, Nick Do

[O] how to include graphics in pdf output

2012-03-19 Thread Christopher W. Ryan
ption{Temperature and humidity data logger}\label{datalogger} \end{figure} #+CAPTION: Temperature and humidity data logger #+LABEL: datalogger [[./DataLoggerImage.jpg]] The figure does not appear in the resulting pdf. Any advice as to what I am doing wrong? Thanks. --Chris -- Christopher W.

[O] ways to insert "note to self" in an org-mode file for academic paper

2012-03-12 Thread Christopher W. Ryan
s become a TODO item? Of course, I wouldn't want that little "note to self" to appear in any final document. But I might want it to remain in the source file, to document my line of reasoning. Thanks. --Chris -- Christopher W. Ryan, MD SUNY Upstate Medical University Clinical Cam

[O] C-c a t doesn't give yield list of all TODO items

2012-03-03 Thread Christopher W. Ryan
;Agenda Command..." which offers me lettered choices, and t will list all TODO entries. But what is the keyboard shortcut, if not C-a a t ? Thanks. --Chris Ryan PS: in case it is relevant, my .emacs file, rather a short one, looks like this: ;;(load-file "~/.emacs.d/color-theme

Re: [O] Babel problem (was how do scientists use org mode?)

2012-02-02 Thread Christopher W. Ryan
dy there); its absence has so far not prevented me from using R via ESS. Thanks. --Chris Christopher W. Ryan, MD SUNY Upstate Medical University Clinical Campus at Binghamton 425 Robinson Street, Binghamton, NY 13904 cryanatbinghamtondotedu John Hendy wrote: > Hi Chris; this digressed enou

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

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

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] 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] 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] Org table to CSV

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

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

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

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

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

  1   2   >