Re: Comments on Summary section of Org manual (was: [PATCH] doc/org-manual.org (Summary): Clarify the Org markup is human-readable)

2024-01-03 Thread Matt
useful - unlike Windows, GitHub does expect .org file > extension specifically to render Org mode files. The same goes for > non-Emacs editors that support Org markup. For example, Vim/Neovim. That's a good point. Knowing about the .org extension is useful. I don't think it hurts anything other than taking up valuable space. If we need to bump something from the first paragraph, this gets my vote. -- Matt Trzcinski Emacs Org contributor (ob-shell) Learn more about Org mode at https://orgmode.org Support Org development at https://liberapay.com/org-mode

Re: [PATCH v2] doc/org-manual.org (Summary): Clarify the Org markup is human-readable

2024-01-06 Thread Matt
On Sat, 06 Jan 2024 13:53:28 +0100 Ihor Radchenko wrote --- > Matt m...@excalamus.com> writes: > > > > As a non-native speaker, I have some difficulties understanding > > > "legible" meaning in this context. > > > > How does

Re: [PATCH v2] doc/org-manual.org (Summary): Clarify the Org markup is human-readable

2024-01-06 Thread Matt
On Fri, 05 Jan 2024 14:04:17 +0100 Ihor Radchenko wrote --- > Thanks for the comments! > I am attaching the next iteration of the patch. Looks good > Matt m...@excalamus.com> writes: > > > +Org Mode is an authoring tool and a to-do lists manager for GNU

ob-shell: proposal to remove "posh"

2024-01-11 Thread Matt
he idea of supporting cmd.exe much, much more. Both are associated with a non-free system. Providing support (even partially) for non-free systems is good because it provides an opportunity to teach people about software freedom. AFAIKT, both PowerShell and cmd are MIT licensed: - https://github

Re: ob-shell: proposal to remove "posh"

2024-01-12 Thread Matt
xe, although I wouldn't expect it to be 100% compatible with the > real thing. That's an interesting idea. Might be a "good enough" work around. The VM image I mentioned says, "The VM will require a minimum of 8GB of RAM and at least 70GB of disk space". XD -- Matt

Re: ob-shell: proposal to remove "posh"

2024-01-15 Thread Matt
t; > I'd rather keep the value in `org-babel-shell-names' though. It should > do no harm. Done https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/ -- Matt Trzcinski Emacs Org contributor (ob-shell) Learn more about Org mode at https://orgmode.org Support Org development at https://liberapay.com/org-mode

[PATCH] ob-shell: consistent prefix

2024-01-15 Thread Matt
convention is at the "org-" level and not at the library level (for example, "ob-shell-"). A large part of my confusion, I think, was simply inconsistencies within ob-shell. It's late for me, so rather than commit in a rush, I'm posting this for review/comment. The t

Re: ob-shell: proposal to remove "posh"

2024-01-13 Thread Matt
On Thu, 11 Jan 2024 21:30:59 +0100 Matt wrote --- > The change on August 26, 2022 should have caused a breaking error for > someone using the "Policy-compliant Ordinary SHell." The prompt for "posh" > in "org-babel-shell-set-prompt-commands&q

Re: [BUG] ob-shell: :shebang changes interpretation of :cmdline

2023-12-04 Thread Matt
On Mon, 04 Dec 2023 14:55:58 +0100 Ihor Radchenko wrote --- > Matt m...@excalamus.com> writes: > > > > #+begin_src bash :cmdline 1 2 3 > > >printf "%s\n" "$1" > > > #+end_src > > > > > > #+RESU

Re: Appending results from babel block

2024-01-27 Thread Matt
ave missed it. The behavior I see doesn't match my expectation. I would expect to see: #+RESULTS: :results: Sat Jan 27 09:11:21 PM CET 2024 Sat Jan 27 09:11:21 PM CET 2024 Sat Jan 27 09:11:21 PM CET 2024 :end: -- Matt Trzcinski Emacs Org contributor (ob-shell) Learn more about Org mode at https://orgmode.org Support Org development at https://liberapay.com/org-mode

Re: [PATCH] doc/org-manual.org: Checkboxes, add checkbox states examples

2024-01-27 Thread Matt
1-27, they were discussing results of a recent survey. I was able to find a copy from the week after the change. I didn't see anything that would have motivated the change. Here's the archived survey. It's interesting. https://web.archive.org/web/20080202231951/https://orgmode.org/survey.h

Re: [BUG] conda doesn't work in ob-shell sessions

2024-01-27 Thread Matt
s as well. -- Matt Trzcinski Emacs Org contributor (ob-shell) Learn more about Org mode at https://orgmode.org Support Org development at https://liberapay.com/org-mode

Re: Suggested manual changes - section 7.2 Special Properties

2024-01-28 Thread Matt
Thank you for your suggestions. Unfortunately, I'm not yet familiar with this part of Org. Can you give a link to the Reddit thread where this was discussed? -- Matt Trzcinski Emacs Org contributor (ob-shell) Learn more about Org mode at https://orgmode.org Support Org development at https

Re: Suggested manual changes - section 7.2 Special Properties

2024-01-29 Thread Matt
hould also say that I appreciate the effort and thoughtfulness you've put into this. Definite bonus points :) If I'm able to find the time to read up on this part of Org, I'd be happy to work with you further on this. -- Matt Trzcinski Emacs Org contributor (ob-shell) Learn more about Org mode a

[BUG] Prompt appears in async shell results

2024-02-04 Thread Matt
cs/org-mode.git/tree/lisp/ob-comint.el#n212). It seems to me that we should extract the filter from =org-babel-comint-with-output= and use it in both =org-babel-comint-with-output= and =org-babel-comint-async-filter=. Thoughts? -- Matt Trzcinski Emacs Org contributor (ob-shell) Learn more about Org mode at https://orgmode.org Support Org development at https://liberapay.com/org-mode

Backwards compatibility (was: Re: [PATCH] ob-shell: consistent prefix)

2024-01-20 Thread Matt
would make sense to refactor the =stdin= and =cmdline= parameters. -- Matt Trzcinski Emacs Org contributor (ob-shell) Learn more about Org mode at https://orgmode.org Support Org development at https://liberapay.com/org-mode

Re: [PATCH] ob-shell: consistent prefix

2024-01-20 Thread Matt
thread. -- Matt Trzcinski Emacs Org contributor (ob-shell) Learn more about Org mode at https://orgmode.org Support Org development at https://liberapay.com/org-mode

Re: bash source code block: problem after ssh commands

2023-11-15 Thread Matt
I was poking around, learning how sessions are started. Basically, `shell` creates the comint buffer using `make-comint-in-buffer`. What I find interesting is that `make-comint-in-buffer` can also create a comint buffer from a network stream: (let ((buff "*localhost-process-buffer*"))

Re: bash source code block: problem after ssh commands

2023-11-15 Thread Matt
On Wed, 15 Nov 2023 17:32:19 +0100 Matt wrote --- > (let ((buff "*localhost-process-buffer*")) > (switch-to-buffer >(make-comint-in-buffer > "localhost-process" > buff > "ssh" > nil > (format &qu

Re: bash source code block: problem after ssh commands

2023-11-18 Thread Matt
To clarify a previous typo I made. Everything I've written was also done using: 1. emacs -q 2. C-x b "*scratch*" 3. M-x org-mode 4. Execute #+begin_src emacs-lisp :results none (org-babel-do-load-languages 'org-babel-load-languages '((shell . t))) #+end_src This corresponds to Org mode

Re: [BUG] ob-shell: :shebang changes interpretation of :cmdline

2023-11-18 Thread Matt
On Sat, 18 Nov 2023 16:54:39 +0100 Max Nikulin wrote --- > I have faced an inconsistency with :cmdline treatment in ob-shell.el. I > expect same results in the following cases: > > #+begin_src bash :cmdline 1 2 3 >printf "%s\n" "$1" > #+end_src > > #+RESULTS: > : 1 >

Re: Forget about "bash -c bash file.sh" (Re: bash source code block: problem after ssh commands)

2023-11-18 Thread Matt
On Sat, 18 Nov 2023 09:29:56 +0100 Bruno Barbier > IIUC, what Max is saying is that you should not concentrate on > *that specific command* because that command doesn't do what you think > it does. Cool, it sounds like we're agreed (albeit for different reasons). > To reproduce,

Re: bash source code block: problem after ssh commands

2023-11-18 Thread Matt
On Fri, 17 Nov 2023 23:07:57 +0100 Matt wrote --- > The second claim has nothing to do with Org Babel. I was able to confirm it > and provide the steps to reproduce. I think it would make sense to report > it upstream and let them decide if it's expected behavior.

Re: Forget about "bash -c bash file.sh" (Re: bash source code block: problem after ssh commands)

2023-11-18 Thread Matt
On Sat, 18 Nov 2023 04:11:03 +0100 Max Nikulin wrote --- > > bash -c bash /tmp/two-lines.sh > > From my point of view it was a plain mistake in attempts to simulate > the issue outside of Emacs. There is no point to concentrate on this > command. I tried to explain that

Re: Forget about "bash -c bash file.sh" (Re: bash source code block: problem after ssh commands)

2023-11-18 Thread Matt
On Sat, 18 Nov 2023 09:54:46 +0100 Bruno Barbier > But, you're right. To be safe, from now on, I'll use: > > cat /tmp/test.sh | bash -c bash It's still not clear to me if this is "what Emacs does". However, that's the best I could come up with. Evaluating the following

[BUG] ob-shell: :cmdline fails with single argument (was Re: [BUG] ob-shell: :shebang changes interpretation of :cmdline)

2023-11-18 Thread Matt
On Sat, 18 Nov 2023 16:54:39 +0100 Max Nikulin wrote --- > I have faced an inconsistency with :cmdline treatment in ob-shell.el. These are sadly easy to find. If you run: #+begin_src bash :cmdline 1 echo "$1" #+end_src Then it fails with list: Wrong type argument: sequencep,

Re: [BUG] ob-shell: :cmdline fails with single argument (was Re: [BUG] ob-shell: :shebang changes interpretation of :cmdline)

2023-11-18 Thread Matt
On Sun, 19 Nov 2023 07:57:26 +0100 Max Nikulin wrote --- > I would say that :cmdline is treated in a different way in comparison to > :var: It most definitely is. It's a completely separate process from :var.

Re: bash source code block: problem after ssh commands

2023-11-16 Thread Matt
On Thu, 16 Nov 2023 10:30:59 +0100 Ihor Radchenko wrote --- > Or we can make use of TRAMP as we usually do to access remote > environment. IMHO, it is more reliable as TRAMP takes care about > arranging all the Elisp FS interaction to work on remote system. Agreed. Also, I wasn't

Re: bash source code block: problem after ssh commands

2023-11-16 Thread Matt
alaincochard alain.coch...@unistra.fr writes: > Yes. (So I think that explains the 'no' above.) Thank you for clarifying. > Anyway, this gives me the opportunity to come back to the question of > whether or not there is a problem with emacs itself (like some people > here thought), and if

Re: bash source code block: problem after ssh commands

2023-11-17 Thread Matt
On Fri, 17 Nov 2023 10:20:28 +0100 Ihor Radchenko wrote --- > This has nothing to do with Emacs comint and this is also not a bug in > Emacs Ihor, there were two claims made in the original report. I was referring to Claim 2. That deals with M-x shell and therefore comint-mode.

Re: Replace org link with footnote

2023-11-11 Thread Matt
On Sat, 11 Nov 2023 04:54:15 +0100 Max Nikulin wrote --- > https://list.orgmode.org/ugucve$12l4$1...@ciao.gmane.io Thanks for the reference. It's always good to relate associated information :)

Re: bash source code block: problem after ssh commands

2023-11-09 Thread Matt
On Thu, 09 Nov 2023 13:13:36 +0100 Ihor Radchenko wrote --- > A bigger problem is that errors *Org Babel Error > Output* are not clickable: Interesting. > So, it looks like we may need an alternative `org-babel-eval' function > that works with script files rather than input and

[PATCH] Re: [BUG] ob-shell: :shebang changes interpretation of :cmdline

2024-04-21 Thread Matt
+| | :cmdline 1 2 3 | "1 2 3"| bash -c "./sh-script-8GJzdG 1 2 3" | | :cmdline "1 2" 3"| "\"1 2\" 3"| bash -c "./sh-script-8GJzdG \&

Re: [PATCH] Re: [BUG] ob-shell: :shebang changes interpretation of :cmdline

2024-04-27 Thread Matt
to do that? I recall there being some issues with Woof!. Is there something not in https://tracker.orgmode.org/howto that I should know? -- Matt Trzcinski Emacs Org contributor (ob-shell) Learn more about Org mode at https://orgmode.org Support Org development at https://liberapay.com/org-mode

Re: #7 [[bbb:OrgMeetup]] on Wed, Apr 24, 19:00 UTC+3

2024-04-12 Thread Matt
On Wed, 10 Apr 2024 10:33:15 +0200 Ihor Radchenko wrote --- > Another OrgMeetup will be scheduled on the last Wednesday of February, > in two weeks. (Sorry, I cannot make it second Wednesday this time, and > even third.) Thanks for running this. I look forward to it :)

[BUG] ob-shell: internal representation of cmdline arguments the same

2024-04-28 Thread Matt
is that :cmdline "1 2 3" and :cmdline 1 2 3 become indistinguishable. #+end_quote Org mode version 9.7-pre (release_9.6.27-1393-ge0f24a @ /home/ahab/Projects/org-mode/lisp/), commit e0f24a3f6 -- Matt Trzcinski Emacs Org contributor (ob-shell) Learn more about Org mode at https://orgmode.org Support Org development at https://liberapay.com/org-mode

[BUG] ob-shell: results missing leading quotes

2024-04-28 Thread Matt
: ""1"" Org mode version 9.7-pre (release_9.6.27-1393-ge0f24a @ /home/ahab/Projects/org-mode/lisp/), commit e0f24a3f6 -- Matt Trzcinski Emacs Org contributor (ob-shell) Learn more about Org mode at https://orgmode.org Support Org development at https://liberapay.com/org-mode

Re: [DISCUSSION] The meaning of :cmdline header argument across babel backends

2024-05-01 Thread Matt
better ones by inspiring disgust--:switches, :flags, :options, (using an "i" prefix for "interpreter") :iswitches, :iflags, :ioptions -- Matt Trzcinski Emacs Org contributor (ob-shell) Learn more about Org mode at https://orgmode.org Support Org development at https://liberapay.com/org-mode

Re: [DISCUSSION] The meaning of :cmdline header argument across babel backends

2024-05-02 Thread Matt
On Wed, 01 May 2024 20:01:03 +0200 Ihor Radchenko wrote --- > Matt m...@excalamus.com> writes: > > > I disagree with one aspect: we shouldn't use Worg as a source of > > truth. The argument holds based on historical behavior of :cmdline. > > AFAIU, W

[BUG] ob-shell async incorrect table and value results

2024-03-06 Thread Matt
egin_src sh :session *test* :results value echo "hello world" #+end_src #+RESULTS: : 0 #+name: async value #+begin_src sh :session *test* :results value :async t echo "hello world" #+end_src #+RESULTS: : hello world : 0 -- Matt Trzcinski Emacs Org contributor (ob-s

Re: [PATCH] lisp/ob-shell.el: Also override explicit-shell-file-name

2024-03-11 Thread Matt
ame) > +(shell-file-name name)) > (org-babel-execute:shell body params >(put fname 'definition-name 'org-babel-shell-initialize)) > (defalias (intern (concat "org-babel-variable-assignments:" name)) > -- > 2.42.0 Thank you

Re: [BUG] ":sep" header argument doesn't work in ob-shell [9.6.21 ( @ /home/aragaer/.config/emacs/elpa/org-9.6.21/)]

2024-03-12 Thread Matt
in shell scripts" So, it looks like their inclusion was intentional. Maybe someone has deeper insights? -- Matt Trzcinski Emacs Org contributor (ob-shell) Learn more about Org mode at https://orgmode.org Support Org development at https://liberapay.com/org-mode

Re: How to properly attribute authorship with Git (was Re: [PATCH] lisp/ob-shell.el: Also override explicit-shell-file-name)

2024-03-17 Thread Matt
On Sun, 17 Mar 2024 11:31:00 +0100 Ihor Radchenko wrote --- > Matt m...@excalamus.com> writes: > > > First, would you like me to update the commit? If so, I will need > > guidance. The correct procedure to change the author after committing to > >

bug? org-babel-comint-with-output return value type

2024-03-17 Thread Matt
ect. What are people's thoughts on changing the return type of =org-babel-comint-with-output=? -- Matt Trzcinski Emacs Org contributor (ob-shell) Learn more about Org mode at https://orgmode.org Support Org development at https://liberapay.com/org-mode

Re: How to properly attribute authorship with Git (was Re: [PATCH] lisp/ob-shell.el: Also override explicit-shell-file-name)

2024-03-17 Thread Matt
On Sun, 17 Mar 2024 17:26:48 +0100 Max Nikulin wrote --- > On 17/03/2024 20:42, Matt wrote: > > On Sun, 17 Mar 2024 11:31:00 +0100 Ihor Radchenko wrote --- > > > > > > (1) revert the commit; (2) re-apply the > > > commit version

Re: [BUG] Prompt appears in async shell results

2024-03-17 Thread Matt
On Mon, 19 Feb 2024 12:07:55 +0100 Ihor Radchenko wrote --- > Matt m...@excalamus.com> writes: > > > - Split prompt filtering and input echoing into two filters > > + this seems to imply a =-hook= or =-functions= type implementation > > Not nece

Re: [PATCH] lisp/ob-shell.el: Also override explicit-shell-file-name

2024-03-15 Thread Matt
Finally had time to commit it. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=0e2a9524dc6da8b4d60672e85aba74076baac211 Nice catch and thanks for your contribution! -- Matt Trzcinski Emacs Org contributor (ob-shell) Learn more about Org mode at https://orgmode.org Support Org

How to properly attribute authorship with Git (was Re: [PATCH] lisp/ob-shell.el: Also override explicit-shell-file-name)

2024-03-17 Thread Matt
s not clear to me if this is an error on my end or if the patch is indeed ill-formatted. Can you confirm that the submitted patch is well-formatted? -- Matt Trzcinski Emacs Org contributor (ob-shell) Learn more about Org mode at https://orgmode.org Support Org development at https://liberapay.com/org-mode

Re: check.sh setup.sh, nohup.out

2024-03-19 Thread Matt
do as before and use 'git revert'? Or, do we want to remove them completely from the history? I would be happy to correct my mistake. However, I'm heading to bed now and unsure if I'll be able to work on this tomorrow or Thursday. -- Matt Trzcinski Emacs Org contributor (ob-shell) Learn more ab

Re: [BUG] ob-shell async incorrect table and value results

2024-03-08 Thread Matt
uot;[BUG] Prompt appears in async shell results" (https://list.orgmode.org/18dbc1f273c.11687295c1395973.3345700621594100...@excalamus.com/T/#u) and will circle back to this when that's done. -- Matt Trzcinski Emacs Org contributor (ob-shell) Learn more about Org mode at https://orgmode.org Support Org development at https://liberapay.com/org-mode

Re: check.sh setup.sh, nohup.out

2024-03-23 Thread Matt
On Tue, 19 Mar 2024 21:41:05 +0100 Ihor Radchenko wrote --- > Matt m...@excalamus.com> writes: > > > Should I do as before and use 'git revert'? Or, do we want to remove them > > completely from the history? > > Yes, git revert. Reverted https:

Re: [BUG] Prompt appears in async shell results

2024-03-23 Thread Matt
are ready to go, barring the concern I have about being unable to test how the fix may affect non-shell languages. > On Mon, 19 Feb 2024 12:07:55 +0100 Ihor Radchenko wrote --- > > Matt m...@excalamus.com> writes: > > > > > - Split prompt filteri

Re: [BUG] Prompt appears in async shell results

2024-03-29 Thread Matt
arents. -- Matt Trzcinski Emacs Org contributor (ob-shell) Learn more about Org mode at https://orgmode.org Support Org development at https://liberapay.com/org-mode

Re: [BUG] Prompt appears in async shell results

2024-03-24 Thread Matt
ave a chance to see the request. Cool. -- Matt Trzcinski Emacs Org contributor (ob-shell) Learn more about Org mode at https://orgmode.org Support Org development at https://liberapay.com/org-mode

Re: Asynchronous blocks for everything (was Re: [BUG] Unexpected result when evaluating python src block asynchronously [9.7-pre (release_9.6.17-1131-gc9ed03.dirty @ /home/yantar92/.emacs.d/straight/b

2024-02-24 Thread Matt
You're welcome and thanks for sharing your ideas. Any lack of comments from me recently is just limited time and trying to focus on maintenance. -- Matt Trzcinski Emacs Org contributor (ob-shell) Learn more about Org mode at https://orgmode.org Support Org development at https://liberapay.com/org-mode

Re: [PATCH] doc/org-manual.org (Checkboxes): move section 'Checkboxes' from 'TODO Items' to 'Plain Lists'

2024-02-28 Thread Matt
On Wed, 28 Feb 2024 13:17:54 +0100 Ihor Radchenko wrote --- > Matt m...@excalamus.com> writes: > > > I had responded in favor here: > > https://list.orgmode.org/18d4cf138a6.10fb9c6702382826.5023996590743168...@excalamus.com/ > > Did I miss something.

Re: [PATCH] doc/org-manual.org (Checkboxes): move section 'Checkboxes' from 'TODO Items' to 'Plain Lists'

2024-02-27 Thread Matt
w.gnu.org/prep/standards/standards.html#Documentation [fn:2] https://www.fsf.org/licensing/gnu-press/GNU-Press-styleguide.pdf -- Matt Trzcinski Emacs Org contributor (ob-shell) Learn more about Org mode at https://orgmode.org Support Org development at https://liberapay.com/org-mode

Re: [DISCUSSION] The meaning of :cmdline header argument across babel backends

2024-05-20 Thread Matt
program-args within ob-shell. I anticipate :interpreter-args will be more involved since it will interact with 'shell-command-switch' and it'd be nice to have it also work with sessions. -- Matt Trzcinski Emacs Org contributor (ob-shell) Learn more about Org mode at https://orgmode.org Support Org

Re: ob-shell: possibly missing initiate-session functions?

2024-06-16 Thread Matt
In your case, I suspect it's a coincidence that aliasing "org-babel-sh-initiate-session" works. A "shell" block defaults to "explicit-shell-file-name". This, I suspect, is "bash" in your case, yet may be something different on another system. The alias would

Re: ob-shell: async support in "shell" vs "bash"

2024-06-16 Thread Matt
citly set to '((async . ((yes no, it seems, to quiet the linter (https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=40d1352b). For other languages, such as "org-babel-header-args:bash", it's set to nil. AFAICT, what you see are simply the default values. I'm curious, what caused you to notice this inconsistency? -- Matt Trzcinski Emacs Org contributor (ob-shell) Learn more about Org mode at https://orgmode.org Support Org development at https://liberapay.com/org-mode

[Orgmode] Re: Keeping org files under git - trimming the repository

2009-08-04 Thread Matt Lundin
reduces the size of the repository. Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: Org suggestion: option which allows moving subtrees freely

2009-08-11 Thread Matt Lundin
anywhere. I agree with Leo, Carsten, and Tassilo. When I move a subtree to a different tree entirely, I use C-k and C-y or refile. I appreciate that org/outline mode respects the integrity of the outline tree. Otherwise, IMO, M-up/down could easily wreak havoc with the structure of the document. - Matt

[Orgmode] Re: Customizing main Agenda view??

2009-08-11 Thread Matt Lundin
you could set org-todo-state-tag-triggers to tag each of your items with a custom tag, e.g., STARTED, whenever you switch to the STARTED todo state. Then typing / STARTED in the agenda view would show you only your started todos. Best, Matt ___ Emacs

[Orgmode] Re: Fast way to jump to another specific heading?

2009-08-13 Thread Matt Lundin
node. Are there similar facilities already present in org-mode that I missed? Have you tried the following with org-refile and org-goto? (setq org-completion-use-ido t) Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send

[Orgmode] Re: Fireforg: org-protocol mac workaround and BibTeX import using Zotero

2009-08-16 Thread Matt Lundin
fireforg. Thanks for your work on this. Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Update breaks custom agenda commands

2009-08-16 Thread Matt Lundin
-last-dispatch-buffer ...) (unless keys ...) (when ... ... ...) (require ...) (cond ... ... ... ... ... ... ... ... ... ... ... ... ... ...))) org-agenda(nil) call-interactively(org-agenda nil nil) Thanks! Matt ___ Emacs-orgmode mailing list

[Orgmode] Re: orgmode opening source file from agenda when marking as done

2009-08-17 Thread Matt Lundin
with that, but it sure slows down my workflow. Any tips on what's happening here? Are you seeing the source file every time you move to a new item in the agenda view? One possibility here is that you turned on follow mode in the agenda by hitting f. Best, Matt

[Orgmode] Re: Wishlist: see what I did last week in agenda view

2009-08-17 Thread Matt Lundin
keys. You can control what types of items are visible in the log with the variable org-agenda-log-mode-items. Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org

[Orgmode] Re: TODO keywords into drawers ?

2009-08-18 Thread Matt Lundin
these in. , | %^{prop}p Prompt the user for a value for property prop ` Warning: it can be much slower to search for properties than to search for todo-states and tags. Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies

[Orgmode] Re: Way to get agenda for a date?

2009-08-20 Thread Matt Lundin
for a date, say: 2009-08-20 Have you tried hitting j in the agenda view? or even select it from the calendar view and have that day's agenda come up? Try hitting c in the calendar view. Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply

[Orgmode] Re: Keyword completion.

2009-08-22 Thread Matt Lundin
when we try to complete with ESC-TAB. I can't replicate this. With completion, #+A becomes #+AUTHOR Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman

[Orgmode] Re: skip-entry-if category

2009-08-22 Thread Matt Lundin
function using org-entry-properties that would accomplish this goal. Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: Keyword completion.

2009-08-22 Thread Matt Lundin
Noorul Islam wrote: On Sat, Aug 22, 2009 at 6:48 PM, Matt Lundinm...@imapmail.org wrote: Noorul Islam gnu...@gmail.com writes: In an org-file I typed in #+A followed by ESC-Tab. I got a completion list window in which I clicked on AUTHOR using mouse . It actually replaced everything

[Orgmode] Re: POLL: Change of keys to move agenda through time

2009-08-25 Thread Matt Lundin
item to item. If there is a change, I would recommend S-n and S-p. - Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: Regaring heading re-organization.

2009-08-25 Thread Matt Lundin
, Shouldn't the number of '*'s for the headings Level 4 become 3? To move the children of the heading, you'll have to use M-S-left. M-left/right moves only the individual heading. M-S-left/right moves the heading and all subtrees. - Matt ___ Emacs

[Orgmode] Re: How to use both _underlined_ and math subcsript of latex ?

2009-08-25 Thread Matt Lundin
to receive help from the list. - Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: how do you compose mails in Gnus with org-mode

2009-08-25 Thread Matt Lundin
to using org for tables and plain lists in mail messages? In that case you can activate a couple of minor modes (orgtbl-mode, orgstruct-mode) by hooking them into your major mail mode. Instructions can be found here: http://orgmode.org/worg/org-faq.php#use-editing-features-in-other-modes Regards, Matt

[Orgmode] Re: Subversion for backups?

2009-08-26 Thread Matt Lundin
like. In fact, there's a nice tutorial on this: http://orgmode.org/worg/org-tutorials/org-vcs.php Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman

[Orgmode] Re: How to hyperlink a file whose name has `space' ?

2009-08-29 Thread Matt Lundin
want this to happen automatically, you can create the link by calling org-insert-link with a prefix argument (C-u C-c C-l). This will provide an interactive prompt for navigating to the file. - Matt ___ Emacs-orgmode mailing list Remember: use `Reply

[Orgmode] org-gnus-prefer-web-links

2009-08-29 Thread Matt Lundin
/m24os8lym6.fsf%40fastmail.fm Now the link to the same article looks like this: gnus:nntp+news.gmane.org:gmane.emacs.orgmode#m24os8lym6@fastmail.fm Does this have something to do with the recent patches to org-gnus.el? Best, Matt ___ Emacs-orgmode

[Orgmode] Re: Format for a note

2009-08-30 Thread Matt Lundin
a clean, consistent list of notes, regardless of whether they are created with z or via org's automatic logging functions. Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

[Orgmode] Re: org-agenda-custom-commands - what's wrong with my setup

2009-08-30 Thread Matt Lundin
select x, it will only display the agenda in an emacs buffer. To export the agenda, you need to use: C-c a e (export agenda views) This command exports all agenda views for which you have defined an export target (in this case, ~/agenda.html). Best, Matt

[Orgmode] Re: org-mode on sloooow computer

2009-08-31 Thread Matt Lundin
been a bunch of optimizations since 6.21b. Other than that, I'm not sure what would be causing the slowness -- I have thousands of lines in my org files and the agenda appears almost instantaneously on a very modest Atom processor. Are other emacs modes slow on the machine? Best, Matt

[Orgmode] Re: Mobile org

2009-09-02 Thread Matt Lundin
for the Nokia N900, which is both a smartphone and a hackable Linux pocket computer. There are Emacs packages that run on its predecessor, the N810. Best, Matt Footnotes: [1] This is a big if. ;) ___ Emacs-orgmode mailing list Remember: use `Reply All' to send

[Orgmode] Org-remember and org-back-to-heading

2009-09-03 Thread Matt Lundin
a link while on the first empty line of the file or on #+TITLE. Thanks, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: FILETAGS documentation clarification

2009-09-04 Thread Matt Lundin
/In_002dbuffer-settings.html Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: Org-mode version 6.30trans (release_6.30d.5.gc125); make fails on org-ascii.el

2009-09-05 Thread Matt Lundin
. But, as far as I understand it, omitting the make clean has the potential to cause problems, because org source files are occasionally renamed or made obsolete. So if you run into any problems after an install, you should run make clean. Best, Matt ___ Emacs

[Orgmode] Re: GTD and adding next actions under projects with remember

2009-09-09 Thread Matt Lundin
project heading using remember. You can either: 1. Use C-1 C-c C-c to file the item interactively. or 2. Set org-remember-store-without-prompt to nil. Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list

[Orgmode] Re: Question re CATEGORY and Agenda Views

2009-09-09 Thread Matt Lundin
the agenda by project. 4. Use follow mode in the agenda to see the context (i.e., the project heading). Hope this helps. Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

[Orgmode] Re: diary-remind, and org-agenda, and remember

2009-09-10 Thread Matt Lundin
-remind '(diary-date 11 5 t) -14) John's birthday. %%(diary-remind '(diary-date 3 5 t) -14) George's birthday. --8---cut here---end---8--- Adding George's birthday just took me only a few seconds. Best, Matt ___ Emacs

[Orgmode] Re: Scaling org-mode

2009-09-13 Thread Matt Lundin
that could detect idleness instead of just running arbitrarily would be good. (run-at-time nil 3600 'org-agenda-to-appt) don't know how to detect idleness. http://www.gnu.org/software/emacs/elisp/html_node/Idle-Timers.html Best, Matt ___ Emacs

[Orgmode] Re: Unnumbered sections in LaTeX export

2009-09-13 Thread Matt Lundin
or some help how to markup the org file? #+OPTIONS: num:nil http://orgmode.org/manual/Export-options.html Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org

[Orgmode] Re: dir or folder structure into org-file?

2009-09-14 Thread Matt Lundin
around.. Thanks for your help! I believe org-fstree is a good option for this: http://burtzlaff.de/org-fstree/ Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

[Orgmode] Re: Can I publish one block of org file?

2009-09-15 Thread Matt Lundin
call this function in the following way: | | (setq html (org-export-region-as-html beg end t 'string)) | | When called interactively, the output buffer is selected, and shown | in a window. A non-interactive call will only return the buffer. ` Best, Matt

[Orgmode] Re: Documentation wishlist items

2009-09-15 Thread Matt Lundin
above the sink, or why someone uses legal pads rather than a spiral notebook. My recommendation: Just start creating trees, use only a few TODO states, and allow the organization to evolve in the way that feels the most comfortable to you. Best, Matt

[Orgmode] Re: Documentation wishlist items

2009-09-16 Thread Matt Lundin
to keep track of interesting bookmarks on the web... - If you want to publish documents for your co-workers... Alternatively, we might move through the tutorial/dialogue feature by feature: - What in the world are drawers? Why would I want to use those? - Etc. Just a few ideas. Best, Matt

[Orgmode] Re: Documentation wishlist items

2009-09-16 Thread Matt Lundin
that with org-mode? Is there a directive to publish separate html files and a monolithic pdf file simultaneously (perhaps via #+INCLUDE directives)? - Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Re: Documentation wishlist items

2009-09-16 Thread Matt Lundin
term/concept. 2) a more detailed explanation of what it is and/or how it works. 3) possible uses (e.g., Why might one want to use categories?) I made a small dent in the list of terms. Please feel free to take up any of the remaining entries. Best, Matt

[Orgmode] Re: Hoisting (so to speak)

2009-09-17 Thread Matt Lundin
of the narrowed subtree. Org-mode does not do this (and intentionally so). Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: Eliminate DONE state?

2009-09-18 Thread Matt Lundin
, then scheduled items will remain on your agenda forever, even if they aren't marked as a TODO. Why not just switch back and forth between TODO and nothing by S-Right and S-Left? Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All

<    1   2   3   4   5   6   7   8   9   10   >