Re: [correction]

2022-11-01 Thread Juan Manuel Macías
Uwe Brauer writes: > One, hopefully, last thing in helm-mini, how can I select and visit a > certain file? I looked around but C-j says view file (recent) but I > cannot edit that file The selected candidates in helm have one main action, which in helm-locate and so on is usually to visit the

Re: [correction]

2022-11-01 Thread Uwe Brauer
> *Excellent* works very nicely. Thanks very much, the only change I did > was > (tag (propertize " 🎃 " 'face 'bold)) > It is better visible, and more fitting since you sent me the final > version on Halloween 👹 > Now it remains to configure helm-locate, so that it takes a local >

Re: [correction]

2022-11-01 Thread Uwe Brauer
>>> "JMM" == Juan Manuel Macías writes: > Uwe Brauer writes: >> Don't worry, for the moment _@@  is fine for me > I think with font-lock-add-keywords it should work. I have put another > overlay on the tags, so that they are seen inside a box, separated by > ":". > (defun overlay-dired-filetags

Re: [correction]

2022-10-31 Thread Juan Manuel Macías
Uwe Brauer writes: > Don't worry, for the moment _@@  is fine for me I think with font-lock-add-keywords it should work. I have put another overlay on the tags, so that they are seen inside a box, separated by ":". (defun overlay-dired-filetags (&optional lim) (when (re-search-forward "\

Re: [correction]

2022-10-31 Thread Uwe Brauer
>>> "JMM" == Juan Manuel Macías writes: > Uwe Brauer writes: >> Still gets displayed as >> my-auctex-init_ftag_emacs.el >> >> What do I miss? > You're right, sorry. I'm afraid I was too hasty and the code from the > other message, as I put it, will never work :-). > You can test how it looks,

Re: [correction]

2022-10-31 Thread Juan Manuel Macías
Uwe Brauer writes: > Still gets displayed as > my-auctex-init_ftag_emacs.el > > What do I miss? You're right, sorry. I'm afraid I was too hasty and the code from the other message, as I put it, will never work :-). You can test how it looks, however, if you evaluate the function in a dired buff

Re: [correction]

2022-10-31 Thread Uwe Brauer
>>> "JMM" == Juan Manuel Macías writes: > Uwe Brauer writes: >> %% does not work for auctex, so I think I try @@, I hope it does not collide >> with anything fancy.. > You can also set a text string, like _ftags_, and to hide it when you're > in Dired, add a function to the dired-mode-hook

Re: [correction]

2022-10-31 Thread Uwe Brauer
>>> "JMM" == Juan Manuel Macías writes: > Uwe Brauer writes: >> %% does not work for auctex, so I think I try @@, I hope it does not collide >> with anything fancy.. > You can also set a text string, like _ftags_, and to hide it when you're > in Dired, add a function to the dired-mode-hook

Re: [correction]

2022-10-31 Thread Juan Manuel Macías
Uwe Brauer writes: > %% does not work for auctex, so I think I try @@, I hope it does not collide > with anything fancy.. You can also set a text string, like _ftags_, and to hide it when you're in Dired, add a function to the dired-mode-hook that displays an overlay instead of that string,

Re: [correction]

2022-10-31 Thread Uwe Brauer
>>> "JMM" == Juan Manuel Macías writes: > Uwe Brauer writes: >> - "_&&_" seems to be ok but I am not entirely sure about it > "&&" will give you trouble if you manipulate the file in a shell, > because it will be understood as the '&&' operator. You would have to > use escape characters. > Mayb

Re: [correction]

2022-10-31 Thread Juan Manuel Macías
Uwe Brauer writes: >- "_&&_" seems to be ok but I am not entirely sure about it "&&" will give you trouble if you manipulate the file in a shell, because it will be understood as the '&&' operator. You would have to use escape characters. Maybe "@@" or "%%" are safer choices. Look at thi

Re: [correction]

2022-10-31 Thread Uwe Brauer
>>> "JMM" == Juan Manuel Macías writes: > Uwe Brauer writes: >> I see, thanks. Last most likely trivial question, where, in which file >> does filetags save the relevant information, i.e tags > I haven't looked at the code, but I imagine that the information is > stored in the variables I mentio

Re: [correction]

2022-10-31 Thread Juan Manuel Macías
Uwe Brauer writes: > I see, thanks. Last most likely trivial question, where, in which file > does filetags save the relevant information, i.e tags I haven't looked at the code, but I imagine that the information is stored in the variables I mentioned before, when you use a controlled vocabulary

Re: [correction]

2022-10-30 Thread Uwe Brauer
>>> "JMM" == Juan Manuel Macías writes: > Uwe Brauer writes: >> But not not -- which is the >> (setq filetags-delimiter-between-filename-and-tags " -- ") >> >> orginal setting, hm, not sure why this is so > I think locate can't look for things like " -- "; Also, it's too > generic. It is safe

Re: [correction]

2022-10-30 Thread Juan Manuel Macías
Uwe Brauer writes: > But not not -- which is the > (setq filetags-delimiter-between-filename-and-tags " -- ") > > orginal setting, hm, not sure why this is so I think locate can't look for things like " -- "; Also, it's too generic. It is safer to use alphanumeric characters. For example, if yo

[correction] (was: org-fstree.el overview over directories (but no comments are possible))

2022-10-30 Thread Uwe Brauer
> Ah, well I have installed locate (mlocate to be precise, I am using > Ubuntu) > And I have used locate in the past, nevertheless > helm-locate keeps failing and giving me the screenshot I attached in my > earlier message, so some sort of bug in helm-locate for Ubuntu? I tried it again,

[BUG] org-id-update-id-locations function documentation correction [9.5.2 (9.5.2-g846226)]

2022-04-04 Thread Axel Svensson
The docstring for `org-id-update-id-locations' claims that the function will scan "all files currently mentioned in `org-id-locations'". This should probably be changed to `org-id-files'. Emacs : GNU Emacs 28.0.91 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.24, cairo version 1.16.0) of 2022

Re: [PATCH] org-manual.org: Some correction of Installation section

2021-10-02 Thread Bastien
Ihor Radchenko writes: > Max Nikulin writes: > >> - I am in doubts whether "emacs -Q -L ~/src/org-mode/lisp" way to try >> version from git is important enough for the manual. I have added a >> separate patch however to discuss such change. > > I feel that it should not be in the manual. Howe

Re: [PATCH] org-manual.org: Some correction of Installation section

2021-10-02 Thread Bastien
Hi Max, Max Nikulin writes: > If you think that some patches improve the manual, feel free to apply > ones that you like or to suggest better variants. Applied, thanks a lot! -- Bastien

Re: [PATCH] org-manual.org: Some correction of Installation section

2021-09-30 Thread Ihor Radchenko
Max Nikulin writes: > - I am in doubts whether "emacs -Q -L ~/src/org-mode/lisp" way to try > version from git is important enough for the manual. I have added a > separate patch however to discuss such change. I feel that it should not be in the manual. However, it may be helpful addition to

[PATCH] org-manual.org: Some correction of Installation section

2021-09-29 Thread Max Nikulin
Hi, I have read another time "Installation" section of the Org Manual from main branch. I am glad to see that contrib directory is replaced by the dedicated repository. I decided to check it after looking at the version on the web site. Some points might be improved though. - I have notic

[O] Correction and addition [Re: BUG: the builtin LaTeX/P DF exporter mislabels source blocks as figures.]

2019-04-30 Thread Emmanuel Charpentier
I reported incorrectly that the bug Ireported was also present when using the "minted" package to format source blocks. This is incorrect : I re-checked my trials, and re-wrote another test, which gives the ecpected result. See attached files. This might help pinpointing the problem happening whe

Re: [O] correction to org-tutorial

2019-03-13 Thread Nick Dokos
Wolfram Volpi writes: > Please make a correction to this tutorial: > https://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html. > Change "(require 'org-publish)" to "(require 'ox-publish)". > This correction was tested on > https://em

[O] correction to org-tutorial

2019-03-12 Thread Wolfram Volpi
Please make a correction to this tutorial: https://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html. Change "(require 'org-publish)" to "(require 'ox-publish)". This correction was tested on https://emacs.stackexchange.com/questions/48273/no-such

Re: [O] inline code block problem; first attempt (correction)

2016-06-08 Thread Charles Millar
On 06/08/2016 02:28 PM, Charles Millar wrote: C-c C-c works on this #+begin_src emacs-lisp :var totalcommissions=TOTALCOM[-1,-1] totalcommissions #+end_src #+RESULTS: : 0.0 but not on this Inline version src_emacs-lisp[:var totalcommissions=TOTALCOM[-1,-1]]{totalcommissions} What

Re: [O] [PATCH] Tiny correction on documentation (org-capture template expansion)

2015-04-11 Thread Nicolas Goaziou
Hello, François Allisson writes: > I couldn't make use of one of the template expansion, and I found that > a backslash was missing in the documentation, and now everything works > as expected. This: > > %\n Insert the text entered at the nth %^{prompt}, where n is >

[O] [PATCH] Tiny correction on documentation (org-capture template expansion)

2015-04-11 Thread François Allisson
Hi all, I couldn't make use of one of the template expansion, and I found that a backslash was missing in the documentation, and now everything works as expected. This: %\n Insert the text entered at the nth %^{prompt}, where n is a number, starting from 1. should r

Re: [O] possible correction to manual

2014-07-28 Thread Bastien
Hi Samuel, this has been frequently discussed and although timestamps are allowed in headlines, we don't want to encourage users to use them like this. The footnote is still relevant IMHO. Best, -- Bastien

Re: [O] possible correction to manual

2014-07-10 Thread Samuel Wales
in normal use what i wrote is correct. however, i found an exception, and it is is possibly a bug: ;; the fuzzy ;; match is stricter than the exact match so it fails. ;; (setq org-link-search-must-match-exact-headline nil) On 7/10/14, Samuel Wales wrote: > "[1] If the headline contains a times

[O] possible correction to manual

2014-07-10 Thread Samuel Wales
"[1] If the headline contains a timestamp, it will be removed from the link and result in a wrong link—you should avoid putting timestamp in the headline." i frequently link to headlines with timestamps, and the links work correctly. so perhaps this footnote can be removed now. i find timestamps

Re: [O] export from R to tables, possible correction to ob-doc-R.org

2014-01-13 Thread John Hendy
On Mon, Jan 13, 2014 at 8:09 PM, regcl wrote: > I was looking for an example of the export of R data frames into > tables in html, and the example in ... > > http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.org > > ... did not work for me. I am running ... > > GNU Emacs 24.3.1 (x86_64

Re: [O] export from R to tables, possible correction to ob-doc-R.org

2014-01-13 Thread Thomas S. Dye
Aloha regcl, regcl writes: > Can someone tell me if this is how it is supposed to work? Yes, this is how it should work. > If so, how do I go about submiting a patch to ... > > http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.org You should be able to edit the document directly. S

[O] export from R to tables, possible correction to ob-doc-R.org

2014-01-13 Thread regcl
I was looking for an example of the export of R data frames into tables in html, and the example in ... http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.org ... did not work for me. I am running ... GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.8.4) of 2013-09-26 on trouble,

Re: [O] exporting cross-references to source block results CORRECTION

2013-04-11 Thread Vikas Rawal
> > > And then, we need to separately name the results block, and use > > a different name for it, so that the cross-references pick it up > > correctly? > > Yes, the name given to the results block doesn't depend on the results > keyword. You can give it any name, as long as it is unique. > > H

Re: [O] exporting cross-references to source block results CORRECTION

2013-04-11 Thread Nicolas Goaziou
Vikas Rawal writes: >> > cross-reference will pick that up correctly. >> > >> > If #+RESULT is not to work, it is better to change >> > org-babel-results-keyword to NAME, and then what you are suggesting >> > happens automatically. But in the earlier thread on the topic, Nicolas >> > said that wa

Re: [O] exporting cross-references to source block results CORRECTION

2013-04-11 Thread Vikas Rawal
> > cross-reference will pick that up correctly. > > > > If #+RESULT is not to work, it is better to change > > org-babel-results-keyword to NAME, and then what you are suggesting > > happens automatically. But in the earlier thread on the topic, Nicolas > > said that was not the right way. > > W

Re: [O] exporting cross-references to source block results CORRECTION

2013-04-11 Thread Nicolas Goaziou
Hello, Vikas Rawal writes: >> >> Oops, sorry, I take back my last message, there was an error in my test >> example. >> >> Adding a #+NAME above the generated table DOES result in a correct >> cross-reference. That seems like reasonable behavior to me. > > The intended behaviour, as documented

Re: [O] exporting cross-references to source block results CORRECTION

2013-04-11 Thread Christian Moe
Vikas Rawal writes: >> Oops, sorry, I take back my last message, there was an error in my test >> example. >> >> Adding a #+NAME above the generated table DOES result in a correct >> cross-reference. That seems like reasonable behavior to me. > > The intended behaviour, as documented by Nicolas,

Re: [O] exporting cross-references to source block results CORRECTION

2013-04-11 Thread Vikas Rawal
> > Oops, sorry, I take back my last message, there was an error in my test > example. > > Adding a #+NAME above the generated table DOES result in a correct > cross-reference. That seems like reasonable behavior to me. The intended behaviour, as documented by Nicolas, is that a named source blo

Re: [O] exporting cross-references to source block results CORRECTION

2013-04-11 Thread Christian Moe
Oops, sorry, I take back my last message, there was an error in my test example. Adding a #+NAME above the generated table DOES result in a correct cross-reference. That seems like reasonable behavior to me. Vikas, can you try this? Simply add a name to the generated table when you also add a ca

Re: [O] [PATCH] Small type correction

2013-01-22 Thread Bastien
Samuel Loury writes: > This is a minor typo correction, Applied, thanks! -- Bastien

[O] [PATCH] Small type correction

2013-01-14 Thread Samuel Loury
Hi, This is a minor typo correction, Sincerely, -- Konubinix GPG Key: 7439106A Fingerprint: 5993 BE7A DA65 E2D9 06CE 5C36 75D2 3CED 7439 106A From fef944e7f28407f37c9d0d45c35489875d5463b1 Mon Sep 17 00:00:00 2001 From: Samuel Loury Date: Mon, 14 Jan 2013 15:25:16 +0100 Subject: [PATCH

Re: [O] Linking to Thunderbird (correction)

2012-12-10 Thread Matt Price
On Mon, Dec 10, 2012 at 2:24 AM, Christoph Herzog wrote: > (org-add-link-type "thunderlink" 'org-thunderlink-open) > (defun org-thunderlink-open (path) > "Opens a specified email in Thunderbird with the help of the add-on > ThunderLink." > (start-process "myname" nil "thunderbird" "-thunderli

Re: [O] Linking to Thunderbird (correction)

2012-12-09 Thread Christoph Herzog
On 12/08/2012 12:41 AM, Christoph Herzog wrote: Today I discovered a really practical add-on for Thunderbird that solved my problem of how to linking to a mail in Thunderbird: https://addons.mozilla.org/de/thunderbird/addon/thunderlink/ (It requires some modification of the mimetypes on your sy

Re: [O] Correction for org-archive-location documentation?

2011-08-24 Thread John Hendy
On Wed, Aug 24, 2011 at 5:34 PM, Bastien wrote: > Hi John, > > John Hendy writes: > >> ,- >> |    "~/org/archive.org::From %s" >> |     Archive in file ~/org/archive.org (absolute path), under headlines >> |           "From FILENAME" where file name is the current file name. >> `- >> >> I

Re: [O] Correction for org-archive-location documentation?

2011-08-24 Thread Bastien
Hi John, John Hendy writes: > ,- > |"~/org/archive.org::From %s" > | Archive in file ~/org/archive.org (absolute path), under headlines > | "From FILENAME" where file name is the current file name. > `- > > I may just be reading this wrong, but I thought that if I were

[O] Correction for org-archive-location documentation?

2011-07-26 Thread John Hendy
lt: ,- | * From filename.org | ** done name of archived todo... `- Did I just read the documentation incorrectly, or was my guess intuitive and perhaps an update/correction would be helpful for others? Thanks, John

[O] Bug: org-entities iuml correction [7.01trans]

2011-05-27 Thread Reindert-Jan Ekker
Hi, Just a minor bug concerning latex and a special character. The org-entities entry for iuml is currently: (still there in v. 7.5, by the way) ("iuml" "\\\"{i}" nil "ï" "i" "ï" "ï") Imho, it should be: ("iuml" "\\\"\\i{}" nil "ï" "i" "ï" "ï") Note the escaping of the i in the latex string. T

Re: [Orgmode] correction to orgtbl-to-html description

2010-06-25 Thread Carsten Dominik
Applied, thanks. - Carsten On Jun 22, 2010, at 11:22 PM, Erik Butz wrote: Hi, below a trivial fix to the describtion of the orgtbl-to-html function Hope I didn't miss something obvious ;) Cheers, Erik diff --git a/lisp/org-table.el b/lisp/org-table.el index 46efc28..f6b77aa 100644 --- a/l

[Orgmode] correction to orgtbl-to-html description

2010-06-22 Thread Erik Butz
Hi, below a trivial fix to the describtion of the orgtbl-to-html function Hope I didn't miss something obvious ;) Cheers, Erik diff --git a/lisp/org-table.el b/lisp/org-table.el index 46efc28..f6b77aa 100644 --- a/lisp/org-table.el +++ b/lisp/org-table.el @@ -4226,7 +4226,7 @@ this function is

Re: [Orgmode] [patch] Correction for the manual (chapter 13.1.4)

2010-03-01 Thread Carsten Dominik
Hi David, thanks for the patch, I have applied it. - Carsten On Feb 28, 2010, at 9:35 PM, David Maus wrote: While wrapping my head around a set of publishing functions to create atom and rss feeds I noticed an incorrect description in the manual. In chapter 13.1.4 in reads: , | :publish

[Orgmode] [patch] Correction for the manual (chapter 13.1.4)

2010-02-28 Thread David Maus
While wrapping my head around a set of publishing functions to create atom and rss feeds I noticed an incorrect description in the manual. In chapter 13.1.4 in reads: , | :publishing-function | | Function executing the publication of a file. This may also be a list | of functions, which will

Re: [Orgmode] correction in org.el

2009-08-15 Thread Carsten Dominik
Fixed, thanks. - Carsten On Aug 15, 2009, at 10:12 PM, John Rakestraw wrote: Hi -- After a git update this morning, several remember templates failed with the error "Symbol's function definition is void: org-completing-read-no-ido". The failure occurred at points using "%^{Request for info

[Orgmode] correction in org.el

2009-08-15 Thread John Rakestraw
Hi -- After a git update this morning, several remember templates failed with the error "Symbol's function definition is void: org-completing-read-no-ido". The failure occurred at points using "%^{Request for info}" formulation. I think the patch included below fixes the problem. --John --- li

Re: [Orgmode] Minor correction requested in the manual

2009-05-12 Thread Carsten Dominik
On May 11, 2009, at 10:57 PM, Kirubakaran wrote: Hi, Thanks for this wonderful tool. I noticed a minor typo and thought that I'll bring it to your attention: Location : http://orgmode.org/manual/ARCHIVE-tag.html#ARCHIVE-tag As it is now : C-c C-x a Has to be : C-c C-x C-a They both work

[Orgmode] Minor correction requested in the manual

2009-05-12 Thread Kirubakaran
Hi, Thanks for this wonderful tool. I noticed a minor typo and thought that I'll bring it to your attention: Location : http://orgmode.org/manual/ARCHIVE-tag.html#ARCHIVE-tag As it is now : C-c C-x a Has to be : C-c C-x C-a Thanks, Kirubakaran. ___

Re: [Orgmode] Patch: correction for tree-style sitemap (org-publish)

2008-10-25 Thread Carsten Dominik
Applied, thanks. - Carsten On Oct 26, 2008, at 2:13 AM, Sebastian Rose wrote: Issue = Sitemap not correct, when mutlitple subdirectories (my fault I believe, sorry). Only the tree-style sitemap is affected. How to reproduce Try to export the following structure to HTML

[Orgmode] Patch: correction for tree-style sitemap (org-publish)

2008-10-25 Thread Sebastian Rose
Issue = Sitemap not correct, when mutlitple subdirectories (my fault I believe, sorry). Only the tree-style sitemap is affected. How to reproduce Try to export the following structure to HTML (directories marked by `/'): base-directory/ | +-- B/

[Orgmode] Survey of org-mode users (correction on link)

2007-11-14 Thread Charles Cave
> Please give your feedback on org-mode by completing this short 10 > question survey http://www.surveymonkey.com/s.aspx?sm=CetuI2wsPz_2fsg6FAzvubnA_3d_3d ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-or