Compare commits
No commits in common. "1f064612db0ef63b9a7e715190888fa61ba97692" and "2db4edc3e018b6310ed9f257f6c498d61232619f" have entirely different histories.
1f064612db
...
2db4edc3e0
@ -1,4 +1,4 @@
|
||||
"Name","Homepage","Category","Job Posts URL","Headquarters","US Office","Remote Friendly","Notes"
|
||||
Name,Homepage,Category,Job Posts URL,Headquarters,US Office,Remote Friendly,Notes
|
||||
"AAC Clyde Space","https://www.aac-clyde.space"," Satellite Components","https://www.aac-clyde.space/careers","Uppsala, Sweden"," Fairfax, VA","nil"
|
||||
"ABL","https://ablspacesystems.com","","https://ablspacesystems.com/careers/","El Segundo, California","","nil"
|
||||
"Aerospace Corporation","http://www.aerospace.org/"," Research and Development","https://talent.aerospace.org/careers","El Segundo, California","","nil"
|
||||
|
Can't render this file because it has a wrong number of fields in line 2.
|
@ -73,7 +73,7 @@
|
||||
(get-buffer-create export-file)
|
||||
(with-current-buffer export-file
|
||||
(erase-buffer)
|
||||
(insert "\"Name\",\"Homepage\",\"Category\",\"Job Posts URL\",\"Headquarters\",\"US Office\",\"Remote Friendly\",\"Notes\"\n"))
|
||||
(insert "Name,Homepage,Category,Job Posts URL,Headquarters,US Office,Remote Friendly,Notes\n"))
|
||||
(org-map-entries 'extract-company-data nil 'tree)
|
||||
(with-current-buffer export-file
|
||||
(write-file export-file)
|
||||
|
Loading…
x
Reference in New Issue
Block a user