Question Regarding Routinely Importing Phone Note Org File Into Other Org File Under Subheadings

2023-08-20 Thread Samuel Banya
Hey there, So I'm in the process of figuring out how I can sync my phone notes to my local file server with Syncthing occasionally. Basically 'phonenotes.org' from one machine to another. That being noted, I have another file called notes.org on my file server that basically lists completed

Re: Taking notes of videos in Emacs

2022-07-08 Thread Samuel Banya
Totally separate user, but this is so dang cool. Thanks for the links, Juan. Looks awesome! On Fri, Jul 8, 2022, at 9:25 AM, Juan Manuel Macías wrote: > Gerardo Moro writes: > > > Hi, > > > > I recently discover the Obsidian Media Extended plugin > >

Re: Moving to a literate file for .emacs

2022-07-04 Thread Samuel Banya
I have a literate Emacs config here that you can look at: https://github.com/SamuelBanya/SamsEmacs/blob/main/configuration.org https://github.com/SamuelBanya/SamsEmacs/blob/main/init.el Take a look at the Emacs config links to other people's 'literate' Emacs configs, and you might get some ideas

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

2022-07-01 Thread Samuel Banya
My two cents on this: * Why not just have a single fallback person that takes the hit of having to use a JS based payment method in the meantime? * Or why not just keep the address and encourage mailing donations themselves to a single location (probably FSF office, no?) I might not know

Re: [PATCH] Re: [BUG] Adding note to heading without newline at the end

2022-06-27 Thread Samuel Banya
n 27, 2022, at 6:18 AM, Ihor Radchenko wrote: > "Samuel Banya" writes: > > I checked 'org.el' which has the related 'org-add-note' function present. > > > > This appears to call the 'org-add-log-setup' function, and passes the > > 'note' argument to it. >

Re: [PATCH] Re: [BUG] Adding note to heading without newline at the end

2022-06-26 Thread Samuel Banya
e calling it here. Can you give me a few pointers in terms of how we can maybe force it to go to the next line instead of adjusting it based on the point present? Thanks, Sam On Sun, Jun 26, 2022, at 7:32 PM, Samuel Banya wrote: > Hey everyone, > > I'm using Emacs 28.1 on Manjaro, and

Re: [PATCH] Re: [BUG] Adding note to heading without newline at the end

2022-06-23 Thread Samuel Banya
Hey Ihor, I can check it out on the weekend, sounds like fun. Will step through the debugger to see what's up and get back to you on this, thanks for tagging me on this. On Wed, Jun 22, 2022, at 10:28 AM, Tor Kringeland wrote: > Ihor Radchenko writes: > > > Confirmed. > > > > Samuel, do you

Re: Org and Hyperbole

2022-06-23 Thread Samuel Banya
I'll be honest, every time I've ever seen Hyperbole attempted to be explained, it goes over my head in 2 seconds. It seems like something akin to Acme where its mouse driven button events that trigger other things to occur. Could never find a single solid video that dumbed down Hyperbole to

Re: [BUG] Editing link hides text

2022-06-20 Thread Samuel Banya
Confirmed with 'emacs -Q -L ./lisp/ -l org' on latest version of Org. @Ihor, can you help push me in the right direction in terms of where in the codebase this issue might lie, so that I can examine the related section myself, and also bug a related maintainer about this? Thanks, Sam On Mon,

Re: Newbie Question With Responding To Bug Threads

2022-06-20 Thread Samuel Banya
Forgot to mention that utilizing the 'mail to' link worked just fine. On Mon, Jun 20, 2022, at 10:09 PM, Samuel Banya wrote: > Nevermind, it just took some time to send out. It totally worked, super cool: > https://list.orgmode.org/orgmode/87fsjyzsm6@fastmail.com/ > > First

Re: Newbie Question With Responding To Bug Threads

2022-06-20 Thread Samuel Banya
Nevermind, it just took some time to send out. It totally worked, super cool: https://list.orgmode.org/orgmode/87fsjyzsm6@fastmail.com/ First bug touched, but couldn't confirm it actually exists lol :/ Got to start somewhere :) Sincerely, Sam On Mon, Jun 20, 2022, at 10:08 PM, Samuel

Newbie Question With Responding To Bug Threads

2022-06-20 Thread Samuel Banya
So I finally got around to watching Igor's great video on how to try to reproduce Emacs bugs using a minimal configuration, etc: With this in mind, I took a look at the related list: https://list.orgmode.org/orgmode I then found this particular bug:

Re: [BUG] Adding note to heading without newline at the end

2022-06-20 Thread Samuel Banya
Unable to reproduce this bug with 'emacs -Q -L ./lisp -l org' on the latest version of Org Mode

Re: Question Regarding Easier Issues To Help With

2022-05-25 Thread Samuel Banya
Appreciate the offer for Saturday, but I have to take care of something on Saturday. What time slots were you thinking in EDT? Thanks for this note though, will put this in my notes as well. On Tue, May 24, 2022, at 9:26 PM, Ihor Radchenko wrote: > "Samuel Banya" writes: &g

Re: Question Regarding Easier Issues To Help With

2022-05-24 Thread Samuel Banya
can given the codebase itself first. Thanks so much again for this, gives me the motivation to really do it. Sincerely, Sam On Mon, May 23, 2022, at 5:03 AM, Ihor Radchenko wrote: > "Samuel Banya" writes: > > > Hey there, > > So I took a look at the following li

Question Regarding Easier Issues To Help With

2022-05-22 Thread Samuel Banya
Hey there, So I took a look at the following link recently as I finally have had time again over the past couple of months since I've been dealing with a lot of personal family stuff, and got some time back again. Can anyone lead me in the right direction for some beginner tier issues to take

Question About Low Level Issues To Fix

2022-03-16 Thread Samuel Banya
Hey there, So I received SourceHut access which is awesome. I took a look at the Git repo last weekend, and boy was I impressed by the team who works on Org Mode. One day, I hope to get half of the credentials for most of the people listed there :) On a related note, I took a look at what's

Re: [Script] Firefox Bookmarks To Org Buffer Importer

2022-03-02 Thread Samuel Banya
Sweet idea, you should make this into a MELPA project. On Wed, Mar 2, 2022, at 5:50 AM, Sai Karthik wrote: > Hello group! I have started exploring org mode since a while & I just > want to share this small tool i made in org mode for my use case. It > parses the firefox bookmarks json file to

Re: Question Regarding Creating HTML Style Buttons With Org Mode

2022-02-22 Thread Samuel Banya
, with classes and ID values. This helps a ton, thanks so much as it totally worked! :) Sincerely, Sam On Sun, Feb 20, 2022, at 7:38 PM, Samuel Banya wrote: > Thanks for this, will try this for my Emacs config. > > On Sat, Feb 19, 2022, at 4:51 AM, Juan Manuel Macías wrote: >> Jua

Re: Question Regarding Creating HTML Style Buttons With Org Mode

2022-02-20 Thread Samuel Banya
Thanks for this, will try this for my Emacs config. On Sat, Feb 19, 2022, at 4:51 AM, Juan Manuel Macías wrote: > Juan Manuel Macías writes: > > > If you want to pass the class or id 'manually' to each link, and thus > > have more control, you can evaluate this other version, where the class > >

Re: Is It Possible To Target ID And Classes With Org Mode Exports?

2022-02-19 Thread Samuel Banya
' elements using containers with this in mind :) Thanks again, Sam On Sat, Feb 19, 2022, at 8:22 AM, Ihor Radchenko wrote: > "Samuel Banya" writes: > > > I'm curious, is it possible to specify a 'ID' or 'Class' attribute for a > > specific header, or link that you create

Is It Possible To Target ID And Classes With Org Mode Exports?

2022-02-18 Thread Samuel Banya
Hey there, I'm curious, is it possible to specify a 'ID' or 'Class' attribute for a specific header, or link that you create in Org Mode? Asking since I'm in the process of modifying a CSS stylesheet for a site, but would want more granular control to possible make containers with ID or

Re: Question Regarding Creating HTML Style Buttons With Org Mode

2022-02-18 Thread Samuel Banya
To clarify, did you evaluate that code block on the org mode docs itself? I ask because if I try to evaluate it, aka 'C-c C-c' on the '#begin_src' block, nothing happens. And after I export the Org Doc to HTML, it still gives me that same error as before. On Fri, Feb 18, 2022, at 3:51 PM,

Re: Question Regarding Creating HTML Style Buttons With Org Mode

2022-02-18 Thread Samuel Banya
) To Look Like A Button | CSS Tutorial (https://www.youtube.com/watch?v=p5nogm7ul6A) Thanks, Sam On Fri, Feb 18, 2022, at 2:59 PM, Samuel Banya wrote: > I tried to use this idea, but I'm not sure how to set the 'target' in your > example: > [[button:some target][This is a button]] > >

Re: Question Regarding Creating HTML Style Buttons With Org Mode

2022-02-18 Thread Samuel Banya
: "button:http://www.sambanya.com/artgallery.html; Thanks, Sam On Thu, Feb 17, 2022, at 5:10 PM, Juan Manuel Macías wrote: > Hi Samuel: > > Samuel Banya writes: > > > Is it possible to create HTML style buttons using Org Mode itself? > > One possibility is to u

Question Regarding Creating HTML Style Buttons With Org Mode

2022-02-17 Thread Samuel Banya
Hey there, So I'm in the process of creating an art portfolio site, but am wondering if the following idea is possible: Is it possible to create HTML style buttons using Org Mode itself? Would I need to do this via a '#begin-src' block in order to create the button itself? I ask because I'm

Re: Request For Approval To Contribute To Org Mode

2022-02-11 Thread Samuel Banya
Hey Bastien, Sounds good! I'll take a look at the current issues to see if there are any low hanging fruit. Also, I'll try looking on the page for any guides for how to submit patches as I have never done anything like that before, but I have seen it done in terms of related emails being

Re: Request For Approval To Contribute To Org Mode

2022-02-08 Thread Samuel Banya
Thanks Corwin :) On Sun, Feb 6, 2022, at 2:35 PM, Corwin Brust wrote: > On Sun, Feb 6, 2022 at 1:28 PM Samuel Banya wrote: > > > > Hey there, > > > > I can't find my previous email thread, but I asked if anyone could approve > > my Sourcehub registration to be a

Request For Approval To Contribute To Org Mode

2022-02-06 Thread Samuel Banya
Hey there, I can't find my previous email thread, but I asked if anyone could approve my Sourcehub registration to be able to make commits to Org Mode's repo going forward. I wasn't sure if Bastien was around to do this though, so I wanted to check in about this. Thanks, Samuel Banya

Re: Question Regarding CSS Stylesheets For Art Gallery Webpage Made With Org Mode

2022-01-21 Thread Samuel Banya
and feel is to run with one of the ideas you mentioned. Thanks again :) Sam On Fri, Jan 21, 2022, at 10:11 AM, Kaushal Modi wrote: > Hi Samuel, > > On Sun, Jan 16, 2022 at 12:06 PM Samuel Banya wrote: > > > > I am planning to use Emacs to create Org Mode files for the f

Re: Yet another browser extension for capturing notes - LinkRemark

2022-01-17 Thread Samuel Banya
Not sure if it helps, but you could also use the w3m browser's mentality of just keeping an HTML file that contains all of your bookmarks. I'm sure there's probably even a way to use 'eww' in the same fashion too. Maybe even making your own personal wiki of a webring of sorts would help too. I

Re: Request To Contribute To 'Worg' Project

2022-01-16 Thread Samuel Banya
he best, > *Timothy* > > > *From*: Samuel Banya <mailto:"Samuel Banya" > > * Subject*: Re: Request To Contribute To 'Worg' Project > * To*: Charles Berry <mailto:"Charles Berry" > > * Date*: Mon, 17 Jan 2022 00:03:39 +0800 >

Question Regarding CSS Stylesheets For Art Gallery Webpage Made With Org Mode

2022-01-16 Thread Samuel Banya
Hey there, I deployed a new personal art portfolio website: * https://www.sambanya.com I am planning to use Emacs to create Org Mode files for the few main sections of my site that aren't the Art Gallery page itself. I'm trying to figure out how to get a modern Wordpress looking Org generated

Re: Request To Contribute To 'Worg' Project

2022-01-16 Thread Samuel Banya
Hey there, I got the Sourcehut invitation, but wanted to know, what else do I do from this point? Am I still waiting on Bastien to approve my contributions going forward? Just wanted to make sure I'm doing everyone on my end :) Thanks, Sam On Sun, Jan 9, 2022, at 1:47 PM, Samuel Banya wrote

Re: Question Regarding Creating Workflow For Automatic Formulas For Finance Based Org Spreadsheet

2022-01-16 Thread Samuel Banya
-+--| > || February expenses | 0 | > -4123.34 | > |+-+---+--| > #+TBLFM: > @3$3=vsum(@-I..@-II)::@3$4=vsum(@-I..@-II)::@6$3=vsum(@-I..@-II)::@6$4=vsum(@-I..@-II) On Sun, Jan 16, 2

Re: Question Regarding Creating Workflow For Automatic Formulas For Finance Based Org Spreadsheet

2022-01-16 Thread Samuel Banya
otals in Column E? Can you provide me with an example of this? On Sun, Jan 16, 2022, at 10:15 AM, Samuel Banya wrote: > Hello, > > I appreciate the enthusiasm for Ledger, but I really just don't like the > double posting idea period. > > I just need totals spreadsheet style, that

Re: Question Regarding Creating Workflow For Automatic Formulas For Finance Based Org Spreadsheet

2022-01-16 Thread Samuel Banya
. I'll take a look at the Org Mode way to solve this problem via the previous posts, thanks. Sincerely, Sam On Fri, Jan 14, 2022, at 2:54 PM, Quiliro Ordóñez wrote: > El 2022-01-09 22:42, Samuel Banya escribió: > > Ah, Ledger is way too complicated for what it's worth. I've seen &

Re: Question Regarding Creating Workflow For Automatic Formulas For Finance Based Org Spreadsheet

2022-01-10 Thread Samuel Banya
Very true, my config would scare the average Emacs user as its too complex :) On Mon, Jan 10, 2022, at 7:41 PM, John Hendy wrote: > On Mon, Jan 10, 2022 at 6:32 PM Samuel Banya wrote: > > > > The double reporting thing still doesn't apply to me. > > > > Even i

Re: Question Regarding Creating Workflow For Automatic Formulas For Finance Based Org Spreadsheet

2022-01-10 Thread Samuel Banya
ing to use Quicken or more complicated pieces of software (which I know, there DOES exist GNU Cash, etc). But yeah, keep it simple, keep it Emacs, keep it Org Mode, and keep it fun :) No need for Ledger. On Mon, Jan 10, 2022, at 2:04 PM, Marcin Borkowski wrote: > > On 2022-01-10, at 18:

Re: Question Regarding Creating Workflow For Automatic Formulas For Finance Based Org Spreadsheet

2022-01-10 Thread Samuel Banya
The 'double reporting' idea might have been why I just flat out shook my head when I saw the one presentation on 'ledger' in Emacs on YouTube a while ago as its a bit too complicated and unnecessary for a layman. I just don't need that kind of over-thinking when it comes to my finances since I

Re: Question Regarding Creating Workflow For Automatic Formulas For Finance Based Org Spreadsheet

2022-01-09 Thread Samuel Banya
weird thing for me personally. Sincerely, Sam On Sun, Jan 9, 2022, at 5:37 PM, Neil Jerram wrote: > > On Sun, 9 Jan 2022, 17:18 Samuel Banya, wrote: >> __ >> Hey there, >> >> So I've been managing my finances via an org doc that basically has tables >> tha

Re: Request To Contribute To 'Worg' Project

2022-01-09 Thread Samuel Banya
ing of Worg?”. The short version is you need > to create a sourcehut account and ask Bastien to be added as a contributer :) > > If you’d like to contribute to Org “directly”, check out > https://orgmode.org/worg/org-contribute.html. > > > All the best, > *Timothy* &g

Request To Contribute To 'Worg' Project

2022-01-09 Thread Samuel Banya
sk because I'm pretty much a hobbyist with projects, so I wanted to make sure I went through the required process in this scenario. Thanks again, hope everyone is doing well :) Sincerely, Samuel Banya

Question Regarding Creating Workflow For Automatic Formulas For Finance Based Org Spreadsheet

2022-01-09 Thread Samuel Banya
Hey there, So I've been managing my finances via an org doc that basically has tables that list all the expenses from my bank account, which has been awesome on some respects. The only annoying thing I want to somehow figure out this year is how to make the process of updating the formula for

Re: C-c C-, in a terminal?

2021-12-28 Thread Samuel Banya
Hey Annsi, Awesome reply, just was lurking in this thread, and wanted to actually provide a link to what you mentioned since it looks like a cool package I might even want to try as well: - https://melpa.org/#/free-keys Reason being is that I actually wanted to explore running Emacs in purely

Re: Question About Nuking The Priority Of A Task After Its Been Marked As 'DONE'

2021-12-17 Thread Samuel Banya
again! Sam On Sat, Dec 11, 2021, at 12:51 PM, Samuel Banya wrote: > Hey Konibunix! > > Thanks a ton for this, this looks fun as heck to implement :) > > I'll have to try this on my config sometime next week. Thanks a ton for this, > bookmarking this post for now. > >

Re: Video: Org for Non-Users

2021-12-13 Thread Samuel Banya
Good point about the docs. I actually wish it were more like a giant wiki page instead of a page menu system where you have to keep clicking next on similar topics. Might be difficult to implement without a huge loading time. To be fair though Eduardo, have you checked out Rainer's videos on

Re: Question About Nuking The Priority Of A Task After Its Been Marked As 'DONE'

2021-12-11 Thread Samuel Banya
Hey Konibunix! Thanks a ton for this, this looks fun as heck to implement :) I'll have to try this on my config sometime next week. Thanks a ton for this, bookmarking this post for now. Love it :) On Sat, Dec 11, 2021, at 7:49 AM, Samuel Loury wrote: > "Samuel Banya" writes: &

Question About Nuking The Priority Of A Task After Its Been Marked As 'DONE'

2021-12-10 Thread Samuel Banya
Hey there, I often change states of my todo list items to 'DONE', 'CANCELLED', etc. However, one thing I would want to know is this: - Is it possible to automatically delete the '#' priority value of a task after a task has been marked as 'DONE', 'CANCELLED', etc? Is this done via a hook

Re: A mobile clocking solution?

2021-11-27 Thread Samuel Banya
021, at 12:33 AM, Marcin Borkowski wrote: > > On 2021-11-27, at 22:42, Samuel Banya wrote: > > > Lol, okay. Well then, I tried to offer some advice. Good luck with MacOS. > > Well, thanks - it was actually valuable. Also - out of curiosity - what > gave you the impress

Re: A mobile clocking solution?

2021-11-27 Thread Samuel Banya
Lol, okay. Well then, I tried to offer some advice. Good luck with MacOS. Its better to keep Emacs uncaged :) On Sat, Nov 27, 2021, at 7:25 AM, Marcin Borkowski wrote: > > On 2021-11-26, at 22:16, Samuel Banya wrote: > > > Hey Marcin, > > > > There are a few optio

Re: A mobile clocking solution?

2021-11-26 Thread Samuel Banya
Hey Marcin, There are a few options that exist, so I'm going to drop a few ideas in this email. *"Buy A Rooted Phone" Option:* Why not just get a rooted Android phone with Replicant on it from eBay in the first place? Then, you can use Termux to ssh into a local or cloud VPS file server where

Re: typescript from org src buffer -- tide, lsp

2021-11-06 Thread Samuel Banya
Cool topic, but I haven't done it myself either as most explanations are pretty big-brained in the sense that its a little hard for a beginner to figure out sometimes. However, the power of literate programming is super cool, so here's a few links I found that you can go through that might

Re: orgmode.org setup

2021-09-29 Thread Samuel Banya
Hey there, Thanks for the breakdown for all of this. I'm a long time user of Org Mode in my every day work as a Technical Support Engineer with the past two jobs I've had, so its awesome how easy it is to possibly contribute to it, as I really really really do think Org Mode and Emacs are

Re: [ANN] EmacsConf 2021 Call for Proposals

2021-08-15 Thread Samuel Banya
Hey there, I always look forward to the videos that are done for the Emacs conferences each year. I was wondering, is anyone doing a presentation on using Org Mode for day-to-day work and personal work? I often use Emacs for my daily work as a technical support engineer, and write notes with

Re: [ANN] EmacsConf 2021 Call for Proposals

2021-08-15 Thread Samuel Banya
Hey there, I always look forward to the videos that are done for the Emacs conferences each year. I was wondering, is anyone doing a presentation on using Org Mode for day-to-day work and personal work? I often use Emacs for my daily work as a technical support engineer, and write notes with

Re: Emacs-orgmode Digest, Vol 185, Issue 7

2021-07-06 Thread Samuel Banya
Regarding the latex issue, you need to have a version of Latex installed on your machine in order to be able to utilize LaTeX within Emacs to export PDFs. On Linux machines, this is often labeled 'texlive' in your distribution's package manager, ex on a Debian or Ubuntu based Linux

Re: Emacs-orgmode Digest, Vol 185, Issue 7

2021-07-06 Thread Samuel Banya
- oh, wait. I have an old PC I don't use much (2008 AD - Core 2 Duo). I was thinking about using it just for orgmode. Would you recommend me an OS? What are the other specs for the machine, as in what's the RAM? This matters a ton because it means the difference of what desktop environment

Re: Export Org mode files to (gag, barf) MS Office?

2021-06-27 Thread Samuel Banya
The reason why someone would want to do this is that most corporate environments literally force you to use products like the MS Office Suite. I can only see that as a benefit to be able to export to whatever you want. is it perfect? Probably not, but at least the option exists. I feel that

Re: example paper written in org completely

2021-06-19 Thread Samuel Banya
Hey Tim, Some things to consider: - Org Roam - Org Brain - Even the philosophy of taking ideas from "Getting Things Done" to get a good system of tasks Also, I would label your headers for todo list items as "tasks" rather then "todo list items". Why? Because its a different mindset

Re: A dictionary made in Org Mode

2021-06-18 Thread Samuel Banya
Wow, that publication looks pro! Absolutely beautiful! On Fri, Jun 18, 2021, at 8:11 AM, Juan Manuel Macías wrote: > Hi, > > I would like to share here my latest work. It has recently been > published in Spain and I think it's the first dictionary made entirely > using Org Mode ;-) I have taken

Re: example paper written in org completely

2021-06-17 Thread Samuel Banya
Wow, that example with 3D modeling, aka "Laurana_tex.zip " is absolutely insane. That's amazing! I mention this because I like doing art on the side, and am getting into Blender just to produce reference images for sketching, etc. and find that

Re: literate programming, development log -- ideas? (ominbus reply)

2021-06-13 Thread Samuel Banya
to figure this kind of thing out, since I am pretty close to just using rsync for my Git notes going forward, but needed that kind of convincing otherwise. On Sun, Jun 13, 2021, at 12:46 AM, Tim Cross wrote: > > "Samuel Banya" mailto:sbanya%40fastmail.com>> writes: >

Re: literate programming, development log -- ideas?

2021-06-13 Thread Samuel Banya
Hey everyone, I just wanted to put this here in the Literate Programming thread, DistroTube just did a video on why Emacs rules, but the following timestamps are pretty dang useful for literate programming for still-always learning newbies like myself, just wanted to mention them here for

Re: literate programming, development log -- ideas? (ominbus reply)

2021-06-11 Thread Samuel Banya
into it, planning on using it for HDD backups, and as a Git server). However, this sounds like an awesome workflow, as I did not consider to host Nextcloud. Awesome idea, thank you for this, Juan! On Fri, Jun 11, 2021, at 10:30 AM, Juan Manuel Macías wrote: > Samuel Banya writes: > > &

Re: literate programming, development log -- ideas? (ominbus reply)

2021-06-10 Thread Samuel Banya
I actually nuke Emacs's ability to do backups with this in my config: ** Nuke Emacs' ability to make backups and autosaves since its annoying and too bloated #+BEGIN_SRC emacs-lisp (setq make-backup-files nil) (setq auto-save-default nil) #+END_SRC Reason being is that its one

Re: literate programming, development log -- ideas? (ominbus reply)

2021-06-08 Thread Samuel Banya
Not sure if it counts as off-topic for this thread, but does everyone use Git to manage their Org docs and notes? I ask because of Greg's previous post. I've noticed that some times after git merge events across a few machines (ex: I forgot I had already pushed notes for my private notes on

Re: literate programming, development log -- ideas?

2021-06-07 Thread Samuel Banya
Neat stuff, will bookmark this, thanks Greg! On Tue, Jun 8, 2021, at 3:23 AM, Greg Minshall wrote: > Samuel, > > > Can anyone post any video links to this kind of style of programming > > being used directly in Emacs? > > there was an effort recently, that i'm tardy on reporting on here, to do

Re: literate programming, development log -- ideas?

2021-06-07 Thread Samuel Banya
I did a ton of notes in Org Mode with src blocks all of the time in my previous support job, and planning to do the same in my new one. Can anyone post any video links to this kind of style of programming being used directly in Emacs? I know there's the awesome one on YouTube by Harry

Re: Question Regarding Yasnippet With Org Mode (Emacs 27.2)

2021-05-29 Thread Samuel Banya
Just wanted to update this thread in that the following DID resolve my issue with my Yasnippet template which overrides the default " Samuel Banya writes: > > Do you think that maybe changing the setting you had mentioned before, > > 'org-src-tab-acts-natively' to false (aka

Re: Bug: Priority Of A Task In Emacs 27.2 Cannot Be Removed With Space Key ("SPC to remove")

2021-05-27 Thread Samuel Banya
iht a space). Personally, I've always > been happy with just letters and 3 priorities. I find once you go past > about 3 or 4, priorities don't have a lot of value. YMMV of course. > > "Samuel Banya" mailto:sbanya%40fastmail.com>> writes: > > > Thanks

Re: Bug: Priority Of A Task In Emacs 27.2 Cannot Be Removed With Space Key ("SPC to remove")

2021-05-26 Thread Samuel Banya
much, but it would be great if there was a config option around this before I would have to make a workaround in Elisp instead. On Thu, May 27, 2021, at 4:05 AM, Tim Cross wrote: > > Confirmed > > I can reproduce this in org 9.4.6, Emacs 27.2. Bug confirmed. > > "Samu

Bug: Priority Of A Task In Emacs 27.2 Cannot Be Removed With Space Key ("SPC to remove")

2021-05-26 Thread Samuel Banya
Hello there, I noticed a weird bug within Emacs Org Mode as I use it often for my TODO lists for both personal use and for work. I noticed that if you hit "C-c ," you are prompted nowadays to enter a number from like 1 to whatever your highest priority was set to, and that you have to enter

Re: Question Regarding Yasnippet With Org Mode (Emacs 27.2)

2021-05-23 Thread Samuel Banya
Hey there Greg, Gotcha. Just to confirm, you're saying I should add a "(require 'org-tempo)" in my Emacs config in that case? Or are you saying that I should disable "org-modules" setting value by setting it to nil or '0' (zero)? If that is the case, what would be the syntax to do this

Re: Question Regarding Yasnippet With Org Mode (Emacs 27.2)

2021-05-23 Thread Samuel Banya
Hey Sébastien, Thanks for this insight. Do you think that maybe changing the setting you had mentioned before, 'org-src-tab-acts-natively' to false (aka nil or '0' (zero) value) via a change in my configuration would make this error not happen within Org-Mode in that case? On a related note,

Question Regarding Yasnippet With Org Mode (Emacs 27.2)

2021-05-23 Thread Samuel Banya
I haven't been able to utilize the Yasnippet I've been using to override the newer one that Org-Mode created aka ' :end # :parent-field nil :mirrors nil :transform nil :modified-p nil :next #s(yas--exit :marker # :next nil))) :exit #s(yas--exit :marker # :next nil) :id 3 :control-overlay nil