Re: Modifying org-mode links

2025-07-21 Thread Chris Keschnat
Zoey Hewll writes: > Hi Heime, > > `org-insert-link' (bound to C-c C-l by default) lets you edit the link > URL and display text for the link at point, if there is one. > Otherwise, it inserts a link at point. This is what I use to edit > links in all my org documents. > > Regards, > > Zoey > > O

Re: Querying cached parse trees without opening files

2025-05-27 Thread chris
On Tuesday, 27 May 2025 18:44:19 UTC Martin Edström wrote: > Well-explained! Thank you, Kristoffer :) > > On Mon, 26 May 2025 16:02:30 -0500, Kristoffer Balintona wrote: > > On Mon, May 26, 2025 at 12:02 PM chris wrote: > > > Org-node seems very interest

Re: Querying cached parse trees without opening files

2025-05-26 Thread chris
org-mem-parser.el) is only about 600 lines long, whereas Org-mode’s parser seems larger and possibly more scattered? Are they roughly equivalent in scope/intent, or is your version focused on a different subset of Org features? Chris > > I'm wondering if it would be possible to wr

[BUG] org-element API, extra newlines inserted at predictable location (and some removed)

2025-04-16 Thread chris
inserted immediately after the line containing `: y`. - *Glitch 2:* If there are extra empty lines at the beginning of the buffer, executing the command causes these lines to disappear. Thanks, Chris

Re: [BUG] org-element API, extra newlines inserted at predictable location (and some removed)

2025-04-16 Thread chris
On Wednesday, 16 April 2025 10:12:58 UTC chris wrote: > Hello, > > *Environment:* > > - *Emacs version:* 30.1 > - *Org-mode version:* commit e49e630c6d > - *Invocation:* Tested with `emacs -Q` > > *Steps to Reproduce:* > > 1. Start Emacs with a minimal con

[BUG] org-element-interpret-data does not preserve blank lines after elements

2025-01-18 Thread chris
tions for buffer editing purposes, where maintaining the original document's spacing is important. Best, Chris

Storing org-mode captures on shared server

2024-08-18 Thread Chris Narkiewicz
r now, but I'd prefer to host them on some centralized server like calendar. Are there any solutions for that? Best regards, Chris Narkiewicz

[BUG] org-plot/gnuplot with dates in brackets does not work anymore [9.8-pre (release_9.7.6-97-g90d4ae @ /home/ck/.emacs.d/straight/build/org/)]

2024-07-23 Thread Chris Keschnat
Hello, after e0924db3, =org-plot/gnuplot= does not work with dates in brackets anymore. I am unsure if this syntax is supported, but it was working before. Example table: #+PLOT: title:"Daily Temperature Readings" ind:1 deps:(2) type:2d with:linespoints timeind:1 | Date | Temperature

Re: Capture from Firefox to Org-mode

2024-07-09 Thread Chris Keschnat
Sébastien Gendre writes: Hi, I'm not actively using this but I had it configured and just tested that it works. It might not answer you're questions directly, but I hope it helps. > How to capture data from a web page to Org-mode ? > > * What I need > I want to be able to capture different kind

dynamic blocks orgmode manpage

2024-02-14 Thread chris
-dynamic-block-insert-dblock=, one of them might not require the =interactive= part, while it's a requirement for the other one. Similarly, one scenario requires no arguments, while the other demands that arguments are present. Cheers, Chris

Re: Using backticks for the inline code delimiter? (now with `org-publish-all`)

2023-12-06 Thread chris
On Monday, December 4, 2023 1:06:37 PM UTC you wrote: > chris writes: > > The code below is working fine as long as I stay in `org-mode`. But it > > shows its limitations when I do `M-x org-publish-all`, at which time, > > instead of having the text with style verbatim,

Re: Using backticks for the inline code delimiter? (now with `org-publish-all`)

2023-11-26 Thread chris
, Chris On Saturday, March 19, 2022 3:17:10 AM UTC you wrote: > > George Mauer writes: > >> is there a straightforward way to extend the org parser to do this? > > > > I don't think so. It seems the emphasis markers are hard-coded > > in various places. > &g

Re: Calc/TBLFM: how to conditionally insert hours:minutes?

2023-09-25 Thread Chris Keschnat
, for Calc, 'X:Y' means the fraction 'X/Y' of the two > integers X and Y: > >40:01 = 40/1 = 40 > 40:02 = 40/2 = 20 >40:03 = 40/3 >40:04 = 40/4 = 10 This also explains why 40:00 errors out :) Thanks a lot Chris

Calc/TBLFM: how to conditionally insert hours:minutes?

2023-09-23 Thread Chris Keschnat
e same happens when I add parentheses: | 40:03:00 | | 40:03:00 | | 40:03:00 | #+TBLFM: $1=(40:03);T | 00:00:40 | | 00:00:40 | | 00:00:40 | #+TBLFM: $1=(40:01);T PPS: I came across this when trying to understand the formulas here https://github.com/clange/org-mode Thanks Chris

Re: [BUG] tikz latex figures don't render properly in the html output. [9.6.6 (release_9.6.6 @ /usr/share/emacs/29.1/lisp/org/)]

2023-09-20 Thread chris
On Tuesday, September 19, 2023 10:07:07 AM UTC Ihor Radchenko wrote: > Rudolf Adamkovič writes: > > tusharhero--- via "General discussions about Org-mode." > > > > writes: > >> \begin{tikzpicture} > >> \draw (0,0) circle [radius=2cm]; > >> \end{tikzpicture} > > > > ... But, but, but! There > >

Re: File generation from LaTeX src fails due to temporary PDF in wrong directory

2023-03-30 Thread chris
On Thursday, 30 March 2023 13:15:34 CEST Christian Moe wrote: > > chris writes: > > > On Wednesday, 29 March 2023 23:15:03 CEST Christian Moe wrote: > >> > >> Hi, > >> > >> Pardon the noise: It turned out to be a pretty obvious problem with my

Re: File generation from LaTeX src fails due to temporary PDF in wrong directory

2023-03-29 Thread chris
etup lacked the =-output-directory %o= switch. I should probably > have thought of that first, but the omission has had no ill effects on > ordinary PDF export, so I didn't run into any problem before trying to > use Babel with LaTeX. > > Ihor and Pedro, thanks for checking. > &g

Re: File generation from LaTeX src fails due to temporary PDF in wrong directory

2023-03-29 Thread chris
#+end_src No pdf, no output, only an empty latex file generated in /tmp Bottom line, I'd really like to know how this hole thing is supposed to work. org-preview latex working perfectly fine though. Note: The reason I want to have this working is that I want to export to html. Plain late

Re: MathJax extension does not work

2023-03-27 Thread chris
eqn" t)) (add-to-list 'org-latex-packages-alist '("" "thisisastupidtestfile" t)) (setq org-latex-create-formula-image-program 'dvisvgm) (setq org-format-latex-options (plist-put org-format-latex-options :scale 0.80))) #+end_src `

Re: visual-line-mode don't play well with org-latex-preview

2023-03-08 Thread chris
On Wednesday, 8 March 2023 20:14:53 CET Bruno Barbier wrote: > > Hi Chris, > > chris writes: > > > On Thursday, 2 March 2023 20:00:14 CET Bruno Barbier wrote: > >> The behavior looks the same using only text-mode (without using org). > >> You should prob

Re: visual-line-mode don't play well with org-latex-preview

2023-03-06 Thread chris
On Thursday, 2 March 2023 20:00:14 CET Bruno Barbier wrote: > > Hi Chris, > > chris writes: > > > Hi all, > > > > ``` > > hello hello hello hello hello hello hello hello hello hello hello hello > > hello > > hello hello \(\te

visual-line-mode don't play well with org-latex-preview

2023-02-27 Thread chris
ough there isn't an obvious fix that would deal with every cases, like when the image is longer that the width of the window of the max column of `visual-column-mode`. At least there are different cases to consider. Best, Chris

Re: [BUG] org-latex-preview with custom sty file

2023-02-24 Thread chris
On Friday, 24 February 2023 18:49:10 CET Timothy wrote: > Hi Chris, > > > Note: I haven’t been able to compute the return value of the hash function > > for > > my latex expression, because I can’t figure out what the arguments actually > > are, > > specific

[BUG] org-latex-preview with custom sty file

2023-02-24 Thread chris
for my latex expression, because I can't figure out what the arguments actually are, specifically `forbuffer`, `fg` and `bg`, but the above reasoning seems sound. Note: Removing specifically the images looking like the image associated with the latex expression that refuses to be regenerated, using some file manager, and then invoking `org-latex-preview`, does the trick, but it's impractical. Best, Chris

Re: [BUG] Emacs tries to recenter / rescroll when it hits hidden org emphasis [9.4.6 (9.4.6-798-g738759.dirty-elpaplus @ .emacs.d/elpa/develop/org-plus-contrib-20210929/)]

2022-12-25 Thread Chris Findeisen
Thanks a lot Ihor for looking at this. I followed the discussion in the linked mailing list. I write a lot in Emacs and this gets rid of a long standing annoyance. :) Cheers! On Thu, Oct 27, 2022 at 11:08 PM Ihor Radchenko wrote: > Ihor Radchenko writes: > > > I have forwarded this bug report t

Re: Org 9.5 broke the rendering of my SVG images

2022-10-17 Thread Chris Clark
Would the HTML tag be appropriate in this case? For example, here's a tiny example of using the tag with an external CSS stylesheet: https://plnkr.co/edit/i8RFDW?preview On Fri, Oct 14, 2022 at 4:32 AM Ihor Radchenko wrote: > Alexandre Duret-Lutz writes: > > > In Org 9.5, SVG images started

Re: Add 'backend' header arg to clojure code blocks

2022-10-09 Thread Chris Clark
Thank you for the great feedback! Here are some updated patches. Attached are two patches: one for org mode, and a corresponding one for worg. On Sun, Oct 9, 2022 at 3:42 AM Ihor Radchenko wrote: > Chris Clark writes: > > > This is my first attempt to contribute to org-mode; p

Add 'backend' header arg to clojure code blocks

2022-10-08 Thread Chris Clark
This is my first attempt to contribute to org-mode; please let me know if I'm doing something wrong. Attached is a patch to incorporate some of the changes that were originally presented by Ag Ibragimov here: https://list.orgmode.org/m2y2oimdjf@gmail.com/. I've been using these changes locally

Re: `M-x org-open-at-point` on `[[file:/path/file.hs][name]]` says: "Running less /home/path/file.hs"

2022-04-11 Thread chris
On Wednesday, 6 April 2022 19:26:38 CEST chris wrote: > [was: Issue with internal directory links] > > > Hi Jonathan, > > > > Jonathan Fox writes: > >> Here's a link I'm using: > >> > >> [[./templates][Templates]] > > I have s

`M-x org-open-at-point` on `[[file:/path/file.hs][name]]` says: "Running less /home/path/file.hs"

2022-04-06 Thread chris
t;\\.pdf\\'" . default)) ``` I guess I can configure it alright, but I have no idea why it is invoking `less` in the first place. I also have no idea where the output of `less` should be found. `org-version` => 9.5.2 `emacs-version` => 29.0.50 Thanks, Chris > You

Re: citations: org-cite vs org-ref 3.0

2022-03-20 Thread chris
nough for me to be able to read and understand a large part of it. IMO the more layers of code there are, the more difficult it is to have things work right. And similarly with the size of the code. Chris > > Ivy-bibtex supports, for example, inserting of org-cite citations, but > no

Re: Using backticks for the inline code delimeter?

2022-03-18 Thread chris
("+" (:strike-through t) #+end_src Just before: #+begin_src emacs-lisp (straight-use-package 'org) #+end_src And it seems it works. I've tried the "cosmetic" version from bellow, but it wasn't working so well, with either `visual-fill-colum` or `org-indent-mode`? Well, it wasn't working well. I don't know if the hack above is playing more nicely. Because I've only tested it on one example. Chris > > For the cosmetic part, there's this piece of code from > https://archive.casouri.cat/note/2020/better-looking-verbatim-markup-in-org-mode/index.html > that displays org's `=` and `~` markers as ```. > > -- > Sébastien Miquel

Re: Using backticks for the inline code delimeter?

2022-03-18 Thread chris
> George Mauer writes: >> is there a straightforward way to extend the org parser to do this? > I don't think so. It seems the emphasis markers are hard-coded > in various places. > > From a quick look at the code, you'd have to customize > `org-emphasis-alist` and redefine `org-set-emph-re` and >

Re: ox-publish: Some starting problems

2022-03-11 Thread chris
ID links, resolved locally through reading in a database, should be thoroughly translated to something accurate and consistent at export-time, and that seems a lot. I myself use `org-roam` and `ID`; considering the difficulties of exporting to html through emacs/org-mode, I just gave up. Thanks,

emacs-orgmode@gnu.org

2022-01-31 Thread chris
(previous email has been truncated? resending) On Monday, 31 January 2022 17:29:28 CET Max Nikulin wrote: > On 31/01/2022 08:14, Ihor Radchenko wrote: > > chris writes: > > > > I am not using Wayland. However, if I just do (kill-new "test") in X and > > my

emacs-orgmode@gnu.org

2022-01-31 Thread chris
On Monday, 31 January 2022 17:29:28 CET Max Nikulin wrote: > On 31/01/2022 08:14, Ihor Radchenko wrote: > > chris writes: > > > > I am not using Wayland. However, if I just do (kill-new "test") in X and > > my select-enable-primary is nil (default) - "t

Re: looking for examples of `org-capture-templates` working with `org-protocol://capture`

2022-01-30 Thread chris
On Monday, 31 January 2022 04:07:01 CET chris wrote: > On Monday, 31 January 2022 03:30:41 CET chris wrote: > > Hi, > > When you do > > `emacsclient "org-protocol://capture? > > template=X&url=URL&title=TITLE&body=BODY"` > > I don't under

emacs-orgmode@gnu.org

2022-01-30 Thread chris
On Monday, 31 January 2022 04:49:59 CET chris wrote: > On Monday, 31 January 2022 04:43:34 CET chris wrote: > > On Monday, 31 January 2022 04:28:06 CET Ihor Radchenko wrote: > > > chris writes: > > > >> What will happen if you try (kill-new "something"

emacs-orgmode@gnu.org

2022-01-30 Thread chris
On Monday, 31 January 2022 04:43:34 CET chris wrote: > On Monday, 31 January 2022 04:28:06 CET Ihor Radchenko wrote: > > chris writes: > > >> What will happen if you try (kill-new "something") in your Emacs > > >> (preferably, emacs -Q)?

emacs-orgmode@gnu.org

2022-01-30 Thread chris
On Monday, 31 January 2022 04:28:06 CET Ihor Radchenko wrote: > chris writes: > >> What will happen if you try (kill-new "something") in your Emacs > >> (preferably, emacs -Q)? Will "something" be present in your Wayland > >> clipboard?

Re: looking for examples of `org-capture-templates` working with `org-protocol://capture`

2022-01-30 Thread chris
On Monday, 31 January 2022 03:30:41 CET chris wrote: > Hi, > When you do > `emacsclient "org-protocol://capture? > template=X&url=URL&title=TITLE&body=BODY"` > I don't understand at all how you make use of `url` `title` and `body` in > `org- capture-te

looking for examples of `org-capture-templates` working with `org-protocol://capture`

2022-01-30 Thread chris
documentation and the source code of https://github.com/emacs-mirror/emacs/blob/master/lisp/org/org-protocol.el[2] And I have absolutely no idea of how to use `url` `title` and `body` in `org-capture- template`. Chris [1] https://orgmode.org/manual/The-capture-protocol.html [2] https://github.com/emacs-mirror/emacs/blob/master/lisp/org/org-protocol.el

emacs-orgmode@gnu.org

2022-01-30 Thread chris
On Monday, 31 January 2022 02:14:34 CET Ihor Radchenko wrote: > chris writes: > > After doing `xdg-open "org-protocol://store-link?url=URL&title=TITLE"`. > > The string "URL" is pushed into Emacs kill-ring. > > But, this very string "URL"

emacs-orgmode@gnu.org

2022-01-30 Thread chris
On Sunday, 30 January 2022 04:36:01 CET Ihor Radchenko wrote: > chris writes: > > 3- if you do `C-y` you can see the URL is in the kill-ring > > But obviously there is no reason for this URL to be also in the Wayland > > (or > > x11) clipboard? (there is no law of na

emacs-orgmode@gnu.org

2022-01-29 Thread chris
On Friday, 28 January 2022 13:40:45 CET Max Nikulin wrote: > On 27/01/2022 07:03, chris wrote: > > First: `xdg-open "org-protocol://store-link?url=URL&title=TITLE"` from a > > terminal. > > Then `M-x org-insert-link` in emacs, or not (it makes no difference). &g

emacs-orgmode@gnu.org

2022-01-26 Thread chris
cs-pgtk` 28.0.50. It is still like that with: GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.31, cairo version 1.16.0) of 2022-01-26 System is debian sid upgraded just before. Thanks, Chris PS: some XY-problem: What sort of argument to pass to `org-protocol-store-lin

[BUG] Emacs tries to recenter / rescroll when it hits hidden org emphasis [9.4.6 (9.4.6-798-g738759.dirty-elpaplus @ .emacs.d/elpa/develop/org-plus-contrib-20210929/)]

2022-01-07 Thread Chris Findeisen
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 https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. --

Re: org-tag-persistent-alist AND per-file dynamic tags

2021-11-28 Thread chris
On Saturday, 6 November 2021 10:10:55 CET Victor A. Stoichita wrote: > Greetings to all, > > Reading the manual about setting glopal/per-file tags [1], I wonder if > it is possible to use org-tag-persistent-alist AND per-file > dynamic tags. I use footnote 53 from https://orgmode.org/manual/Setti

Re: Internal link broken when publishing (was org-id with ox-html)

2021-09-20 Thread chris
On Monday, 20 September 2021 16:13:24 CEST Max Nikulin wrote: > On 20/09/2021 07:05, chris wrote: > > On Tuesday, 14 September 2021 18:33:43 CEST Max Nikulin wrote: > >> As a kind of summary: > >> > >> During publishing of a project > >> - "id:&

Re: Internal link broken when publishing (was org-id with ox-html)

2021-09-19 Thread chris
t mind to have both anchors with value of id and custom_id > properties if they are defined for a header. > > My opinion is that value of id property should be used for heading > anchor when available to guarantee stable links from other sites. I > admit that default behavior may be sh

Re: Internal link broken when publishing (was org-id with ox-html)

2021-09-07 Thread chris
On Tuesday, 24 August 2021 17:23:24 CEST Maxim Nikulin wrote: > On 23/08/2021 03:42, inkbottle wrote: > > Links between two different files, like > > `[[id:e54113f9-2ad7-4a86-94be-68ffc696de0b][hello]]`, get broken when > > publishing. (whatever the settings). > > > > I haven't found any workaroun

Re: Bug: Tildes in URL impact visible link text [9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)]

2020-12-27 Thread Chris Hunt
> If it's just that case, you can try replacing each > tilde with %7E (see > https://www.w3schools.com/tags/ref_urlencode.asp). That way the > link description would have to be formatted correctly, without spurious > characters. That's a good workaround, thank you. Manually replacing "~" in the UR

Bug: Tildes in URL impact visible link text [9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)]

2020-12-27 Thread Chris Hunt
I'm trying to create a link in an org file with this URL: https://console.aws.amazon.com/cloudwatch/home?region=us-east-1#metricsV2:graph=~(view~'timeSeries~stacked~false~metrics~(~(~'CWAgent~'backup_time~'host~'desktop~'metric_type~'timing))~region~'us-east-1);query=~'*7bCWAgent*2chost*2cmet

Re: [O] Painfully Slow Export

2018-06-12 Thread Chris
ing amount of light on why things are slow. (In my case, exporting was slow because of a slow hook that got triggered multiple times during the exportage.) Regards, Chris signature.asc Description: PGP signature

Re: [O] Suggestion: Add zero-width nbsp to emphasis-regexp-components

2018-06-06 Thread Chris
too old to get this change? In that case, I'm looking forward to upgrade! Regards, Chris signature.asc Description: PGP signature

[O] Suggestion: Add zero-width nbsp to emphasis-regexp-components

2018-06-06 Thread Chris
legitimate uses inside words, especially in some non-Western scripts such as Arabic and Indic. I use U+feff mostly because it is actually sort of a space but not quite. * Related Reports I found an email in the archives which touches on the same point[1], but suggests a more radical change. [1]: https://lists.gnu.org/archive/html/emacs-orgmode/2017-09/msg00363.html Regards, Chris signature.asc Description: PGP signature

Re: [O] Adding single cell movement to org-table

2018-05-29 Thread Chris Kauffman
ose to a correctly formatted commit messages but do make any necessary formatting changes for compliance. Cheers, Chris Kauffman On Fri, May 4, 2018 at 7:18 PM, stardiviner wrote: > That's really great. Thanks. > > -- > [ stardiviner ] don't need to convince

Re: [O] Adding single cell movement to org-table

2018-05-04 Thread Chris Kauffman
I was the original person who was working on code for single cell movement but got distracted by a move to the midwest, job change, and marriage. I will attempt to complete the code in the next month to submit a patch. Chris Kauffman On Fri, May 4, 2018 at 7:29 AM, stardiviner wrote: >

[O] Attempting to automate worg build

2018-01-08 Thread Chris Keating
Hello fellow org-mode enthusiasts. I noticed that the server move for orgmode.org has caused some of the docs to 404. In an attempt to automate finding broken docs I setup a travis build. Unfortunately I can't even seem to build the docs: > +emacs --batch -l etc/emacs.el -f org-publish-all > Lo

[O] Bug: org-agenda-category-filter-preset in org-agenda-custom-commands with org-agenda-sticky does not work [9.1.2 (release_9.1.2-99-g4d828b @ /home/cperl/git/org-mode/lisp/)]

2017-10-12 Thread Chris Perl
When using org-agenda-custom-commands with org-agenda-category-filter-preset and org-agenda-sticky, it seems as though changes to org-agenda-category-filter are global, even though the variable is made buffer local. >From the limited digging I've done, it seems that setting the :preset-filter prop

Re: [O] Adding single cell movement to org-table

2017-07-28 Thread Chris Kauffman
Carsten: S-up, S-down, S-left, S-right in org.el (via org-shiftup etc.). Cheers, Chris On Fri, Jul 28, 2017 at 4:19 AM, Nicolas Goaziou wrote: > Hello, > > Chris Kauffman writes: > > > Greetings from a first-time contributor. Another patch contributor, Uwe > > Br

[O] Adding single cell movement to org-table

2017-07-27 Thread Chris Kauffman
would put up this branch now so others can have a look. Cheers, Chris

Re: [O] The power of '-'

2016-06-24 Thread Chris Patti
Export is one of org's best features IMO. You can take your outline and make a PDF, HTML, etc etc out of it. Very handy for when you want to type some notes or something up and make them look REALLY polished. Impress the boss :) -Chris On Fri, Jun 24, 2016 at 1:24 PM, Brenda Butler

[O] The power of '-'

2016-06-24 Thread Chris Patti
ensure I wasn't just looking past something, but I wonder if others have had this problem. -Chris -- Christopher Patti - Geek At Large | GTalk: cpa...@gmail.com | AIM: chrisfeohpatti | P: (260) 54PATTI "Technology challenges art, art inspires technology." - John Lasseter, Pixar

[O] Bug: Incorrect type in ob-C.el for D code [8.3.4 (8.3.4-elpa @ ~/.emacs.d/elpa/org-20160222/)]

2016-02-25 Thread Chris Andrews
"Array indices should be of type size_t." System information follows. Thank you! Emacs : GNU Emacs 24.4.1 (i686-pc-mingw32) of 2014-10-24 on LEG570 Package: Org-mode version 8.3.4 (8.3.4-elpa @ ~/.emacs.d/elpa/org-20160222/) current state: == (org-babel-do-load-languages &

[O] Which app was John Wegley referring to when he talked about opening Org-mode on IOS?

2015-12-14 Thread Chris Patti
ther odd method involving pushing files back and forth) Thanks! -Chris -- Christopher Patti - Geek At Large | GTalk: cpa...@gmail.com | AIM: chrisfeohpatti | P: (260) 54PATTI "Technology challenges art, art inspires technology." - John Lasseter, Pixar

[O] Best way to edit org files via Dropbox on an IOS device?

2015-11-05 Thread Chris Patti
I've tried MobileOrg and the strange (to me :) push/pull workflow doesn't fit my needs very well. Dropbox has an excellent IOS client, I'd love to just be able to load and edit my .org files from that with some app or other. Does such exist? Thanks! -Chris -- Christopher Patti

Re: [O] org-mobile-push and MobileOrg compatibility issue

2015-10-13 Thread Chris Patti
I must confess I am not wild about the whole way MobileOrg purports to function. I don't really want to have to push or pull my OrgFiles to/from mobile. With mechanisms like Dropbox what I *really* want is to be able to access and manipulate Org content on my device directly. -Chris O

[O] Valid use cases for lists?

2015-08-20 Thread Chris Patti
gging, etc.) it doesn't work because lists aren't meant to be used that way. I'm guessing I'm missing something obvious here, and that's why I'm asking. Thanks in advance! -Chris -- Christopher Patti - Geek At Large | GTalk: cpa...@gmail.com | AIM: chrisfeohpatti | P: (

Re: [O] Org-Mode and Mac OS X advice

2015-03-27 Thread Chris Willard
Hello All, Just a quick email to say thanks for all the advice and tips. Regards, Chris

[O] Org-Mode and Mac OS X advice

2015-03-26 Thread Chris Willard
frequently so would like to know if I need any other software for this. Many thanks, Chris

[O] Error with Org Export

2015-03-06 Thread Chris Drane
I'm trying to export to HTML a file with this snippet of text: << call_function 0; store 1 (a) >> Doing so gives me the error: *Variable "store" must be assigned a default value* This goes away if I remove the underscore. I've tried using #+OPTIONS: ^:{} to address this, but it doesn't have any

[O] Filter by tags issues

2015-02-27 Thread Chris Henderson
I'm having an annoying issue with filter by tag. I filter everything that has @computer, process one item and send it to the archive file; as soon as I archive it, the next item on the list pops up - this item might be a @home item. How do I stop this from happening? Thanks.

[O] Tag filter inheritence

2014-12-09 Thread Chris Henderson
When I filter by tag (C-c / m) for, say, @internet, the tag for the parent also shows up (which might have a different tag, say, @errands). Is there any way to see _only_ tags that have @internet and filter out tags inherited from the parent?

Re: [O] how to avoid item expansion when changing status?

2014-10-26 Thread Chris Drane
You could hide the state changes if you put (setq org-log-into-drawer "LOGBOOK") in your init file. I don't know how to hide the CLOSED tag though. On Sun, Oct 26, 2014 at 11:32 AM, Maciej Kalisiak wrote: > When I do C-c t d (TODO -> DONE) or similar status change on a TODO item, > it accumulate

[O] Mute tasks in agenda weekly view

2014-10-26 Thread Chris Drane
I think it would be helpful if on the weekly agenda view there were a way to hide a task for one day only. For example, if there were a task that I knew I wouldn't get to today, I could hit 'm', the status would stay as TODO, but it wouldn't show up under this particular agenda view. The only semi

Re: [O] org-lookup formula missing

2014-10-21 Thread Chris Drane
No, that does not do anything. I see the macro that is supposed to define the functions in my org-table.el, so I don't think version is an issue. Org is 7.9.3f. Emacs is 24.3.1. On Mon, Oct 20, 2014 at 6:39 PM, Rasmus wrote: > Hi, > > Chris Drane writes: > > > For some

[O] org-lookup formula missing

2014-10-20 Thread Chris Drane
For some reason, the org-lookup formula [1] are not available to me. I don't see anything that I'm supposed to enable to have access to them, and I don't think there's anything in my config that would be blocking them. Does anyone know why this might be? Thanks [1] http://orgmode.org/manual/Looku

[O] Scheduler propose dates?

2014-10-18 Thread Chris Drane
before? Thanks, Chris

[O] Filter by tags

2014-10-04 Thread Chris Henderson
I have 4 * items (* Tasks, * Projects, * Someday/ maybe and * Read and Review) - how do I select tags (e.g. @internet, @home, @work etc.) only from * Tasks and * Projects? Thanks.

Re: [O] Fwd: Re: Adding items in table

2014-10-02 Thread Chris Henderson
ably don't really want to replace the contents of column 3 ($3) > with a sum of columns including column 3 ($2..$9)? > > To get useful help you'll need to provide the table, or a minimal > example of a table with the same structure. > > Yours, > Christian > > >

[O] Adding items in table

2014-10-02 Thread Chris Henderson
I have a table and would like to add all costs (in $) in column 3 as a total. Wondering how do I do that. I have done "=vsum($2..$9)" - but this hangs my org file and I have to kill it with the -9 switch. Thanks.

[O] Org habit graph can't see

2014-08-29 Thread Chris Henderson
I can't see graph in org-agenda. At the moment, I only have one entry from todo to done - is one entry too little information to develop graph and will it develop later as I put in more entries? * Habits *** TODO Do dishes SCHEDULED: <2014-08-31 Sun +1d> - State "DONE" from "TODO"

[O] OS X mail message linking

2014-08-24 Thread Chris Henderson
I'm looking at http://orgmode.org/worg/org-contrib/org-mac-message.html How do I setup multiple Gmail accounts with this? As in, (setq org-mac-mail-account "account") - what should be the account name? Thanks.

Re: [O] Tab completion for link to file

2014-08-10 Thread Chris Henderson
yep, thanks. On Sun, Aug 10, 2014 at 6:49 PM, Daimrod wrote: > Chris Henderson writes: > > Hi Chris, > > > How can I get auto tab completion for links to files? > > Is C-u C-c C-l what you're looking for? > > From the *Help* of `org-insert-link': >

[O] Tab completion for link to file

2014-08-10 Thread Chris Henderson
How can I get auto tab completion for links to files? e.g. [[file+sys:///Users/chris/projects/marketing 2014]] Thanks.

[O] Advanced video tutorial

2014-07-26 Thread Chris Henderson
Is there any Advanced video tutorial (beyond the basics) for org-mode published in the last 1 year or so? By Advanced, I mean things archiving/ note taking/ drawers and various other new efficiency gains features that have come out with recent orgs. Most tutorials I found on the net only state the

Re: [O] File name with space

2014-07-26 Thread Chris Henderson
Yes it does. Thanks! On Sat, Jul 26, 2014 at 7:38 AM, Nick Dokos wrote: > Chris Henderson writes: > > > How do I link a local file or folder that has space? Looks like the link > goes broken. > > > > e.g. file+sys:///Users/chris/projects/marketing plan for 2014 &l

[O] File name with space

2014-07-25 Thread Chris Henderson
How do I link a local file or folder that has space? Looks like the link goes broken. e.g. file+sys:///Users/chris/projects/marketing plan for 2014 <-- doesn't work. I tried: file+sys:///Users/chris/projects/marketing\ plan\ for\ 2014 <-- which also doesn't work.

Re: [O] Printing org file in color

2014-06-27 Thread Chris Henderson
On Wed, Jun 25, 2014 at 6:25 PM, Bastien wrote: > Hi Chris, > > Chris Henderson writes: > > > I'd like to print out my org file in expanded mode in color. How do I > > do that? > > I suggest M-x htmlize-buffer RET then printing from your web browser. >

[O] Printing org file in color

2014-06-25 Thread Chris Henderson
I'd like to print out my org file in expanded mode in color. How do I do that? Thanks.

[O] Get total number of items

2014-06-21 Thread Chris Henderson
Is there a way to get the total number of items at the parent level? I have lots of ** under a * and I'd like to see the number at a glance. Thanks.

[O] Bulk select and tag

2014-06-20 Thread Chris Henderson
Wondering how can I select multiple ** items and apply tag on them. Thanks.

Re: [O] org-weather for openweathermap.org

2014-06-15 Thread Chris Raschl
Hi Thorsten, first of all, thanks for your suggestions, I really appreciate it. tjol...@gmail.com writes: > Chris Raschl writes: > >> Hi everybody, >> >> recently I wanted to add a weather forecast to my org-agenda. I found >> org-google-weather, but this

[O] org-weather for openweathermap.org

2014-06-14 Thread Chris Raschl
which works for me, if somebody else dares to use it, its available here: https://github.com/kautsig/org-weather Regards, Chris

[O] bug in org-icalendar--combine-files?

2014-06-07 Thread Chris Poole
ly setting this value to true for the custom agenda view, but it doesn't help. Any idea what's going on here? Cheers, Chris [1]: https://github.com/chrispoole643/org-gtd/blob/443d43879d944bcec47af0ddac3d542bce6b2269/org-gtd.el#L146

Re: [O] Export to iCalendar only not DONE, scheduled tasks?

2014-06-01 Thread Chris Poole
d mark where the scheduled tasks are. I then pass these as the restricted list, and all works well :) Thanks for the help, Chris

Re: [O] How to find the headline matching a string

2014-05-31 Thread Chris Poole
643/org-gtd/blob/6b13d4fdf024923756653e75c0ba313898ff7a9d/org-gtd.el#L111 Cheers, Chris

Re: [O] How to find the headline matching a string

2014-05-31 Thread Chris Poole
-put (point) "TODO" "DONE"))) tag 'agenda) Cheers, Chris On Sat, May 31, 2014 at 4:27 PM, Eric Abrahamsen wrote: > Chris Poole writes: > > > Hi all, > > > > Suppose I have a string, "my first task", that I

[O] How to find the headline matching a string

2014-05-31 Thread Chris Poole
h for the headline --- is there one? Else, is it best to concat all the agenda files into a larger buffer, then parse the buffer and iterate through the headlines with org-element-map? Cheers, Chris

  1   2   3   4   5   >