[Orgmode] Re: Heirarchy and indenting of plain text belonging to headline of same indent

2010-05-20 Thread Matthew Lundin
Robin Message rh...@cam.ac.uk writes: Alternatively, is there some kind of headline ending command or some way of easily adding one, e.g. * Head 1 Body 1 *** Head 2 Body 2 ***$ More Body 1 Stephan mentioned org-inline tasks, which has the following syntax: --8---cut

[Orgmode] Re: [PATCH] only display a scheduled item if it is due today or in the past

2010-05-22 Thread Matthew Lundin
Nathaniel Flath flat0...@gmail.com writes: Yes, this patch is primarily for weekly agendas - it changes when items are displayed to be the same as having a style of 'habit, while also allowing to do it for non-recurring items. Do you mean that it is the same as when

[Orgmode] Re: Include FAQ to info?

2010-05-22 Thread Matthew Lundin
-binding setup, it worked ok to assign it to C-c 7.   Maybe better to set it on a viewing mode, but I have been prone to hack as a go. Be all that as it may be, here is the current state of the file on my system.  Alan. On Sun, May 16, 2010 at 10:43 PM, Matthew Lundin m...@imapmail.org wrote

[Orgmode] Re: [PATCH] only display a scheduled item if it is due today or in the past

2010-06-04 Thread Matthew Lundin
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com writes: can someone please summarize what the status of this discussion is? I have lost track As I understand it, the proposed patch hides items scheduled in the future in the weekly agenda. E.g., if it is Monday, tasks scheduled for

Re: [Orgmode] Bug: Pretty display of subscripts and hyperlinks

2010-06-06 Thread Matthew Lundin
Carsten Dominik carsten.domi...@gmail.com writes: I guess this is wih pretty entity display turned on? Yes. Sorry I forgot to mention that. - Matt On Jun 6, 2010, at 7:39 PM, Matt Lundin wrote: Git commit 70d24c5d036cd5787f719104a0ad2f157c5207b1 causes underscores in hyperlinks to

[Orgmode] Re: howto open attachment directory in external program?

2010-06-18 Thread Matthew Lundin
Matt Lundin m...@imapmail.org writes: Kestutis Matonis maton...@gmail.com writes: in .mailcap i have set-upped: inode/directory-locked; pcmanfm2 '%s'; inode/directory; pcmanfm2 '%s'; text/directory; pcmanfm2 '%s'; but when I'm trying to open attachments directory, it is still opened in

Re: [Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-30 Thread Matthew Lundin
Hi Carsten, Thanks so much both for thinking this through. And thanks again, Eric, for your work in integrating org-babel into org-mode---including taking into account a humble user's concerns! :) Carsten Dominik carsten.domi...@gmail.com writes: Here is what I propose (several items are

[Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-30 Thread Matthew Lundin
Eric Schulte schulte.e...@gmail.com writes: Matt Lundin m...@imapmail.org writes: [...] When I run make clean make make install I find that the language directory is not installed. Does the langs directory require a manual installation? Also, with make install, the ob-* files are

[Orgmode] Re: Bug: Relative paths in file: links are expanded [6.36trans]

2010-07-13 Thread Matthew Lundin
David Maus dm...@ictsoc.de writes: Matt Lundin wrote: Aidan Gauland aidal...@no8wireless.co.nz writes: If I create a link with C-c C-l and give it a relative file: link, a link is created with an absolute path. For example, C-c C-l file:../foo.org RET foo puts

[Orgmode] Re: Re Audible reminder in org-mode not working

2010-07-22 Thread Matthew Lundin
Hi evita, evita moreno evitamoren...@live.com writes: Typing $ sudo lsmod | grep pcspkr in my terminal does not give anything. It simply shows the next prompt (if I am using the correct terminology - I am new in emacs and Linux!). You could try sudo modprobe pcspkr. This should activate

Re: [Orgmode] [PATCH] Removed unecessary invocations of org-agenda-show.

2010-09-15 Thread Matthew Lundin
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com writes: On Sep 13, 2010, at 6:48 PM, Matt Lundin wrote: lisp/org-agenda.el (org-agenda-set-tags): Remove org-agenda-show to prevent disrupting windows and changing point in original buffer. (org-agenda-set-property): Same

[Orgmode] [PATCH] Fix bug that erases org buffer when calling agenda via org-agenda-open-link.

2010-09-15 Thread Matthew Lundin
[My apologies, but I'm afraid my first attempt at this patch mistook a necessary second check for redundancy. Here is an improved version.] * lisp/org-agenda.el (org-prepare-agenda): If the agenda is called from within the agenda via an elisp link, such as [[elisp:(org-agenda-list)]],

[Orgmode] Re: Problem with PROPERTIES :OPTIONS: when exporting subtree

2010-09-28 Thread Matthew Lundin
Rainer M Krug r.m.k...@gmail.com writes: On Mon, Sep 27, 2010 at 2:03 AM, Matt Lundin m...@imapmail.org wrote: Rainer M Krug r.m.k...@gmail.com writes: Hi I hava a problem with exporting to LaTeX. I want to export a table to latex. I put it into a

[Orgmode] Re: Having (too) many files in org-agenda-files

2010-09-29 Thread Matthew Lundin
Sébastien, Matt Lundin m...@imapmail.org writes: Hi Sebastian, My apologies for misspelling your name! - Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [BUG] Infinite loop in org-agenda-show-new-time

2020-02-05 Thread Matthew Lundin
Hi Bastien, Bastien writes: > > Andrew Hyatt writes: > >> Removing the (beginning-of-line 1) at the end of the time display >> code in that function, and substituting (org-agenda-previous-line) >> seems to fix it.  I'm not sure if that's the right approach - the >> previous code didn't use that

Re: C-c C-c to close the buffer in *Org Src ...* buffers

2020-01-31 Thread Matthew Lundin
"Berry, Charles" via "General discussions about Org-mode." writes: >> On Jan 31, 2020, at 3:03 AM, Bastien wrote: >> >> Hi all, >> >> I'd like to make an equivalent to in Org Src >> buffers so that hitting will close the buffer, which seems >> natural. >> >> WDYT? > > Many modes used in

Re: Make code elements in prose unobtrusive [legibility 6/6]

2020-02-04 Thread Matthew Lundin
Adam Porter writes: > There may be improvements to be made, but the defaults shouldn't be set > to match the preferences of any one user. Remember that people have > been using Org for years, and theming and faces are very personal. ;) I strongly agree. All of the changes mentioned in these

Re: How to occasionally store link as file.org+headline

2020-02-18 Thread Matthew Lundin
Mirko Vukovic writes: > For most of my links, I want to use the ID generated by orgmode > i.e., (setq org-id-link-to-org-use-id t) > > But occasionally, for targets that are not part of my agenda files, I want > to store a link of the type file:path.org::*headline > > I wrote the following

Re: Survey: changing a few default settings for Org 9.4

2020-02-19 Thread Matthew Lundin
Bastien writes: > - org-fontify-done-headline => t > > This is useful to visualize done headlines and can be easily turned > off, while not being easily discovered for Org newcomers. I find this a bit visually distracting, but that's likely because I've used Org mode in the "old school" way

Re: [PATCH] Fix moving cursor in org-set-tags-command

2020-05-10 Thread Matthew Lundin
Nicolas Goaziou writes: > >> -(when (save-excursion (skip-chars-backward "*") (bolp)) >> - (forward-char >> +(and (looking-at " ") >> + (string-match "\\*+" (buffer-substring (point-at-bol) (point))) >> + (forward-char > > Please replace `and' with `when' if

Re: [Bug] org-store-link should not insert a document level ID property

2020-05-13 Thread Matthew Lundin
Nicolas Goaziou writes: > Matthew Lundin writes: > >> What I was thinking of in terms of configuration is being able to >> preserve path-based links (instead of IDs) if creating a link above the >> first headline. This is the behavior that existed in the past when >

RE: [Bug] org-store-link should not insert a document level ID property

2020-05-07 Thread Matthew Lundin
Gustav Wikström writes: > Hi again, > > Patch is attached. It's not applied yet as it doesn't include anything > about user-configuration yet. @Matt Lundin, care to elaborate what you > had in mind in terms of that? > > With this patch a link before first headline is stored with the > filename

Re: ob-js uses deprecated Node APIs

2020-05-20 Thread Matthew Lundin
Ivan Sokolov writes: > I ran into problems with ob-js. When resolving them, I found that require > ('sys') is deprecated, there is a patch. > > diff --git a/lisp/ob-js.el b/lisp/ob-js.el > index 7592040ab..d459e8069 100644 > --- a/lisp/ob-js.el > +++ b/lisp/ob-js.el > @@ -65,7 +65,7 @@ >

Re: [Feature] add a new org-attach dispatcher command to offline save web page

2020-05-27 Thread Matthew Lundin
stardiviner writes: > I attached the patch. > > I think this feature will be helpful for use who archive web page data usually > like me. To be more portable, I also added an defcustom option for other > external command. And use an if condition to detect whether external command > available,

Re: Bug: ob-python mangles multiline :var values [9.3.6 (release_9.3.6-397-ga089600)]

2020-05-27 Thread Matthew Lundin
Jack Kamm writes: > Hello, > > Thanks for reporting. I've just fixed this issue in master (commit > 6149b6cb6). > > The problem was that ob-python adds tab indentation to the code body > before putting it inside a main() function, which adds spurious > indentation to multiline strings passed

Re: [BUG] All drawers except property drawers are open at startup

2020-05-28 Thread Matthew Lundin
Nicolas Goaziou writes: > Matt Lundin writes: > >> All drawers default to open at startup except for property drawers. This >> includes :LOGBOOK: drawers, which can be quite long and block view of an >> entry. > > I think all drawers are opened at startup, including property drawers. > >> I ran

Re: [Feature] add a new org-attach dispatcher command to offline save web page

2020-05-28 Thread Matthew Lundin
Ihor Radchenko writes: > It does not mean that attaching URL directly is not worth including > into org. This sounds pretty common use case, especially considering > the number of packages providing similar feature. You mentioned > org-board, but there is also org-download and org-web-tools. My

Re: [Feature] add a new org-attach dispatcher command to offline save web page

2020-05-28 Thread Matthew Lundin
Ihor Radchenko writes: > My view on this is bare-bones download, in a spirit of org-attach > itself. There is already 'url method in org-attach-attach, but it is > hard-coded to url-retrieve-synchronously. It would be handy if user > could configure alternative retrievers (like monolith, wget,

Re: [Feature] add a new org-attach dispatcher command to offline save web page

2020-05-29 Thread Matthew Lundin
Ihor Radchenko writes: >> As I said, PATCH welcome, I admired many times I don't have ability to build >> a >> complex archive functionality on url.el or wget or curl. > > I have found the following solution [1] using wget: > > wget --mirror -p --convert-links -P ./LOCAL-DIR WEBSITE-URL > I

Re: org-read-date-minibuffer-local-map should use C-n/p/f/b

2020-05-29 Thread Matthew Lundin
Alex Branham writes: > I find it unintuitive that the usual calendar keys C-n/p/f/b don't work > when scheduling tasks in org mode (yes, I know about S-right, etc). I've > something like this to my init file for those four keys (based on their > setup in org-keys.el) for some time with no

Re: [PATCH v2] Re: [BUG] recently commits on master branch breaks command 'org-babel-demarcate-block'

2020-05-31 Thread Matthew Lundin
stardiviner writes: > I updated the patch commit message. > > From b0bdf52a305cb5f9663ee1dc2d08c5de6c7cb602 Mon Sep 17 00:00:00 2001 > From: stardiviner > Date: Sun, 31 May 2020 10:59:41 +0800 > Subject: [PATCH] fix 5f0a9cca3 missing space > > * lisp/ob-core.el (org-babel-demarcate-block):

Re: Contact data and sync revisited

2020-05-31 Thread Matthew Lundin
Russell Adams writes: > Unfortunately looking at the options keeps coming back to how poor > general support for CardDAV and vcard files is. In particular, the > popular vdirsyncer tool is now looking for a new maintainer, and I had > the impression from his list of grievances he might drop it

Re: [PATCH v2] Re: [BUG] recently commits on master branch breaks command 'org-babel-demarcate-block'

2020-05-31 Thread Matthew Lundin
stardiviner writes: > Matthew Lundin writes: > >> >> I think you also need to replace the newline with a space in the upper >> case version. >> > Supposed there is \n after #+end_src. I also checked the original version > before > that change commit. The

Re: org-archive-all-matches doesn't use org-archive-default-command

2020-05-26 Thread Matthew Lundin
Hi Thomas, Thomas Schaper writes: > When playing around with org-archive, I noticed that the function > org-archive-all-matches doesn't use org-archive-default-command but > calls org-archive-subtree directly. Is there any reason for this, or is > it simply a small bug/missing feature? I think

Re: issue tracker?

2020-05-26 Thread Matthew Lundin
Anthony Carrico writes: > Given that the mailing list holds the issues, it would be nice if you > could import the mailing list into your client as a lump (maildir/mbox). > Currently you can only download it chunk by chunk, so it isn't really > practical for a newcomer to import the whole

Re: issue tracker?

2020-05-26 Thread Matthew Lundin
Detlef Steuer writes: > How to add more now? Same here. Mail is functionally superior to a lot > of modern solutions. > > A Bugtracker you do not use on a regular basis often is a horrible time sink. > Plus, most of the time you need just another account for a site you > never wanted an account

Re: org-babel block with :exports code that gets evaluated on export

2020-05-26 Thread Matthew Lundin
Sébastien Miquel writes: > Is there a way to have an org-babel block which only exports its code > but still gets evaluated when exporting ? I think you can do something like this: #+begin_src emacs-lisp :exports both :results none (setq my-variable t) #+end_src Or, if you want to

<    1   2   3   4