I mentioned OSM for emacs briefly before, but I haven’t played with it much. That’s because the maps never showed up correctly in the buffer: the map tiles were not aligned correctly and some appeared blank. As it turns out, someone else had this problem and also found the culprit: visual-line-mode. I have it turned on by default as the majority of my work in Emacs involves org-mode and I need my lines wrapped in the buffer. With visual-line-mode disabled, OSM works as expected, including zooming in and out. Good stuff. Now that I fixed OSM, I was wondering about something else I wanted to do for a while: having Journelly’s latitude and longitude fed automatically to OSM in Emacs, so I can view the location on a map. Journelly captures locations and weather information for each note and stores those under properties, like so: PROPERTIES: :LATITUDE: ##.########## :LONGITUDE: ##.########## :WEATHER_TEMPERATURE: 62.1°F :WEATHER_CONDITION: Cloudy :WEATHER_SYMBOL: cloud :END: The OSM…
No comments yet. Log in to reply on the Fediverse. Comments will appear here.