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

2023-09-09 Thread Ryan C. Thompson
_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
Care/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 a

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

2022-06-14 Thread Ryan Scott
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 a better se

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

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

2022-06-11 Thread Ryan Scott
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've got both covered now. &

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

2022-06-11 Thread Ryan Scott
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 > >- :pos

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

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

2022-04-21 Thread Ryan Scott
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 wri

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

2021-11-05 Thread Ryan Scott
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. 'attach) and auto-detection of l

how to get verbatim text with line breaks

2021-11-03 Thread Christopher W. Ryan
#+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
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? >>

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

2021-10-02 Thread Ryan Scott
. 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)) > > +(or (and

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

2021-09-09 Thread Ryan Scott
pendencies 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 > concise extension of that existing mechanism and does away with the file >

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

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

2021-09-02 Thread Ryan Scott
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
ep 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 working directory to the > attac

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

2021-09-01 Thread Ryan Scott
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
. 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: > Hi Ryan, > &g

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
nuel 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. >> >&g

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

2021-06-18 Thread Christopher W. Ryan
tagingArea" :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
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
. 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-contrib/) current

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

2019-01-13 Thread Ryan Thompson
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 9:50 AM Berry, Charles wrote

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

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

2019-01-12 Thread Ryan Thompson
ling 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
e "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
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
bug 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 <cr...@

[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
-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.3.1 (8.3.1-elpa @ c:/Users/Ryan/dotfiles

[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
. 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 on human health :PROPERTIES

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

[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
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: == (setq org-tab-first-hook

[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
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: == (setq org-tab-first-hook '(org-hide

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
) (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 http://orgmode.org/manual/Feedback.html#Feedback Your bug

[O] 3 beginner table questions

2014-05-06 Thread Ryan Moszynski
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 |---+-+-+---++-+--+--+--+--+| | | date| lb | h m

[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 wondered whose it was and whether

[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

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

2013-12-20 Thread Christopher W. Ryan
that does not contain any mention of savetrees, to pdf, the savetrees package is still loaded and used. How do I stop it? Thanks. --Chris -- Christopher W. Ryan, MD, MS SUNY Upstate Medical University Clinical Campus at Binghamton 425 Robinson Street, Binghamton, NY 13904 cryanatbinghamtondotedu Once

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

2013-12-20 Thread Christopher W. Ryan
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, stupidity, or evil intent

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

2013-12-09 Thread Christopher W. Ryan
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} \usepackage[T1

[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
--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
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
) ;; ;; ;; ;; ;; ^^^ end of custom code for workflow for meeting minutes, etc Christopher W. Ryan, MD, MS SUNY Upstate Medical University Clinical Campus at Binghamton 425 Robinson Street, Binghamton, NY 13904 cryanatbinghamtondotedu Once we

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

2013-03-07 Thread Christopher W Ryan
...@ucl.ac.uk wrote: Christopher W. Ryan cr...@binghamton.edu 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-c C-e 1 d Are you sure you are using

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

2013-03-07 Thread Christopher W Ryan
. --Chris On Thu, Mar 7, 2013 at 10:00 AM, John Hendy jw.he...@gmail.com wrote: On Thu, Mar 7, 2013 at 7:13 AM, Christopher W Ryan cr...@binghamton.edu 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

2013-03-06 Thread Christopher W. Ryan
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 we do not err

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

[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

[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 ourselves from

[O] searching properties, not tags

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

Re: [O] searching properties, not tags

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

[O] still struggling with workflow

2012-09-06 Thread Christopher W. Ryan
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, Binghamton, NY 13904

[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
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 Lawrencerichard.lawre...@berkeley.edu 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

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

2012-05-06 Thread Christopher W. Ryan
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 wxhgmqzgw...@spammotel.com 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 avoid that, and I though todo:nil in #+OPTIONS

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

2012-03-20 Thread Christopher W. Ryan
Nick Dokos wrote: Christopher W. Ryancr...@binghamton.edu 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,

[O] how to include graphics in pdf output

2012-03-19 Thread Christopher W. Ryan
{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. Ryan

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

2012-03-19 Thread Christopher W. Ryan
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 alifatkasuvayu+li...@gmail.com wrote: On Mon, Mar 19, 2012 at 20:53, Nick

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

2012-03-12 Thread Christopher W. Ryan
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 Campus at Binghamton 425 Robinson Street

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

2012-03-03 Thread Christopher W. Ryan
, 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/themes/color-theme-subdued.el) ;;(color-theme-subdued) (require 'color

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

2012-02-02 Thread Christopher W. Ryan
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] Babel problem (was how do scientists use org mode?)

2012-02-02 Thread Christopher W. Ryan
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 enough into a babel problem that I started a new subject

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

2012-02-01 Thread Christopher W. Ryan
. 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 a mid-sized project (9 Partners, ~30 People, 3 Years). I'm not coordinating, in which case

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

2012-01-31 Thread Christopher W Ryan
, Jan 30, 2012 at 2:51 PM, cbe...@tajo.ucsd.edu wrote: Christopher W. Ryan cr...@binghamton.edu 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'm trying to decide whether/how Org-mode

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

2012-01-30 Thread Christopher W. Ryan
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 reckon. The invisible, the overlooked

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

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
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] 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
in such a feature. -- 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. Ryan

Re: [O] Org table to CSV

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

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

2011-07-02 Thread Ryan Reynolds
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
, 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 `Reply All' to send replies

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

Re: [Orgmode] Emacs version

2010-09-16 Thread A. Ryan Reynolds
Is 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
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 have about it. -- A. Ryan Reynolds

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

2010-04-08 Thread Ryan Thompson
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, any tags

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

2010-03-26 Thread Ryan Thompson
%?\n tasks.org Unsorted Tasks nil) (TODO unscheduled 84 * TODO %^{Description}\n %U\n %? tasks.org Unsorted Tasks nil) -Ryan Thompson ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

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 gegendosenflei...@googlemail.com wrote: Ryan Thompson r...@thompsonclan.org writes: Hi, Is there any way to view a timeline or agenda of completed tasks? That is, can I invert the normal logic

[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

[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 levelha...@gmail.com wrote: Carsten Dominik carsten.dominik at 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 period. On Sat, Feb 27, 2010 at 6:49 PM, David A. Gershman dagersh...@dagertech.net wrote: Hello

  1   2   >