[O] Failure to display more than 18 images with captions

2016-10-01 Thread Jean Louis
Hello, I have problem with Org Mode, that it fails to display more than 18 images correctly, while exporting to PDF (LaTeX export). I am using images in following manner: #+CAPTION: Title of image #+NAME: fig:pic001 [[/some/image001.jpg]] #+CAPTION: Title of image #+NAME: fig:pic002 [[/some/ima

Re: [O] Failure to display more than 18 images with captions

2016-10-01 Thread Jean Louis
nd{figure} ? ! Undefined control sequence. \@currbox l.240 \end{figure} On Sat, Oct 01, 2016 at 12:39:35PM +0200, Nicolas Goaziou wrote: > Hello, > > Jean Louis writes: > > > I have problem with Org Mode, that it fails to display more than 18 > >

Re: [O] Failure to display more than 18 images with captions

2016-10-01 Thread Jean Louis
floats merely delays the arrival of > the inevitable error message. > > You may be able to add \clearpage every few figures or use a package > that makes this work. > > Jean Louis writes: > > > Hello, > > > > I have problem with Org Mode, that it fails to display mo

Re: [O] Failure to display more than 18 images with captions

2016-10-01 Thread Jean Louis
-unprocessed-floats like "morefloats" package: ctan.org/pkg/morefloats or \extrafloats{100} But I did not get that working, I have simply turned off floats. Jean On Sat, Oct 01, 2016 at 07:53:59PM +0200, Nicolas Goaziou wrote: > Hello, > > Jean Louis writes: > > &

[O] How to use postgresql without password/username in source?

2016-12-06 Thread Jean Louis
I was using successfuly Org Mode with Postgresql, with defaults settings for user and password. And I use latest Emacs from git. Now, I cannot execute SQL without specifing the user/password in #BEGIN_SRC What settings would I need to do to avoid that? Jean

[O] The name attribute is obsolete. Consider putting an id attribute

2017-03-18 Thread Jean Louis
Hello, I am exporting Org to Markdown, and when used with: What is GNU CLISP? then the validator https://validator.w3.org/ is telling: Warning: The name attribute is obsolete. Consider putting an id attribute on the nearest container instead. >From line 382, column 23; to line 382, column 4

Re: [O] The name attribute is obsolete. Consider putting an id attribute

2017-03-19 Thread Jean Louis
On Sun, Mar 19, 2017 at 10:26:45AM +0100, Nicolas Goaziou wrote: > Hello, > > Jean Louis writes: > > > I am exporting Org to Markdown, and when used with: > > > > > > > > What is GNU CLISP? > > This is not Markdown syntax. You should check th

Re: [O] The name attribute is obsolete. Consider putting an id attribute

2017-03-19 Thread Jean Louis
On Sun, Mar 19, 2017 at 02:06:55PM +0100, Nicolas Goaziou wrote: > Hello, > > Jean Louis writes: > > > Here below is the org file, and if I process it with: > > emacs tmp/test.org --batch -f org-mode -f org-md-export-to-markdown > > > > Then I get the file

Re: [O] The name attribute is obsolete. Consider putting an id attribute

2017-03-19 Thread Jean Louis
e searching, I found that this line is working well now: emacs -l ~/.emacs.d/elpa/org-20170210/org-autoloads.el tmp/test.org --batch -f org-mode -f org-md-export-to-markdown So it is solved for me, and I understood how to use latest version. Thank you. Jean Louis

[O] How to paginate Babel Lisp output?

2017-07-09 Thread Jean Louis
Hello, I have a very simple lisp output within Org Mode file, and it delivers list of lists with 4-5 elements, and it displays nicely as a text. #+BEGIN_SRC lisp :exports results (load #P"/home/data1/protected//lisp/load-some-files.lisp" :verbose nil :print nil) (sku-list-values-by-location :lo

[O] Tip: using Orgzly app on Android phones

2017-07-09 Thread Jean Louis
Just a tip: when Orgzly application is downloaded from www.f-droid.org it represents Org Mode on Android which is good for notes, planning, and all files created in Orgzly can be then imported to GNU Emacs. I find it very usable. It is here: http://www.orgzly.com/help Jean

Re: [O] How to paginate Babel Lisp output?

2017-07-09 Thread Jean Louis
On Sun, Jul 09, 2017 at 09:24:11AM -0700, Richard Lawrence wrote: > Hi Jean, > > Jean Louis writes: > > > I have a very simple lisp output within Org Mode file, and it delivers > > list of lists with 4-5 elements, and it displays nicely as a text. >

Re: [O] exported contacts problem

2019-08-02 Thread Jean Louis
* Jude DaShiell [2019-08-02 17:48]: > I have one email message with several .vcf file attachments. Has orgmode > got any tool or tools I can use to import contacts from such a message > into an orgmode table? There is package `org-vcard' that you may use. Other vcard related packages: - bbdb-v

Re: [O] exported contacts problem

2019-08-02 Thread Jean Louis
* Jude DaShiell [2019-08-02 17:48]: > I have one email message with several .vcf file attachments. Has orgmode > got any tool or tools I can use to import contacts from such a message > into an orgmode table? And by all means, I would never keep contact in Org file, that is for short list fine,

Re: [O] exported contacts problem

2019-08-02 Thread Jean Louis
I would recommend the software named `abook'[1] as it can convert between the vcard format and CSV format, LDIF, and other formats handy to read them into the Emacs Lisp structure. It is available in many GNU/Linux system distributions[2]. Jean * Tim Cross [2019-08-02 22:34]: > > Are you using

Re: [O] exported contacts problem

2019-08-02 Thread Jean Louis
* Eric Abrahamsen [2019-08-02 23:11]: > > Neither bbdb nor Org is suitable for any serious collection of > > contacts. I have 192,000+ contacts, and when they are in database and > > I am using PostgreSQL, it gives me most of benefits, I can sort people > > into lists, groups, I can contact them,

Re: [O] exported contacts problem

2019-08-02 Thread Jean Louis
* Tim Cross [2019-08-02 23:26]: > I tried gnus some time ago and use to use it when I read > newsgroups. While I find it to be an extremely powerful and capable > package, I never got comfortable with using it for mail. I once used VM > and then mew, but now mu4e, which I think is fantastic. Part

Re: [O] exported contacts problem

2019-08-03 Thread Jean Louis
* Tim Cross [2019-08-03 00:07]: > Maybe, but those are unusually high maildir numbers IMO. For personal purposes surely so. Imagine when you run a campaign on some online social network, and pay US $76 and within 23 hours there are 1,300 people in the database. Then follows up to contact each of

Re: [O] exported contacts problem

2019-08-03 Thread Jean Louis
* Eric Abrahamsen [2019-08-03 02:27]: > Okay, thanks for that run-down, pretty interesting. I've written a > package called EBDB[1] that's meant to be sort of an update to BBDB, and > while I think someone's using it with tens of thousands of contacts, > 192k records would probably exhaust it. It

Re: [O] exported contacts problem

2019-08-03 Thread Jean Louis
* Eric Abrahamsen [2019-08-03 02:27]: > Okay, thanks for that run-down, pretty interesting. I've written a > package called EBDB[1] that's meant to be sort of an update to BBDB, and > while I think someone's using it with tens of thousands of contacts, > 192k records would probably exhaust it. It

Re: [O] exported contacts problem

2019-08-03 Thread Jean Louis
* Eric Abrahamsen [2019-08-03 17:39]: > No, and I think it would fall apart under your workload. But I would > like to make it better, and gradually get it closer to supporting the > sort of thing you're doing. I have started some teaching lessons in how to create personal information management,

Re: [O] exported contacts problem

2019-08-03 Thread Jean Louis
* Neil Jerram [2019-08-03 19:49]: > I've tried to work on contact conversion and synchronization in the past, > aiming to merge and unify contacts that I've built up in BBDB, Google > Contacts, email systems, pre-Android phones, etc. The problematic aspect > was different systems using different

Re: [O] exported contacts problem

2019-08-03 Thread Jean Louis
* Eric Abrahamsen [2019-08-03 23:33]: > time I'm actually starting to feel comfortable with sql. I am using skeleton to quickly create SQL definitions. Now imagine `contacts', `accounts', `countries', etc. It works fast. (define-skeleton cf-sql-table "Prepare the SQL table for Central Files

[O] Bug: Feature request: make org-link emacs wide mode [9.2.5 (9.2.5-elpa @ /home/data1/protected/.emacs.d/elpa/org-20190801/)]

2019-08-07 Thread Jean Louis
Emacs : GNU Emacs 27.0.50 (build 3, x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2019-08-04 Package: Org mode version 9.2.5 (9.2.5-elpa @ /home/data1/protected/.emacs.d/elpa/org-20190801/) I would like to request feature so that Org Links can be turned on Emacs wide as org-link-mode.

[O] Bug: Feature request: make org-links elisp functions take parameter [9.2.5 (9.2.5-elpa @ /home/data1/protected/.emacs.d/elpa/org-20190801/)]

2019-08-07 Thread Jean Louis
functions should also get their corresponding option that value can be added. -- Thanks, Jean Louis

Re: [O] Bug: Feature request: make org-link emacs wide mode [9.2.5 (9.2.5-elpa @ /home/data1/protected/.emacs.d/elpa/org-20190801/)]

2019-08-08 Thread Jean Louis
* Štěpán Němec [2019-08-07 10:40]: > > I would like to request feature so that Org Links can be turned on > > Emacs wide as org-link-mode. Then links could work in various buffers, > > and this could make hyperlinking possible from any kinds of files. > > For reference: > > https://github.com/se

Re: [O] Configure Helm Source from org-tags-view

2019-08-08 Thread Jean Louis
* Nathan Neff [2019-08-08 18:50]: > Hello all, > > Has anyone created a Helm source from the results of org-agenda? > > Specifically org-tags-view I think would be a cool Helm source to > configure where the headings that have certain tags could be displayed > by Helm. > > I looked @ the code f

Re: [O] Configure Helm Source from org-tags-view

2019-08-08 Thread Jean Louis
* Nathan Neff [2019-08-08 18:50]: > Hello all, > > Has anyone created a Helm source from the results of org-agenda? > > Specifically org-tags-view I think would be a cool Helm source to > configure where the headings that have certain tags could be displayed > by Helm. > > I looked @ the code f

Re: [O] Configure Helm Source from org-tags-view

2019-08-08 Thread Jean Louis
* Nathan Neff [2019-08-08 22:04]: > Hi Jean, > > Thank you - however, I can't get this function to return anything. > > org-scan-tags accepts an action, a matcher and a todo-only. > > Code: > > (org-scan-tags 'agenda ;; Action > '(staff lambda (todo tags-list level) ;; M

Re: [O] Configure Helm Source from org-tags-view

2019-08-08 Thread Jean Louis
* Nathan Neff [2019-08-08 22:24]: > I removed the staff from the beginning of the function call, and changed > staff to bar I also removed the (or (and)) conditions :-) > > Now, I need to see how to make this function search all agenda files - it > seems > to work only on the headlines in Foo.or

Re: [O] Configure Helm Source from org-tags-view

2019-08-08 Thread Jean Louis
* Nathan Neff [2019-08-08 22:47]: > Hi Jean Louis, > > Thank you for your time and advice - I am trying to spend time > learning Elisp and more of the underpinnings in org-mode - so your > advice was very helpful. > > In fact, I found that org-scan-tags is called by org-ma

Re: [O] NLS/Augment

2019-08-12 Thread Jean Louis
* Steve Quezadas [2019-08-12 05:59]: > Guys, > > This is a slightly offtopic, but I've been using org-mode and I love love > loveit. Was the writing of org-mode related in any way to Douglas > Engelbart's NLS/Augment system? A lot of the features seem to crossover. Or > is this simply coincidence

Re: [O] NLS/Augment

2019-08-14 Thread Jean Louis
* John Kitchin [2019-08-12 15:05]: > > Jean Louis writes: > > > * Steve Quezadas [2019-08-12 05:59]: > >> Guys, > >> > >> This is a slightly offtopic, but I've been using org-mode and I love love > >> loveit. Was the writing of org

Re: [O] NLS/Augment

2019-08-16 Thread Jean Louis
* John Kitchin [2019-08-14 15:53]: > strange. It has always worked fine for me. It turns out in the long run I > don't use it much, C-c C-c does the same thing on check boxes, and speed > commands on headings end up being easier to use for me. YMMV of course. Please tell me how do you use it? Ho

Re: [O] NLS/Augment

2019-08-16 Thread Jean Louis
* John Kitchin [2019-08-16 16:15]: > That is the right thing to do I think. The only differences you > should see is when the mouse pointer is over a star in a headline, > it should highlight with a mouse face, and if you click on the > highlighted region it should cycle the headline open and > c

Re: [O] NLS/Augment

2019-08-16 Thread Jean Louis
* Samuel Wales [2019-08-14 21:57]: > org-mouse works well for me and i depend on it frequently. > > the main thing i am missing in it is the ability to select a todo kw > for a header. > > i use require. i never understood modules or their purpose. I would like to know if Carsten Dominik came

Re: [O] NLS/Augment

2019-08-16 Thread Jean Louis
* Carsten Dominik [2019-08-16 23:13]: > > I would like to know if Carsten Dominik came up with idea by > > knowing about Doug Engelbart? > > > > Do you mean with Org-mode in general? No, I learned about Engelbart > later and was amazed. > > Carsten Thanks, good to know if you had inspiration b

Re: [O] MobileOrg and other tools

2019-08-18 Thread Jean Louis
and their > status? I just know that for me longer time MobileOrg is not accessible on F-droid.org and I could not update it, and also was not usable application. Orgzly is much better, but it is not Org as on Emacs. It gives some compatibility. -- Thanks, Jean Louis

Re: [O] NLS/Augment

2019-08-19 Thread Jean Louis
* Adam Porter [2019-08-12 21:50]: > Thanks for sharing those links, those videos are fascinating. It's > amazing how much some of what he demonstrates resembles features in Org > and Emacs, and even surpasses them, over 50 years ago! Even the > presentation itself, with picture-in-picture videoc

Re: [O] Pandoc and Org-mode: list indention

2019-08-19 Thread Jean Louis
* Devin Prater [2019-08-19 19:34]: > I, blind myself, teach other blind people how to use technology and > software, along with my supervisor and quite a few others. We have > many courses on the use of Microsoft Office, Gmail, Internet basics, > and so on. These courses are handled by Moodle, whi

Re: [O] NLS/Augment

2019-08-21 Thread Jean Louis
* Fraga [2019-08-20 11:33]: > On Tuesday, 13 Aug 2019 at 20:39, Jean Louis wrote: > > [...] > > > So is the concept of hierarchical data management or structured data > > management. > > You might be interested in reading about Plan 9: https://9p.io/plan9/

Re: [O] Best practice for providing an Org-based application?

2019-09-10 Thread Jean Louis
* John Kitchin [2019-09-09 18:48]: > It would be helpful to get a better sense of what is the private > data, e.g. is it something like org-contacts, or some structured > data in a heading? and what are the workflows that might be generic. My personal problem is that Org files are scattered aroun

Re: [O] Toggle on/off the display of individual image?

2019-09-16 Thread Jean Louis
* henr...@keemail.me [2019-09-16 12:35]: > Is it possible to toggle on/off the display of one specific image? I > am aware of org-display-inline-images but it acts on the whole > buffer, so it toggles all images. > > It would be nice if there was some way to toggle individual images > on/off. A

Re: Anyone use 3rd party search tools w/org-mode?

2019-10-30 Thread Jean Louis
* Nathan Neff [2019-10-30 23:08]: > Hello all, > > I'm considering indexing my org-mode files and haven't done any research > into > this. I'm sure there's 100 different ways to do this but wanted to ask the > list if anyone > is indexing their org-mode files and using a search tool like Solr, E

[O] Bug: #+INCLUDE: :only-contents not recognized [9.1.2 (9.1.2-37-g3f8d67-elpa @ /home/data1/protected/.emacs.d/elpa/org-20171113/)]]

2017-11-18 Thread Jean Louis
export with subtree from a section, I do not get the #+TITLE of included file shown in ASCII export. Do I need to do something to avoid the title being exported wrongly? Jean Louis Emacs : GNU Emacs 27.0.50 (build 2, x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2017-11-11 Package: Or

[O] How to #+BEGIN_SRC sql :engine postgresql with PostgreSQL 10.0?

2018-03-01 Thread Jean Louis
Hello, I am using the PostgreSQL 10.0 and that means that pg.el cannot be used anymore as it is not updated for that database. So, something like this below is not working #+BEGIN_SRC sql :engine postgresql :exports results :cmdline :database business :dbuser cox SELECT -- salesflowstages_prior

Re: profiling latency in large org-mode buffers (under both main & org-fold feature)

2022-02-26 Thread Jean Louis
Open up XMPP group for Org mode, that Jabber chat is lightweight and accessible through Emacs jabber.el and plethora of other applications. Don't forget to include Org links to XMPP groups. On February 22, 2022 5:33:13 AM UTC, Ihor Radchenko wrote: >Samuel Wales writes: > >> i have been deal

Re: Communication problems and possible problems with the website

2022-02-26 Thread Jean Louis
Thanks, that will help new users to communicate. 👍 Maybe you could make XMPP group for Org move on chat.orgmode.org and let people hoping through various Jabber/XMPP applications. On February 26, 2022 8:58:31 AM UTC, Bastien wrote: >c.bu...@posteo.jp writes: > >> 3. This site does not make cl

Re: Links to javascript-based websites from orgmode.org: Paypal and Github

2022-02-26 Thread Jean Louis
Open up few crypto accounts and let people donate their crypto money as well. Jean

Re: Google Docs now supports MarkDown, but not Org syntax

2022-06-11 Thread Jean Louis
* TRS-80 [2022-05-05 03:42]: > Ken Mankoff writes: > > > Google Docs now supports MarkDown, not Org syntax :(. > > > > https://workspaceupdates.googleblog.com/2022/03/compose-with-markdown-in-google-docs-on.html Google Docs is anyway proprietary Javascript software, it is not good to drive user

Bug: org ELPA unsigned [9.4 (9.4-19-gb1de0c-elpa @ /home/data1/protected/.emacs.d/elpa/org-20201019/)]

2020-11-02 Thread Jean Louis
e-refresh-contents" nil) funcall-interactively(execute-extended-command nil "package-refresh-contents" nil) call-interactively(execute-extended-command nil nil) command-execute(execute-extended-command) Emacs : GNU Emacs 28.0.50 (build 25, x86_64-pc-linux-gnu, X toolkit,

Bug: unsigned file `archive-contents' on orgmode.org [9.4 (9.4-19-gb1de0c-elpa @ /home/data1/protected/.emacs.d/elpa/org-20201019/)]

2020-11-05 Thread Jean Louis
Emacs : GNU Emacs 28.0.50 (build 25, x86_64-pc-linux-gnu, X toolkit, cairo version 1.14.8, Xaw3d scroll bars) of 2020-11-01 Package: Org mode version 9.4 (9.4-19-gb1de0c-elpa @ /home/data1/protected/.emacs.d/elpa/org-20201019/) -- Thanks, Jean Louis ⎔ λ 🄯 𝍄 𝌡 𝌚

Re: Bug: unsigned file `archive-contents' on orgmode.org [9.4 (9.4-19-gb1de0c-elpa @ /home/data1/protected/.emacs.d/elpa/org-20201019/)]

2020-11-05 Thread Jean Louis
* Bastien [2020-11-05 20:19]: > Hi Jean Louis, > > Jean Louis writes: > > > GNU ELPA provides signed archive-contents. Org should provide it too, > > isn't it? > > can you let us know what are the steps involved in signing > the archive-contents file?

Re: Bug: unsigned file `archive-contents' on orgmode.org [9.4 (9.4-19-gb1de0c-elpa @ /home/data1/protected/.emacs.d/elpa/org-20201019/)]

2020-11-06 Thread Jean Louis
* Bastien [2020-11-05 22:59]: > Thanks a lot, that's very useful. > > Something I'm not sure: shall we sign only the "archive-contents" file > or both "archive-contents" and "org-MMDD.tar"? > > For the public key of Org ELPA, where would you expect to download it > from? https://orgmode.org/

Re: Thoughts on the standardization of Org

2020-11-07 Thread Jean Louis
* Daniele Nicolodi [2020-11-02 14:10]: > On 02/11/2020 10:02, TEC wrote: > > I think there are absolutely some benefits for Org users. I am > > personally interested in registering Org as an IANA MIME type. > > I don't think that registering Org as IANA MIME type will have the > consequences you

Is there possibility to provide back links to each finely grained part of Org file?

2020-11-08 Thread Jean Louis
In reference to Doug Engelbart's vision: https://www.dougengelbart.org/content/view/116/#7j I am asking if there is feature in Org mode that could generate a back link or #name or other tags in export so that each part of Org file can be later finely referenced? Example may be seen on the above l

Re: [PATCH] add new link type "contact:" for org-contacts.el

2020-11-09 Thread Jean Louis
* stardiviner [2020-11-09 03:25]: > After waited some days, still no reponse, so I popup this email. > Can some Org maintainer review my patch? Thanks. > It does not changed org-contacts.el core logic. Just added a new link type. > Should be easy to review. If I may say, many people manage their

Re: Is there possibility to provide back links to each finely grained part of Org file?

2020-11-09 Thread Jean Louis
* Eric S Fraga [2020-11-09 14:39]: > On Sunday, 8 Nov 2020 at 23:40, Jean Louis wrote: > > I know that #names exist in HTML export for *** headings. Do they or > > can they exist for every paragraph or item listed? > > Maybe not quite what you want but you can place

Re: Thoughts on the standardization of Org

2020-11-09 Thread Jean Louis
* Maxim Nikulin [2020-11-09 17:06]: > 2020-11-08 Jean Louis wrote: > > That is right, I am using it since years in ~/.mailcap that works well > > for mutt email client. > > > > text/org; emacsclient %s; nametemplate=%s.org; > > text/x-org; emacsclient %s; n

Re: Is there possibility to provide back links to each finely grained part of Org file?

2020-11-09 Thread Jean Louis
* Eric S Fraga [2020-11-09 15:45]: > On Monday, 9 Nov 2020 at 15:04, Jean Louis wrote: > > If you have any pointer where I could insert a filter before > > exporting, let me know. > > You could use the org-export-before-processing-hook to process the > document. I

Emails are not safe - Re: Thoughts on the standardization of Org

2020-11-09 Thread Jean Louis
* Tim Cross [2020-11-10 00:50]: > > Maxim Nikulin writes: > > > 2020-11-08 Jean Louis wrote: > >> That is right, I am using it since years in ~/.mailcap that works well > >> for mutt email client. > >> > >> text/org; emacsclient %s; nametemp

Re: Thoughts on the standardization of Org

2020-11-10 Thread Jean Louis
* Maxim Nikulin [2020-11-10 19:31]: > 2020-11-10 Greg Minshall wrote: > > > > i would guess > > using 'cat -v' to read e-mail is 100% safe. even throwing in > > uudecode(1), or whatever is needed to decode base64, (and then piping > > through 'cat -v', of course ), it's probably still safe. > >

Re: Thoughts on the standardization of Org

2020-11-10 Thread Jean Louis
* Maxim Nikulin [2020-11-10 19:22]: > > * Maxim Nikulin [2020-11-09 17:06]: > > > 2020-11-08 Jean Louis wrote: > > > > That is right, I am using it since years in ~/.mailcap that works well > > > > for mutt email client. > > > > > >

Re: Thoughts on the standardization of Org

2020-11-10 Thread Jean Louis
* Tim Cross [2020-11-11 01:30]: > > Jean Louis writes: > > > * Maxim Nikulin [2020-11-10 19:31]: > >> 2020-11-10 Greg Minshall wrote: > >> > > >> > i would guess > >> > using 'cat -v' to read e-mail is 100% safe. even

More on design of org-contacts.el - Re: [UPDATED PATCH] Re: add new link type "contact:" for org-contacts.el

2020-11-11 Thread Jean Louis
* stardiviner [2020-11-11 15:05]: :PROPERTIES: :CREATED: [2020-11-11 Wed 16:57] :ID: 17d463d2-ff0c-4614-93da-06e3de8e6035 :END: > Thank you too. > I indeed want to extend org-contacts.el. So I would like to be it's > maintainer. > > Currently how many org-mode maintainer(mailing li

Re: Thoughts on the standardization of Org

2020-11-11 Thread Jean Louis
* Maxim Nikulin [2020-11-11 20:17]: > 2020-11-11 Jean Louis wrote: > > * Maxim Nikulin [2020-11-10 19:31]: > > > 2020-11-10 Greg Minshall wrote: > > > > > > > > i would guess > > > > using 'cat -v' to read e-mail is 100% safe.

Re: Changed list indentation behavior: how to revert?

2020-11-13 Thread Jean Louis
* Karl Voit [2020-11-13 20:40]: > If somebody is interested why I do find the old one much better: > When I need one multi-line list item, I just keep on typing while > auto-wrap is active or I press M-q to re-format the item > accordingly. For a new list item, I'm using M-RET which solves the > i

Re: Changed list indentation behavior: how to revert?

2020-11-13 Thread Jean Louis
* Gustavo Barros [2020-11-14 00:12]: > I'll answer, because I feel somewhat responsible for your upgrade. ;-) > > Since recently Org is set to respect Emacs' `eletric-indent-mode'. If > I'm not mistaken, it made to the 9.4 release, I presume that's what you > are getting. > > You can find the O

Re: Changed list indentation behavior: how to revert?

2020-11-13 Thread Jean Louis
* Gustavo Barros [2020-11-14 00:12]: > I'll answer, because I feel somewhat responsible for your upgrade. ;-) > > Since recently Org is set to respect Emacs' `eletric-indent-mode'. If > I'm not mistaken, it made to the 9.4 release, I presume that's what you > are getting. > > You can find the O

Re: Changed list indentation behavior: how to revert?

2020-11-13 Thread Jean Louis
* Gustavo Barros [2020-11-14 01:14]: > > On Fri, 13 Nov 2020 at 18:47, Jean Louis wrote: > > > * Gustavo Barros [2020-11-14 00:12]: > > > > I have seen discussion with very little reasoning. You are changing > > default for many users and large subset of

Re: Changed list indentation behavior: how to revert?

2020-11-14 Thread Jean Louis
* Diego Zamboni [2020-11-14 20:29]: > Jean, > > On Sat, Nov 14, 2020 at 8:53 AM Jean Louis wrote: > > > As that is how ugly and less visible it should look like if the same > > principle should be followed. As if somebody forces me to indent list > > items like th

Re: Changed list indentation behavior: how to revert?

2020-11-14 Thread Jean Louis
* David Rogers [2020-11-15 01:44]: > Hello > > After reading several of the responses to this, I’ve started to wonder: Is > electric-indent-mode broken for everybody because it contains a bug or > design flaw, or is electric-indent-mode working fine but simply not suitable > for every situation?

Re: Changed list indentation behavior: how to revert?

2020-11-15 Thread Jean Louis
* David Rogers [2020-11-15 10:48]: :PROPERTIES: :CREATED: [2020-11-15 Sun 11:53] :ID: e9973880-3447-42c6-99e4-2a0b430d136b :END: > Jean Louis writes: > > > * David Rogers [2020-11-15 01:44]: > > > Hello > > > > > > After reading several of

Re: Changed list indentation behavior: how to revert?

2020-11-15 Thread Jean Louis
* Gustavo Barros [2020-11-15 14:49]: :PROPERTIES: :CREATED: [2020-11-15 Sun 15:09] :ID: fef3cdfd-8870-4471-bcc7-4d690bfaceb2 :END: > I'm quite surprised by the reaction to this issue, because > `electric-indent-mode' *does not change Org's indentation settings*, it > just applies them along

Re: Changed list indentation behavior: how to revert?

2020-11-15 Thread Jean Louis
* Kévin Le Gouguec [2020-11-15 15:45]: :PROPERTIES: :CREATED: [2020-11-15 Sun 16:26] :ID: e454756a-3123-42dc-8c44-8682f12927ad :END: > Jean Louis writes: > > > Indentation in fundamental mode: > > > > ** HereRET > > I come here. > > But only if I

Re: Changed list indentation behavior: how to revert?

2020-11-15 Thread Jean Louis
* Gustavo Barros [2020-11-15 17:51]: > > I do, thank you for reminder. Us in plural are sometimes teachers or > > mentors who educate other people who are supposed to edit Org files in > > most simple manner, and those people will never be able to write to > > this list to find out which option wh

Re: Changed list indentation behavior: how to revert?

2020-11-15 Thread Jean Louis
* Kévin Le Gouguec [2020-11-16 01:00]: :PROPERTIES: :CREATED: [2020-11-16 Mon 01:15] :ID: bd11f325-c034-4f9b-baa6-b7d606af3cbb :END: > - Plenty of Org users do not expect it to behave like programming modes > wrt indentation (they might not even use programming modes). > > - These us

Re: Link to open PDF at a specific page

2020-11-16 Thread Jean Louis
* Georges Ko [2020-11-14 11:48]: > If I export the file as HTML, it is output as: > > ... > > so I modified org-html-link from: > > (concat raw-path > "#" > (org-publish-resolve-external-link option path t)) > > to > > (concat raw-path > "#" > (let ((r (o

Re: More on design of org-contacts.el - Re: [UPDATED PATCH] Re: add new link type "contact:" for org-contacts.el

2020-11-16 Thread Jean Louis
* stardiviner [2020-11-16 13:21]: :PROPERTIES: :ID: e2c30814-b983-4391-869a-3c700d041467 :END: > > First, thank your very much for suggestion. > > What really I have not found your email in my Gmail (in web > browser), Maybe because it went to Spam/Junk folder. For privacy and safety reas

Re: Changed list indentation behavior: how to revert?

2020-11-17 Thread Jean Louis
* Detlef Steuer [2020-11-17 11:47]: :PROPERTIES: :CREATED: [2020-11-17 Tue 12:41] :ID: 2bc18302-d009-4751-b062-b3cf2aa44d18 :END: > It is *impossible* to force users to be informed. Think about us: We > all hang around on this list and missed the information. What would > reasonably be expe

Re: Ignored bugs

2020-11-17 Thread Jean Louis
* Boruch Baum [2020-11-17 23:57]: > On 2020-11-17 21:27, Daniele Nicolodi wrote: > > The page that introduces the Emacs bug tracker already reports that this > > ... > > The way emacs users behave isn't to go search and find and read that web > page. It's to perform M-x report-emacs-bug. For peop

Re: Ignored bugs

2020-11-17 Thread Jean Louis
* Pankaj Jangid [2020-11-18 05:51]: > Daniele Nicolodi writes: > > > On 17/11/2020 19:41, Boruch Baum wrote: > >> A little over a month ago, I submitted several bug reports related to > >> org-mode, and sor most of them haven't seen any action whatsoever, not > >> even an indication that they we

Re: Ignored bugs

2020-11-17 Thread Jean Louis
* Pankaj Jangid [2020-11-18 09:47]: > Tim Cross writes: > > >> I am trying to use `use-package' for package management via the init > >> file. And when I do (use-package org :ensure t) it doesn't install the > >> latest. It uses the builtin package only. Is this a bug in emacs, > >> use-package

Re: One vs many directories

2020-11-20 Thread Jean Louis
* Texas Cyberthal [2020-11-21 03:35]: > Having a tall directory tree with many leaves and branches is against > Org's philosophy. Thank you for your nice ideas. Here is your fellow classifier of information. I don't know what is Org's strategy but if you mean many deep subheadings my deepest is

Re: One vs many directories

2020-11-20 Thread Jean Louis
* Ihor Radchenko [2020-11-21 08:15]: > > Having a tall directory tree with many leaves and branches is against > > Org's philosophy. > > I am wondering what you mean by Org's philosophy. Why would it have > anything to do with directories? Texas will answer on that. I am just intruding in the c

Re: One vs many directories

2020-11-21 Thread Jean Louis
* Palak Mathur [2020-11-21 09:13]: > On Fri, Nov 20, 2020 at 6:34 PM Texas Cyberthal > wrote: > > > > Having a tall directory tree with many leaves and branches is against > > Org's philosophy. > > > > Here is my argument that such a structure is objectively correct for > > personal info manageme

Re: One vs many directories

2020-11-21 Thread Jean Louis
* Texas Cyberthal [2020-11-21 10:19]: :PROPERTIES: :CREATED: [2020-11-21 Sat 12:53] :ID: 913ca9e4-17b4-4366-9a35-45838cace538 :END: > * Hi Ihor Radchenko, > > > I am wondering what you mean by Org's philosophy. Why would it have > > anything to do with directories? > > Org's

Re: One vs many directories

2020-11-21 Thread Jean Louis
* Texas Cyberthal [2020-11-21 11:32]: > Hi Jean, > > I'll use some of the concepts in the first half of your email. I > disagree with the second. > > > In my opinion directories should never bother user. User should just > > pre-define sets of directories such as: People, Groups, you name it,

Re: One vs many directories

2020-11-21 Thread Jean Louis
* Tim Cross [2020-11-21 13:15]: > I have used similar tools in the past. However, what I find frustrating > about them is that your now dependent on another bit of technology - a > database of some type with all the issues that adds - installation, > upgrades, maintenance, backups etc. The thing I

Re: One vs many directories

2020-11-21 Thread Jean Louis
* Jonathan McHugh [2020-11-21 16:43]: > Texas, > > Ive been developing a paradigm over the years based upon a (recursive) 6x6 > grid > system, aligned with keybindings around the home row. Called Qiuy, I > refer to it as a "Recursive Modelling Language", given the annotations > work down to the

Re: One vs many directories

2020-11-21 Thread Jean Louis
* Texas Cyberthal [2020-11-21 17:45]: > Hi Jean, > > > By using the Meta Org File user automatically creates an index of > > filed files and can search for the file in the Org file itself and > > open the file from the Meta Org File without knowing where the > > file is really located. > Such a

Re: One vs many directories

2020-11-21 Thread Jean Louis
* Texas Cyberthal [2020-11-21 18:01]: > Hi Jean, > > > Navigating does not necessarily contribute to production. Productivity may > > say what it wants but it may not reach those who are actually more > > productive without using the navigation. So studies may not tell us what is > > more prod

Re: One vs many directories

2020-11-21 Thread Jean Louis
* Dr. Arne Babenhauserheide [2020-11-21 18:04]: > > Jean Louis writes: > > > When there are more than 2000 people related notes, tasks, > > calculations, questions arise if such better be kept in one Org file > > or multiple Org files in one directory or multiple d

Re: One vs many directories

2020-11-21 Thread Jean Louis
* Texas Cyberthal [2020-11-21 18:46]: > I guess I avoid the problem you're talking about by mostly excluding > bulk prose from the Agenda directory. They're fundamentally different > and should be handled differently. Well said. > One is about human language, the other is about database metada

Re: One vs many directories

2020-11-21 Thread Jean Louis
* Texas Cyberthal [2020-11-21 21:02]: > Hi Jean, > > > That is good and isn't it general way of sorting things? I guess > > that general computer users may not be aware that they could make > > nice hierarchical tree of directories. > > It's not that they're unaware. Everybody with a mouse and

Re: One vs many directories

2020-11-21 Thread Jean Louis
* Dr. Arne Babenhauserheide [2020-11-22 01:48]: > > So in general I never need to use some general search through Org > > files or any other files as my way of thinking begins with People or > > Groups and that narrows what has to be searched. > > How do you deal with stuff that applies to severa

Re: One vs many directories

2020-11-22 Thread Jean Louis
* Ihor Radchenko [2020-11-22 09:37]: > > In fact the properties, custom ID and else inside is mostly visually > > disturbing me though it is necessary. > > FYI: org-custom-properties and > org-toggle-custom-properties-visibility * Full contact information is required :PROPERTIES:

Re: One vs many directories

2020-11-22 Thread Jean Louis
* Ihor Radchenko [2020-11-22 11:33]: > > * Full contact information is required > > :PROPERTIES: > > :CREATED: [2018-10-08 Mon 21:34] > > :ID: 06781e66-0382-4833-a61e-0d76e317593f > > :END: > > > > Thank you. Am I supposed to declare these properties in > > org-c

Re: Bring up a screen giving option to open a series of orgmode files

2020-11-22 Thread Jean Louis
* Gerardo Moro [2020-11-22 13:02]: > Basically that :) > I'm looking for some setup that allows me to open a menu with a list of > files and shortcut access keys to open them. > > Probably somebody has done this before. Let me invent something for you: find Documents/Org/ -type f -iname "*.org"

Re: One vs many directories

2020-11-22 Thread Jean Louis
* briangpowell [2020-11-22 05:48]: > Emacs, believe it or not, has the FASTEST ENGINE available, without > augmentation in any way, for INTERACTIVE SEARCH--since the whole engine is > designed to be optimized to search-while-editing Interesting, I did not know about that. > But for many other se

  1   2   3   4   5   6   >